Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter authored Jun 5, 2024
1 parent 15c11e8 commit 0d42688
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ plugins:
- name: mixture
import_url: "https://github.com/blinodelka/mixture_experimental_strategies/?branch=main"
imports: [ "src/" ]
- name: prediction-filter
import_url: "https://github.com/AutoResearch/autora-experimentalist-prediction-filter/?branch=main"
imports: ["src/"]

gen-files:
scripts: [ "mkdocs/generate_code_reference.py" ]
Expand All @@ -104,7 +107,8 @@ plugins:
"./temp_dir/leverage/src/",
"./temp_dir/falsification/src/",
"./temp_dir/mixture/src/",
"./temp_dir/synthetic/src/"
"./temp_dir/synthetic/src/",
"./temp_dir/prediction-filter/src/",
]
import:
- https://scikit-learn.org/stable/objects.inv
Expand Down Expand Up @@ -197,6 +201,7 @@ nav:
- Leverage: '!import https://github.com/autoresearch/autora-experimentalist-leverage/?branch=main&extra_imports=["mkdocs/base.yml"]'
- Falsification: '!import https://github.com/autoresearch/autora-experimentalist-falsification/?branch=main&extra_imports=["mkdocs/base.yml"]'
- Mixture: '!import https://github.com/blinodelka/mixture_experimental_strategies/?branch=main&extra_imports=["mkdocs/base.yml"]'
- Prediction Filter: '!import https://github.com/AutoResearch/autora-experimentalist-prediction-filter/?branch=main&extra_imports=["mkdocs/base.yml"]'
- Experiment Runners:
- Home: 'experiment-runner/index.md'
- Synthetic: '!import https://github.com/autoresearch/autora-synthetic/?branch=main&extra_imports=["mkdocs/base.yml"]'
Expand Down

0 comments on commit 0d42688

Please sign in to comment.