Skip to content

Commit

Permalink
Add $ sign
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed May 9, 2023
1 parent a454e50 commit 9140573
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/explanation/parts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ data structures to describe them.
graph LR
subgraph Part
CRAFT_PART_SRC
CRAFT_PART_BUILD
CRAFT_PART_INSTALL
$CRAFT_PART_SRC
$CRAFT_PART_BUILD
$CRAFT_PART_INSTALL
end
CRAFT_PROJECT_DIR
--->|pull| CRAFT_PART_SRC
--->|build| CRAFT_PART_BUILD
--->|build| CRAFT_PART_INSTALL
--->|stage| CRAFT_STAGE
--->|prime| CRAFT_PRIME
$CRAFT_PROJECT_DIR
--->|pull| $CRAFT_PART_SRC
--->|build| $CRAFT_PART_BUILD
--->|build| $CRAFT_PART_INSTALL
--->|stage| $CRAFT_STAGE
--->|prime| $CRAFT_PRIME
CRAFT_PROJECT_DIR
--->|overlay| CRAFT_OVERLAY
--->|stage| CRAFT_STAGE
$CRAFT_PROJECT_DIR
--->|overlay| $CRAFT_OVERLAY
--->|stage| $CRAFT_STAGE
CRAFT_PART_INSTALL
--->|organize| CRAFT_PART_INSTALL
$CRAFT_PART_INSTALL
--->|organize| $CRAFT_PART_INSTALL
Describing a part
Expand Down

0 comments on commit 9140573

Please sign in to comment.