chiark / gitweb /
documentation/python: make it possible to configure how URLs look.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 10 Jul 2019 20:45:15 +0000 (22:45 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Jul 2019 17:11:08 +0000 (19:11 +0200)
commit66ace237992193954387183de471ce5220fc1e1a
tree8c57961328ace89035e15b4b999748412d249441
parentdf37b396d10b1446ae43d5f8fb0bd07ff338d9f4
documentation/python: make it possible to configure how URLs look.

Well, this is a bit overdone preparation for links to actual class /
module members, but can't hurt, no?? :D
18 files changed:
doc/documentation/python.rst
documentation/python.py
documentation/templates/python/base.html
documentation/test_python/layout/about.rst [new file with mode: 0644]
documentation/test_python/layout/getting-started.rst [new file with mode: 0644]
documentation/test_python/layout/troubleshooting.rst [new file with mode: 0644]
documentation/test_python/link_formatting/c.link_formatting.Class.Sub.html [new file with mode: 0644]
documentation/test_python/link_formatting/c.link_formatting.Class.html [new file with mode: 0644]
documentation/test_python/link_formatting/link_formatting/__init__.py [new file with mode: 0644]
documentation/test_python/link_formatting/link_formatting/sub.py [new file with mode: 0644]
documentation/test_python/link_formatting/m.link_formatting.html [new file with mode: 0644]
documentation/test_python/link_formatting/m.link_formatting.sub.html [new file with mode: 0644]
documentation/test_python/link_formatting/page.rst [new file with mode: 0644]
documentation/test_python/link_formatting/s.classes.html [new file with mode: 0644]
documentation/test_python/link_formatting/s.modules.html [new file with mode: 0644]
documentation/test_python/link_formatting/s.pages.html [new file with mode: 0644]
documentation/test_python/test_layout.py
documentation/test_python/test_link_formatting.py [new file with mode: 0644]