-
Notifications
You must be signed in to change notification settings - Fork 24
Migrated the documentation from Jupyter-book to Mkdocs #137
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
base: develop
Are you sure you want to change the base?
Conversation
feat/mkdocs migration
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.
Thanks Rohan - leaving some questions and things to address on this.
|
||
# If S0 isn't specified, calculate from baseline | ||
if S0 is None: | ||
SIbase=np.mean(SIcurve[1:baselinepts]) |
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.
Is there a reason you changed this from the original implementation? This is a functional change, not a documentation change.
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.
Can we swap this out with a modern pyproject.toml file instead?
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.
Why are we pointing a utility script to a utility script here? Should this be simplified to one utility script in a utilities folder?
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.
Everything in the guide
folder should be consolidated as a readme file or as a development_guide folder in docs that is linked in the readme so that developers can quickly understand how to contribute.
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.
There are markdown files in the notebooks that should be organized separately. You will need to fix any reference links to these files as well.
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 should probably use a newer version of python here.
Additionally, can you add comments about what the workflow is doing and why?
It should be clear that we first run the notebooks, then mkdocs gh-deploy --force builds the website (and also runs the hook to convert to md)
- content.action.view | ||
- content.code.annotate | ||
- content.code.copy | ||
# - content.code.select |
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.
If we aren't using these, we should probably get rid of them.
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.
Why is there two deployments for the docs here?
Migrated DCE-DSC-MRI_CodeCollection documentation site from Jupyter-book to Mkdocs.