rope
rope copied to clipboard
Add auto-generated API docs
Description
Add an auto-generated API reference to Rope's docs.
Fixes #796
Details (might change as the PR evolves)
- Currently uses
sphinx-autoapito generate the docs. - Lots of warnings during the docs build due to references that can't be found (mostly due to Markdown-like single-backtick inline code in docstrings), but result looks all right.
- Would obviously benefit greatly from enabling pull request reviews in the ReadTheDocs setting.