-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add documentation #109
Comments
It would be best of someone could help set up things for me, of course! Once Sphinx is set up I can configure RTD for this. |
@uranusjr ack... I'll try to get down to something ... FWIW this is the tool we are using it in: https://github.com/nexB/python-inspector |
@TG1999 ping |
I am currently mapping the entire public API, to figure out what the documentation needs to look like. Here's what I have at the moment:
I don't really enjoy that there's a bunch of thing re-exported at multiple levels and things are being imported (and used) from places where they're not really supposed to be public API. |
https://readthedocs.org/dashboard/resolvelib/ is a thing, I'll file a PR for adding documentation soon. |
Adding some documentation would go a very long way to help adopters of this library beyond pip.
For a start I suggest adding some generated API ReST doc using sphinx and published on RTD.
Would you need help for this?
The text was updated successfully, but these errors were encountered: