Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jayvdb/sphinx-epytext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx epytext support

sphinx-epytext provides basic support for epytext docstrings <http://epydoc.sourceforge.net/epytext.html> in Sphinx autodoc <http://sphinx-doc.org/ext/autodoc.html>.

It connects to the 'autodoc-process-docstring' hook of Sphinx, to perform the following:

Configuration

Add it to your extensions in conf.py:

extensions = [
    'sphinx.ext.autodoc',
    'sphinx_epytext',
    # your other sphinx extensions
    # ...
]

Then run sphinx-build.

About

Sphinx "epytext" extension

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages