chiark / gitweb /
documentation/python: extend URL_FORMATTER also to static data.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 10 Sep 2019 20:06:27 +0000 (22:06 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 10 Sep 2019 20:10:14 +0000 (22:10 +0200)
commit9a4402312e0cb4cae62bdc18bd9c28b0f2e653d9
tree5d67053835357465c220369d6e95403baba0f60e
parent5f403b5f92fbdb6fc41411f9d974a78e164bddb8
documentation/python: extend URL_FORMATTER also to static data.
38 files changed:
doc/documentation/python.rst
documentation/_search.py
documentation/doxygen.py
documentation/python.py
documentation/search.js
documentation/templates/doxygen/base.html
documentation/templates/python/base.html
documentation/test_doxygen/layout/pages.html
documentation/test_doxygen/layout_generated_doxyfile/index.html
documentation/test_doxygen/layout_minimal/index.html
documentation/test_doxygen/layout_search_binary/index.html
documentation/test_doxygen/layout_search_opensearch/index.html
documentation/test_doxygen/test_layout.py
documentation/test_doxygen/undocumented/File_8h.html
documentation/test_doxygen/undocumented/annotated.html
documentation/test_doxygen/undocumented/classClass.html
documentation/test_doxygen/undocumented/dir_4b0d5f8864bf89936129251a2d32609b.html
documentation/test_doxygen/undocumented/files.html
documentation/test_doxygen/undocumented/group__group.html
documentation/test_doxygen/undocumented/namespaceNamespace.html
documentation/test_doxygen/undocumented/structNamespace_1_1ClassInANamespace.html
documentation/test_python/layout/index.html
documentation/test_python/layout_search_binary/index.html
documentation/test_python/layout_search_open_search/index.html
documentation/test_python/link_formatting/c.link_formatting.Class.Sub.html
documentation/test_python/link_formatting/c.link_formatting.Class.html
documentation/test_python/link_formatting/c.link_formatting.pybind.Foo.html
documentation/test_python/link_formatting/m.link_formatting.html
documentation/test_python/link_formatting/m.link_formatting.pybind.html
documentation/test_python/link_formatting/m.link_formatting.sub.html
documentation/test_python/link_formatting/p.page.html [new file with mode: 0644]
documentation/test_python/link_formatting/page.rst
documentation/test_python/link_formatting/s.classes.html
documentation/test_python/link_formatting/s.modules.html
documentation/test_python/link_formatting/s.pages.html
documentation/test_python/link_formatting/tiny.png [new symlink]
documentation/test_python/test_layout.py
documentation/test_python/test_link_formatting.py