sphinx-autoapi/autoapi
Anthony Johnson df74247128
Allow for toplevel module as Sphinx extension
Instead of requiring:

    extensions = ['autoapi.extension']

This allows for the toplevel:

    extensions = ['autoapi']

This is more intuitive for users, as extension is an internal concept.
2017-04-07 15:33:39 -07:00
..
mappers Fix pathing 2016-11-04 20:50:05 -07:00
templates Use shortname for methods 2016-11-04 15:44:47 -07:00
__init__.py Allow for toplevel module as Sphinx extension 2017-04-07 15:33:39 -07:00
backends.py Fix review feedback 2016-11-04 13:42:15 -07:00
directives.py Revert attempt at making a hidden title 2016-11-02 20:01:21 -07:00
extension.py Fix review feedback 2017-03-02 14:18:39 -08:00
settings.py Use autoapi_root for url root configuration 2015-10-28 11:04:23 -07:00
toctree.py Fix review feedback 2016-11-04 13:42:15 -07:00
utils.py Start using pydocstyle for Python doc generation 2016-06-09 15:44:30 -07:00