chiark / gitweb /
documentation/python: support external docs for all stuff.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jul 2019 18:42:44 +0000 (20:42 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jul 2019 18:57:37 +0000 (20:57 +0200)
commit35f3d45e23d3352156c81247096176d1fd6c77ae
treec76b847e5b5dc9e5efc051032f351720eff266e1
parent2d229ece95f751ab8def6f02bbf7f0e567b40fec
documentation/python: support external docs for all stuff.

And also detailed docs for enums, functions, properties and data.
19 files changed:
doc/documentation/python.rst
doc/plugins/sphinx.rst
documentation/python.py
documentation/templates/python/class.html
documentation/templates/python/details-data.html [new file with mode: 0644]
documentation/templates/python/details-function.html [new file with mode: 0644]
documentation/templates/python/details-property.html [new file with mode: 0644]
documentation/templates/python/module.html
documentation/test_python/content/classes.html
documentation/test_python/content/content.Class.html
documentation/test_python/content/content.ClassWithSummary.html [moved from documentation/test_python/content/content.AnotherClass.html with 88% similarity]
documentation/test_python/content/content.docstring_summary.html [new file with mode: 0644]
documentation/test_python/content/content.html
documentation/test_python/content/content.py [deleted file]
documentation/test_python/content/content/__init__.py [new file with mode: 0644]
documentation/test_python/content/content/docstring_summary.py [new file with mode: 0644]
documentation/test_python/content/docs.rst
documentation/test_python/test_content.py
plugins/m/sphinx.py