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-10 01:10:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7541f922ae
sphinx-autoapi
/
autoapi
/
__init__.py
7 lines
105 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
Added __version_info__ and single source version
2020-05-15 03:37:18 +00:00
from
.
_version
import
__version__
,
__version_info__
Reference in New Issue
Copy Permalink