diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-01 14:36:02 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-06-01 16:37:20 +0200 |
| commit | ebbd5f73666c1e6c73f0e4f0a575461ccb3a7a42 (patch) | |
| tree | 1e5f48e347de7b34a9cfa285c46cee8e4c3b0f10 /docs/src/index.rst | |
| parent | 8375974dff24623d8cb2790ca66ffb067ea34484 (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/src/index.rst')
| -rw-r--r-- | docs/src/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
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.* |