mirror of https://github.com/searxng/searxng.git
[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>
This commit is contained in:
parent
8375974dff
commit
ebbd5f7366
|
@ -9,7 +9,6 @@ Developer documentation
|
||||||
quickstart
|
quickstart
|
||||||
contribution_guide
|
contribution_guide
|
||||||
engine_overview
|
engine_overview
|
||||||
xpath_engine
|
|
||||||
search_api
|
search_api
|
||||||
plugins
|
plugins
|
||||||
translation
|
translation
|
||||||
|
|
|
@ -35,5 +35,6 @@ anyone, you can set up your own, see :ref:`installation`.
|
||||||
searx_extra/index
|
searx_extra/index
|
||||||
utils/index
|
utils/index
|
||||||
blog/index
|
blog/index
|
||||||
|
src/index
|
||||||
|
|
||||||
.. _Searx-instances: https://searx.space
|
.. _Searx-instances: https://searx.space
|
||||||
|
|
|
@ -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.*
|
|
@ -0,0 +1,8 @@
|
||||||
|
.. _load_engines:
|
||||||
|
|
||||||
|
============
|
||||||
|
Load Engines
|
||||||
|
============
|
||||||
|
|
||||||
|
.. automodule:: searx.engines
|
||||||
|
:members:
|
Loading…
Reference in New Issue