Skip to content

Commit

Permalink
docs: add experiment runner firebase prolific to code reference
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter committed Dec 1, 2024
1 parent ce02c15 commit 271f7a8
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 271f7a8

Please sign in to comment.