-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs nav fix after 400 #591
Changes from 5 commits
c33bc4a
cbf1387
0fcbfbf
3c06e0e
31f77d1
430a889
5e4bd19
5a9af21
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ plugins: | |
- name: core | ||
import_url: "https://github.com/autoresearch/autora-core/?branch=main" | ||
imports: [ | ||
"docs/*", | ||
"docs/cycle/*", | ||
"docs/pipeline/*", | ||
"docs/experimentalists/grid/*", | ||
|
@@ -158,11 +159,19 @@ nav: | |
- III - Functional Workflow: 'tutorials/basic/Tutorial-III-Functional-Workflow.ipynb' | ||
- IV - Customization: 'tutorials/basic/Tutorial-IV-Customization.ipynb' | ||
- Advanced: | ||
- Equation Discovery: 'tutorials/Equation Discovery.ipynb' | ||
- Equation Discovery: 'theorist/Equation Discovery.ipynb' | ||
- Experimentalists: 'tutorials/Experimentalist.ipynb' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this isn't really an advanced Experimentalist tutorial, is it? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, it was in the advanced tutorials before, but was a broken link. I just changed the path. BTW: There is another tutorial file in the advanced folder called "Theorist.ipynb" that we don't use anywhere right now. I was not sure about that one either. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should also mark the |
||
- Online Closed-Loop Discovery: 'user-cookiecutter/docs/index.md' | ||
- Online Closed-Loop Discovery: | ||
- 'user-cookiecutter/docs/index.md' | ||
- User Guide: | ||
- Installation: 'installation.md' | ||
- Terminology: 'terminology.md' | ||
- Core: | ||
- Home: 'core/docs/index.md' | ||
- Examples: | ||
- 'core/docs/cycle/Basic Introduction to Functions and States.ipynb' | ||
- 'core/docs/cycle/Combining Experimentalists with State.ipynb' | ||
- 'core/docs/cycle/Linear and Cyclical Workflows using Functions and States.ipynb' | ||
- Theorists: | ||
- Home: 'theorist/index.md' | ||
- DARTS: '!import https://github.com/autoresearch/autora-theorist-darts/?branch=main&extra_imports=["mkdocs/base.yml"]' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you might be able to get away with just having
docs/
andsrc/
:... and all the others you can delete. They seem irrelevant. Also, I'm not sure what the "*" is doing, if anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed and tested it.