-
Notifications
You must be signed in to change notification settings - Fork 5
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
Documentation update: add readthedocs with sphinx #84
Conversation
689a9f2
to
a33b1e0
Compare
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 so much Alex, this is awesome!! Just some minor comments, mostly just to make sure all the documentation is up to date with the recent restructuring PRs and slight changes to installation setup etc.
I think we can continue to edit the wording in the documentation as we go but no need for any major changes in this PR.
…enerated docs, inference and models doesnt show up. Need to investigate this issue further
…still needs to be completed
…restructure proposed in recent issue.
… contributing.md as updated material is now in the readthedocs
…cs finds it and generates it
…exlude test files from autodocs
…opposed to in the __init__)
…Improve details of submitting PRs. Add information for reveiwers on how to merge pull requests.
b2f6088
to
454c7e8
Compare
Recently merged documentation PR #84 contained incorrect installation command causing readthedocs to fail.
I've added sphinx support with autodoc and autosummary with utilizes inline code blocks to generate documentation. In addition to this, I've added three additional pages with provide background info:
docs/install.rst
: goes though installation proceduredocs/quickstart.rst
: provides high-level info regarding repo structure, and pointer to notebooksdocs/contributing.rst
: info regarding how to contribute (largely fromdocs/contributing.md
- which is now deleted - and includes some updates)Updated the readme to provide pointers to these new resources and added some additional information about the repo.
I also updated the
__init__.py
such that they import library functionalities, such that tab autocomplete works in IPython.