Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions apps/docs/autogen/behaviorspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@ separate column, with each row corresponding to a measurement step that applies
run finishes before another due to a **stop condition**, then its step numbers after that
point will be blank. At the top of the file there is a `[run number]` row that will have the run
number repeated for each metric at the top of the file. After that are rows for the initial values
given to each variable for the run. The spreadsheet output also calculates the min, mean, max, and
final values for the step numbers as well as each metric and lists those after the initial values
before the individual run measurements. Then it lists the actual number of steps a run went through
in a `[total steps]` row.
given to each variable for the run. If data is recorded for more than one step, the spreadsheet output
also calculates the min, mean, max, and final values for the step numbers as well as each metric and
lists those after the initial values before the individual run measurements. Then it lists the actual
number of steps a run went through in a `[total steps]` row.

The **Spreadsheet output** data makes it easier to quickly compare runs against each other, as they
will be aligned vertically when imported into a spreadsheet application. It can also make
Expand Down Expand Up @@ -677,7 +677,8 @@ When all the runs have finished, the experiment is complete. Spreadsheet, Lists
Paused experiments will appear in the BehaviorSpace window marked with "In Progress".
To resume an experiment where you paused it, select it and press the "Run" button.
To reset a paused experiment to its initial state, select it and press the "Abort"
button.
button. Note that paused experiments are not saved with the model and can therefore
only be resumed within the current session.

If you are using Spreadsheet output a file containing the data up until the experiment is
paused will be written. This data will be used as part of the creation of a complete
Expand Down
9 changes: 6 additions & 3 deletions apps/docs/autogen/interfacetab.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,9 +825,12 @@ the Command Center.)
Let's take a look at the design of the Command Center.
![[interfacetab/command-center.png]]

The smaller box, below the large box, is where you type a command. After typing
it press the Return or Enter key to run it. You can use the up arrow to access the
commands you previously typed, and the down arrow to navigate back through the list.
The Command Center features two text boxes: a small one at the bottom, where you
type a command, and a large one above it, where you will see the output of the command.

After typing a command, press the Return or Enter key to run it. You can use the up
arrow to access the commands you previously typed, and the down arrow to navigate
back through the list.

To the left of where you type is a label that initially says "observer>". Clicking on
the label will open a popup menu where you can choose either observer, turtles, or patches,
Expand Down
1 change: 1 addition & 0 deletions packages/tailwind-config/scss/docs-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ a.code {
line-height: var(--line-height-code);
background-color: var(--color-background-overlay);
font-family: var(--font-mono);
white-space: nowrap;
}

li pre {
Expand Down