Skip to content

Commit

Permalink
Merge pull request #691 from AutoResearch/679-experiment_runner-are-m…
Browse files Browse the repository at this point in the history
…issing-from-code-reference

docs: add experiment runner firebase prolific to code reference
  • Loading branch information
younesStrittmatter authored Dec 2, 2024
2 parents aecca33 + 271f7a8 commit 7fdaf75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ plugins:
- name: bandit-random
import_url: "https://github.com/AutoResearch/autora-experimentalist-bandit-random/?branch=main"
imports: [ "src/" ]
- name: experiment-runner-firebase-prolific
import_url: "https://github.com/AutoResearch/autora-experiment-runner-firebase-prolific/?branch=main"
imports: [ "src/" ]

gen-files:
scripts: [ "mkdocs/generate_code_reference.py" ]
Expand All @@ -121,6 +124,7 @@ plugins:
"./temp_dir/abstract-equation/src/",
"./temp_dir/prediction-filter/src/",
"./temp_dir/bandit-random/src/",
"./temp_dir/experiment-runner-firebase-prolific/src/",
]
import:
- https://scikit-learn.org/stable/objects.inv
Expand Down

0 comments on commit 7fdaf75

Please sign in to comment.