Skip to content

Commit f9408b7

Browse files
authored
Merge pull request #451 from dean-krueger/update-recipe-page
Update recipe page to reflect new oneOrMore requirement
2 parents d877d69 + f20ec40 commit f9408b7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ source/user/CYCLUS_INSTALL.rst
99
source/user/CYCAMORE_INSTALL.rst
1010
source/user/DEPENDENCIES.rst
1111
source/user/CYCAMORE_DEPS.rst
12+
**/core
1213
docs.zip
1314
source/previous/release_table.rst
1415

source/user/input_specs/recipe.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
``Recipe`` - Recipe Definition (optional, may appear multiple times)
1+
``Recipe`` - Recipe Definition (required, may appear multiple times)
22
==========================================================================
33

44
The most common resources being exchanged by |Cyclus| agents is a
55
:term:`material` which has both a :term:`composition` and a mass. While the
66
composition of a material object may be manipulated over time by the agents
77
that transact it, it is often necessary for the user to define a specific
8-
recipe for a material. Each ``recipe`` section can be used to define a named
9-
composition that can then be referenced elsewhere, such as in the data for an
10-
archetype.
8+
``recipe`` for a material. Each ``recipe`` section can be used to define a
9+
named composition that can then be referenced elsewhere, such as in the data
10+
for an archetype. Though at least one ``recipe`` block is required in every
11+
|Cyclus| input file, it should be noted that it is possible to define a dummy
12+
``recipe`` and not use it should that be desired.
1113

1214
A ``recipe`` block has the following sections in the following order:
1315

0 commit comments

Comments
 (0)