Skip to content

Commit

Permalink
Merge pull request #586 from AutoResearch/docs/update-autora-workflow
Browse files Browse the repository at this point in the history
docs: update workflow documentation
  • Loading branch information
hollandjg authored Dec 2, 2023
2 parents c09475c + abe9eb9 commit a74761b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,14 @@ plugins:
"docs/pipeline/*",
"docs/experimentalists/grid/*",
"docs/experimentalists/random/*",
"docs/cli/*/*",
"src/",
]
- name: user-cookiecutter
import_url: "https://github.com/autoresearch/autora-user-cookiecutter/?branch=main"
imports: [
"docs/*",
]
- name: workflow-tutorial
import_url: "https://github.com/autoresearch/autora-workflow/?branch=main"
imports: ["docs/*"]
- name: workflow
import_url: "https://github.com/autoresearch/autora-workflow/?branch=main"
imports: [ "src/" ]
- name: darts
import_url: "https://github.com/autoresearch/autora-theorist-darts/?branch=main"
imports: [ "src/" ]
Expand Down Expand Up @@ -96,7 +91,6 @@ plugins:
paths: [
# from nav_repos above
"./temp_dir/core/src/",
"./temp_dir/workflow/src/",
"./temp_dir/darts/src/",
"./temp_dir/bms/src/",
"./temp_dir/bsr/src/",
Expand Down Expand Up @@ -166,8 +160,6 @@ nav:
- Advanced:
- Equation Discovery: 'tutorials/Equation Discovery.ipynb'
- Experimentalists: 'tutorials/Experimentalist.ipynb'
#- Functional Workflow: 'core/docs/cycle/Linear and Cyclical Workflows using Functions and States.ipynb'
- Closed-Loop Discovery: 'workflow-tutorial/docs/interactive/Basic Usage.ipynb'
- Online Closed-Loop Discovery: 'user-cookiecutter/docs/index.md'
- User Guide:
- Installation: 'installation.md'
Expand Down Expand Up @@ -201,7 +193,10 @@ nav:
- Firebase: '!import https://github.com/autoresearch/autora-experiment-runner-experimentation-manager-firebase/?branch=main&extra_imports=["mkdocs/base.yml"]'
- Recruitment Managers:
- Prolific: '!import https://github.com/autoresearch/autora-experiment-runner-recruitment-manager-prolific/?branch=main&extra_imports=["mkdocs/base.yml"]'
- Workflow: '!import https://github.com/autoresearch/autora-workflow/?branch=main&extra_imports=["mkdocs/base.yml"]'
- "Command Line Interface":
- "Home": "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'
Expand Down

0 comments on commit a74761b

Please sign in to comment.