This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
sphinx-autoapi
Watch
2
Star
0
Fork
0
You've already forked sphinx-autoapi
mirror of
https://github.com/readthedocs/sphinx-autoapi
synced
2024-11-08 07:10:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3531f5560a
sphinx-autoapi
/
autoapi
/
__init__.py
6 lines
53 B
Python
Raw
Normal View
History
Unescape
Escape
Add some docstrings
2015-06-10 20:12:18 +00:00
"""
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 22:33:39 +00:00
Sphinx
AutoAPI
Clean up errors caught by linting
2015-08-03 18:24:52 +00:00
"""
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 22:33:39 +00:00
from
.
extension
import
setup
Reference in New Issue
Copy Permalink