-
Notifications
You must be signed in to change notification settings - Fork 0
documentation updates #24
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
Conversation
- Simplified mkdocs.yml configuration and navigation - Updated README.md with better project documentation - Streamlined docs/index.md for clearer project overview - Updated docs/preprocess.md with current preprocessing criteria - Added .gitignore entries for Quarto report files
| *.ipynb filter=strip-notebook-output | ||
| # keep the output of the following notebooks when committing | ||
| SlurmGPU.ipynb !filter=strip-notebook-output | ||
| # *.ipynb filter=strip-notebook-output |
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.
We can keep the first line for this file and remove the rest (based on the most recent changes on feature/add-requested-vram
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.
Are these two just copies of the notebooks in the notebooks folder? Would it be better to copy them here and then expect the notebooks to be copied here after any changes to the notebooks or to just not include them here (or have a symlink or some other way to automate this process)?
| generic: true | ||
|
|
||
| extra_javascript: | ||
| # - javascripts/mathjax.js |
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.
Do we need to keep this comment?
| - Notebooks: | ||
| - Efficiency Analysis: 'notebooks/Efficiency Analysis.ipynb' | ||
| - Visualization: 'notebooks/Basic Visualization.ipynb' | ||
| # - Frequency Analysis: 'notebooks/Frequency Analysis.ipynb' |
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.
Should we keep this comment considering that frequency_analysis.md is in the Analysis section?
No description provided.