Feature: Added Sphinx documentation and GH workflow for docs hosting using Github Pages#3
Open
daphne-cornelisse wants to merge 4 commits intofeature/nocturne_fork_cleanupfrom
Open
Conversation
106f6a7 to
07a8411
Compare
…using Github Pages
07a8411 to
f24d4c4
Compare
…rge-Lab/nocturne into feature/add_sphinx_docs
24 tasks
…rge-Lab/nocturne into feature/add_sphinx_docs
|
Should I review this? |
Collaborator
Author
|
No, I will look at how to reduce the number of notifications for these
things
…On Monday, October 9, 2023, Eugene Vinitsky ***@***.***> wrote:
Should I review this?
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH7I7P3GXYOFOB3BU6NAKLLX6QSRRAVCNFSM6AAAAAA5Q47MDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJTGMZTONRYGQ>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
|
Oh I idn't get a notification, I was just futzing around |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This pull requests adds Sphinx documentation and hosted docs using Github Pages to the EMERGE Nocturne package.
Changes Made
The following changes were made in the
feature/add_sphinx_docsbranch:Related Issues
This pull request resolves the no outstanding issues.
Review checklist
poetry install --only=docsorpip install -r ./requirements.docs.txtcd docs; make html; cd .../docs/build/index.htmlin your browser of choice