chiark / gitweb /
documentation/python: hook up the search.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jul 2019 08:45:48 +0000 (10:45 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jul 2019 15:48:56 +0000 (17:48 +0200)
commit8ecfe5c0b0223c1fa8c4c3deafeb86522aa02e3f
tree1b7eea2b28e93eeff91f29aa67cc3d0dbdd48bd0
parent20e1743f2dfa1696fafd0907f44385e0266845a5
documentation/python: hook up the search.
12 files changed:
documentation/python.py
documentation/templates/python/opensearch.xml [new file with mode: 0644]
documentation/test_python/CMakeLists.txt
documentation/test_python/layout_search_binary/index.html [new file with mode: 0644]
documentation/test_python/layout_search_open_search/index.html [new file with mode: 0644]
documentation/test_python/layout_search_open_search/opensearch.xml [new file with mode: 0644]
documentation/test_python/search/search/__init__.py [new file with mode: 0644]
documentation/test_python/search/search/pybind.cpp [new file with mode: 0644]
documentation/test_python/search/search/sub.py [new file with mode: 0644]
documentation/test_python/search_long_suffix_length/search_long_suffix_length.cpp [new file with mode: 0644]
documentation/test_python/test_layout.py
documentation/test_python/test_search.py [new file with mode: 0644]