-
Notifications
You must be signed in to change notification settings - Fork 2
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 website #58
Docs website #58
Conversation
…e cases with missing group
…ke type hints py38 compat.
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.
Just double checking what "Review changes" means when I press this button. I added some comments, but will add more tomorrow.
gimie/cli.py
Outdated
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.
This renders a bit strange, you get a header "gimie" and then the text "Command line group".
After that, it shows two code-snippets with the exact same code, with no information on what this actually means/does. I think it could be ommited for clarity, or explained.
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.
Not very worth it to spend a lot of time, so very optional thing to do if someone feels bored.
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.
tres bien
This PR adds a documentation website. The website is built with sphinx and deployed on github pages at https://sdsc-ord.github.io/gimie.
A CI pipeline deploys the documentation to the
gh-pages
branch on every new commit tomain
.The website contains a few introduction pages and tutorials subject to change. A documentation for the python API and the command line interface is generated automatically on every new build, using the sphinx extension
autodoc
, andsphinx-click
, respectively.Documentation can be built locally by running
make doc
. It is built in thedoc/_build
directory.