From ebbd5f73666c1e6c73f0e4f0a575461ccb3a7a42 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 1 Jun 2021 14:36:02 +0200 Subject: [docs] add new rubric 'Source-Code' - document namespace: searx.engines - move docs/dev/xpath_engine.rst -> docs/src/searx.engines.xpath.rst Signed-off-by: Markus Heiser --- docs/src/index.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/src/index.rst (limited to 'docs/src/index.rst') diff --git a/docs/src/index.rst b/docs/src/index.rst new file mode 100644 index 000000000..f88b943d5 --- /dev/null +++ b/docs/src/index.rst @@ -0,0 +1,14 @@ +=========== +Source-Code +=========== + +This is a partial documentation of our source code. We are not aim to document +every item from the source code, but we will add documentation when requested. + + +.. toctree:: + :maxdepth: 2 + :caption: Contents + :glob: + + searx.* -- cgit v1.2.3