chiark / gitweb /
m.sphinx: new plugin for Python docs via external files.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 5 May 2019 16:10:49 +0000 (18:10 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 21 May 2019 14:51:51 +0000 (16:51 +0200)
commitf3f85e1ab56ec0c082e044d893782bcc465d09b6
tree15e07f2de65064fc28f3dc795c304150add0b9e6
parent889b55cf3ec6a497bd7be3dd54b5b7158b3a7a6a
m.sphinx: new plugin for Python docs via external files.

Provides a way to document modules, classes and data in the Python doc
theme.
16 files changed:
doc/documentation/python.rst
doc/plugins.rst
doc/plugins/metadata.rst
doc/plugins/sphinx.rst [new file with mode: 0644]
documentation/python.py
documentation/templates/python/class.html
documentation/templates/python/module.html
documentation/test_python/content/classes.html [new file with mode: 0644]
documentation/test_python/content/content.Class.html [new file with mode: 0644]
documentation/test_python/content/content.html [new file with mode: 0644]
documentation/test_python/content/content.py [new file with mode: 0644]
documentation/test_python/content/docs.rst [new file with mode: 0644]
documentation/test_python/test_content.py [new file with mode: 0644]
plugins/m/sphinx.py [new file with mode: 0644]
plugins/m/test/test_sphinx.py [new file with mode: 0644]
site/pelicanconf.py