You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
mappers Fix pathing 8 years ago
templates Use shortname for methods 8 years ago
__init__.py Allow for toplevel module as Sphinx extension 8 years ago
backends.py Fix review feedback 8 years ago
directives.py Revert attempt at making a hidden title 8 years ago
extension.py Fix review feedback 8 years ago
settings.py Use autoapi_root for url root configuration 9 years ago
toctree.py Fix review feedback 8 years ago
utils.py Start using pydocstyle for Python doc generation 8 years ago