Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Nocturne Sphinx documentation & docs on Github pages
New
pre-commit
notebook quality checks andjupytext
support for notebooksBuild Sphinx docs and deploy to GH Pages
Note: Python dependencies have been updated and in order to run the code, you need to install the developer requirements from
./requirements.dev.txt
. To do this, runpip install -r requirements.dev.txt
.Test PR
pip install -r ./requirements.txt pip install -r ./requirements.dev.txt pip install -e .
Build and view Sphinx docs locally
sphinx-build -b html ./docs/source /docs/build/html
./docs/build/html/index.html
in the browser. When a browser is configured in your terminal window and HTML files are by default opened by the browser, you can runopen ./docs/build/html/index.html
Host Sphinx docs using GitHub Pages
Build Sphinx docs and deploy to GH Pages
TODO
Urgent
jupytext
and whether to track both ipynb and md versions of notebooksDecisions to be made
Backlog