summaryrefslogtreecommitdiff
path: root/docs/src/index.rst
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-01 16:40:38 +0200
committerGitHub <noreply@github.com>2021-06-01 16:40:38 +0200
commitee83c99d2b40efaaf4f3e6635e7a43f7731cb128 (patch)
tree331492af5f7b8435037d984c102de07727abd56a /docs/src/index.rst
parente3f4a7731180b87ba2b3acbe4e1ea8070624001f (diff)
parent15de8708b706d5fe7e77febffd580449d827b938 (diff)
Merge pull request #116 from searxng/minor-refactoring-searx-engines
[mod] searx.engines.__init__: refactoring
Diffstat (limited to 'docs/src/index.rst')
-rw-r--r--docs/src/index.rst14
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.*