From b584a5f29736f823b32b69ec261af27a2f1e0b00 Mon Sep 17 00:00:00 2001 From: ERSUCC Date: Wed, 21 Jan 2026 14:40:20 -0600 Subject: [PATCH] Update with latest changes from old docs repo --- apps/docs/autogen/behaviorspace.md | 11 ++++++----- apps/docs/autogen/interfacetab.md | 9 ++++++--- packages/tailwind-config/scss/docs-theme.scss | 1 + 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/apps/docs/autogen/behaviorspace.md b/apps/docs/autogen/behaviorspace.md index cc300a1e..20bcf55c 100644 --- a/apps/docs/autogen/behaviorspace.md +++ b/apps/docs/autogen/behaviorspace.md @@ -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 @@ -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 diff --git a/apps/docs/autogen/interfacetab.md b/apps/docs/autogen/interfacetab.md index 59f13719..a9dc11ea 100644 --- a/apps/docs/autogen/interfacetab.md +++ b/apps/docs/autogen/interfacetab.md @@ -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, diff --git a/packages/tailwind-config/scss/docs-theme.scss b/packages/tailwind-config/scss/docs-theme.scss index 2bb7eb4d..31153f5f 100644 --- a/packages/tailwind-config/scss/docs-theme.scss +++ b/packages/tailwind-config/scss/docs-theme.scss @@ -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 {