chiark / gitweb /
documentation/python: integrate tighter with m.sphinx.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 22 Aug 2019 22:36:17 +0000 (00:36 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 25 Aug 2019 10:47:45 +0000 (12:47 +0200)
commit87ed31ef6afbb971095a30fe0ae6d8ff918b5a40
treedd70004b332edbe003553e46e8a18f60535b3b0d
parent158f4363c5a599b003f5fd254a3cab3198e48514
documentation/python: integrate tighter with m.sphinx.

The :ref: from m.sphinx can now link to internal types, while external
types provided by m.sphinx are now also linked to from all signatures.

Yay, I'm so happy about the design of this.
doc/documentation/python.rst
doc/plugins/sphinx.rst
documentation/python.py
documentation/test_python/inspect_type_links/index.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/index.rst [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links.second.html
documentation/test_python/test_inspect.py
plugins/m/sphinx.py