-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Basic docs for numpydoc #118
Conversation
Add it to travis build? |
If there is consensus that it's worth hosting numpydocs separate from numpy, how do you want to handle publishing? |
I think readthedocs is the minimum effort solution, automatic doc builds etc. without hassle. EDIT: I think it's not controversial to host separate docs, when the repository is separate and and has separate versioning and pypi packages. |
It's also the subject of #66 |
So you just want an exit status check in travis? Sure. |
Rendered | ||
======== | ||
|
||
.. automodule:: example |
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.
Doesn't seem to import this module on travis, maybe add to sys.path in config?
Also, the configuration options are probably best explained in just one place, so maybe drop from README.rst? otherwise lgtm |
needs rebase |
lgtm, I'll just merge and if there's something to do we can iterate. |
Great! I'm jnothman there too. |
Apologies if my conf.py is naively constructed from a mix of the Sphinx generated and numpy's.
Fixes #66?