chiark / gitweb /
documentation/python, m.sphinx: support for external enum value docs.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 30 Aug 2019 16:26:18 +0000 (18:26 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 30 Aug 2019 18:37:46 +0000 (20:37 +0200)
commit820350718027f5d998790dc225536cb5d77228e4
tree7f108afb1160d4261eaf2265bf6da492afbdf87b
parent877372f7fd406106f630dddc44a3e1be3d6842ff
documentation/python, m.sphinx: support for external enum value docs.
17 files changed:
doc/documentation/python.rst
doc/plugins/sphinx.rst
documentation/python.py
documentation/templates/python/details-enum.html
documentation/test_python/content/content.html
documentation/test_python/content/content/__init__.py
documentation/test_python/content/docs.rst
documentation/test_python/content_parse_docstrings/content_parse_docstrings.html
documentation/test_python/content_parse_docstrings/content_parse_docstrings.py
documentation/test_python/inspect_all_property/inspect_all_property.html
documentation/test_python/inspect_string/inspect_string.Foo.html
documentation/test_python/inspect_string/inspect_string.html
documentation/test_python/pybind_enums/docs.rst [new file with mode: 0644]
documentation/test_python/pybind_enums/pybind_enums.cpp
documentation/test_python/pybind_enums/pybind_enums.html
documentation/test_python/test_pybind.py
plugins/m/sphinx.py