Skip to content

Commit

Permalink
Merge pull request #429 from AutoResearch/docs-add-tutorials
Browse files Browse the repository at this point in the history
Docs add tutorials
  • Loading branch information
younesStrittmatter authored Jun 7, 2023
2 parents e3e4a54 + e30dc55 commit e8ca982
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ plugins:
imports: ["docs/pipeline/*",]
- name: falsification
import_url: https://github.com/autoresearch/autora-experimentalist-falsification/?branch=main&extra_imports=["mkdocs/base.yml"]
imports: ["docs/*", "docs/sampler/*", "docs/pooler/*"]
imports: ["docs/*", "docs/sampler/*", "docs/pooler/*", ]
- name: bms-tutorial
import_url: https://github.com/autoresearch/autora-theorist-bms/?branch=main&extra_imports=["mkdocs/base.yml"]
imports: ["docs/*"]
- name: workflow-tutorial
import_url: https://github.com/autoresearch/autora-workflow/?branch=main&extra_imports=["mkdocs/base.yml"]
imports: ["docs/*"]
- name: falsification-tutorial
import_url: https://github.com/autoresearch/autora-experimentalist-falsification/?branch=main&extra_imports=["mkdocs/base.yml"]
imports: [ "docs/*"]
mkdocs-jupyter: # required to convert Jupyter notebooks
include_source: true
execute: false
Expand Down Expand Up @@ -66,6 +75,11 @@ extra_javascript: [

nav:
- Introduction: 'index.md'
- Tutorials:
- Home: 'tutorials/index.md'
- Automated Theorist: 'bms-tutorial/docs/Basic Usage.ipynb'
- Automated Experimentalist: 'falsification-tutorial/docs/sampler/Basic Usage.ipynb'
- Closed-Loop Discovery: 'workflow-tutorial/docs/interactive/Basic Usage.ipynb'
- User Guide:
- Theorists:
- Home: 'theorist/index.md'
Expand Down

0 comments on commit e8ca982

Please sign in to comment.