chiark / gitweb /
documentation/python: implement documenting function params and return.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 22 Aug 2019 13:34:49 +0000 (15:34 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 22 Aug 2019 13:34:49 +0000 (15:34 +0200)
commit05e945429cbf840535e4671d0da5712bc9d4f2b9
treee2df3f1cfde6a638180f5007080afb64080fa060
parentef63c515e3319a09a5539c7b7e2838a3adfd72bc
documentation/python: implement documenting function params and return.

Did not expect I would need to patch Docutils for this because nobody had
this use case since its initial commit in 2002. How the heck is Sphinx
doing this, are they replacing Docutils internals too?!
doc/documentation/python.rst
doc/plugins/sphinx.rst
documentation/python.py
documentation/templates/python/details-function.html
documentation/test_python/content/content.Class.html
documentation/test_python/content/content.html
documentation/test_python/content/content/__init__.py
documentation/test_python/content/docs.rst
plugins/m/sphinx.py