Skip to content

Commit

Permalink
add autodoc to roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Mar 2, 2017
1 parent 93d634b commit d259149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -29,6 +29,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.doctest',
Expand Down
1 change: 1 addition & 0 deletions docs/roadmap/index.rst
Expand Up @@ -15,6 +15,7 @@ Full code coverage tests.

Complete documentation of all public API elements with docstyle comments
https://www.python.org/dev/peps/pep-0257/
http://www.sphinx-doc.org/en/stable/ext/autodoc.html
http://thomas-cokelaer.info/tutorials/sphinx/docstring_python.html

.. todo::
Expand Down

0 comments on commit d259149

Please sign in to comment.