chiark / gitweb /
m.sphinx: more convenient module/class data and properties documentation.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 30 Aug 2019 14:13:29 +0000 (16:13 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 30 Aug 2019 16:29:56 +0000 (18:29 +0200)
commit877372f7fd406106f630dddc44a3e1be3d6842ff
tree661a2dd88b1820d03ff2d9a300300df8be1232fe
parent614e72361a4f83259e3deea7ecc655489e8f9274
m.sphinx: more convenient module/class data and properties documentation.

Sometimes all you need is just a summary. Discovered during a port of a
larger project, writing all those fully-qualified .. py:property:: for all
members got boring *really* fast.
doc/plugins/sphinx.rst
documentation/test_python/content/classes.html
documentation/test_python/content/content.ClassDocumentingItsMembers.html [new file with mode: 0644]
documentation/test_python/content/content.html
documentation/test_python/content/content/__init__.py
documentation/test_python/content/docs.rst
documentation/test_python/test_content.py
plugins/m/sphinx.py