From 312303ec94bf21f8f00f31eaa68609e72eaf5848 Mon Sep 17 00:00:00 2001 From: Sebastian Musslick Date: Mon, 21 Oct 2024 21:28:57 +0200 Subject: [PATCH] adapted new structure for states and workflows --- mkdocs.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index c98b0055e..9c071d3d9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -203,15 +203,21 @@ nav: - User Guide: - Installation: 'installation.md' - Terminology: 'terminology.md' - - Core: + - States and Workflows: - Home: 'core/docs/index.md' - - State: 'core/docs/The State Mechanism.ipynb' - - Variable: 'core/docs/Variable.ipynb' - - Examples: - - 'core/docs/cycle/Basic Introduction to Functions and States.ipynb' - - 'core/docs/cycle/Combining Experimentalists with State.ipynb' - - 'core/docs/cycle/Dynamically Extending and Altering the State.ipynb' - - 'core/docs/cycle/Linear and Cyclical Workflows using Functions and States.ipynb' + - AutoRA Variables: 'core/docs/Variable.ipynb' + - States: + - Overview: 'core/docs/The State Mechanism.ipynb' + - Basic Usage: 'core/docs/cycle/Basic Introduction to Functions and States.ipynb' + - Combining Experimentalists with States: 'core/docs/cycle/Combining Experimentalists with State.ipynb' + - Workflows with States: + - Overview: 'core/docs/cycle/Linear and Cyclical Workflows using Functions and States.ipynb' + - Dynamically Altering the State: 'core/docs/cycle/Dynamically Extending and Altering the State.ipynb' + - Workflows for HPCs: + - "Command Line Interface": "core/docs/cli/index.md" + - "Basic Usage": "core/docs/cli/basic-usage/README.md" + - "Using Cylc": "core/docs/cli/cylc-pip/README.md" + - "Using Cylc and Slurm": "core/docs/cli/cylc-slurm-pip/README.md" - Theorists: - Home: 'theorist/index.md' - DARTS: '!import https://github.com/autoresearch/autora-theorist-darts/?branch=main&extra_imports=["mkdocs/base.yml"]' @@ -260,11 +266,6 @@ nav: - Firebase-Prolific: '!import https://github.com/autoresearch/autora-experiment-runner-firebase-prolific/?branch=main&extra_imports=["mkdocs/base.yml"]' - Firebase: '!import https://github.com/autoresearch/autora-experiment-runner-experimentation-manager-firebase/?branch=main&extra_imports=["mkdocs/base.yml"]' - Prolific: '!import https://github.com/autoresearch/autora-experiment-runner-recruitment-manager-prolific/?branch=main&extra_imports=["mkdocs/base.yml"]' - - "Command Line Interface": - - "Home": "core/docs/cli/index.md" - - "Basic Usage": "core/docs/cli/basic-usage/README.md" - - "Using Cylc": "core/docs/cli/cylc-pip/README.md" - - "Using Cylc and Slurm": "core/docs/cli/cylc-slurm-pip/README.md" - Online Experiments: - Home: 'online-experiments/index.md' - Firebase: 'online-experiments/firebase.md'