diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-03-05 09:43:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-05 09:43:39 +0100 |
| commit | aaae9a209e4d6518965064e8b515e411fb8dd0d6 (patch) | |
| tree | 922a8875536ac058d501bb207c04219744eee538 /docs | |
| parent | 1d10ae175c0929d383d268f56bfadb304365ccf2 (diff) | |
| parent | b8cd3264644208d7afa1a239f829222d45226334 (diff) | |
Merge pull request #2600 from dalf/searx-extra
Add searx_extra package
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 1 | ||||
| -rw-r--r-- | docs/searx_extra/index.rst | 14 | ||||
| -rw-r--r-- | docs/searx_extra/standalone_searx.py.rst | 9 | ||||
| -rw-r--r-- | docs/utils/index.rst | 10 | ||||
| -rw-r--r-- | docs/utils/standalone_searx.py.rst | 11 |
5 files changed, 28 insertions, 17 deletions
diff --git a/docs/index.rst b/docs/index.rst index 9e590867c..a406da197 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,6 +30,7 @@ anyone, you can set up your own, see :ref:`installation`. user/index admin/index dev/index + searx_extra/index utils/index blog/index diff --git a/docs/searx_extra/index.rst b/docs/searx_extra/index.rst new file mode 100644 index 000000000..64d0b9047 --- /dev/null +++ b/docs/searx_extra/index.rst @@ -0,0 +1,14 @@ +.. _searx_extra: + +====================================================== +Tooling box ``searx_extra`` for developers and users +====================================================== + +In the folder :origin:`searx_extra/` we maintain some tools useful for +developers and users. + +.. toctree:: + :maxdepth: 2 + :caption: Contents + + standalone_searx.py diff --git a/docs/searx_extra/standalone_searx.py.rst b/docs/searx_extra/standalone_searx.py.rst new file mode 100644 index 000000000..ff4b53387 --- /dev/null +++ b/docs/searx_extra/standalone_searx.py.rst @@ -0,0 +1,9 @@ + +.. _standalone_searx.py: + +=================================== +``searx_extra/standalone_searx.py`` +=================================== + +.. automodule:: searx_extra.standalone_searx + :members: diff --git a/docs/utils/index.rst b/docs/utils/index.rst index 28515318f..32baa5704 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -1,12 +1,11 @@ .. _searx_utils: .. _toolboxing: -======================= -Tooling box ``utils/*`` -======================= +======================================== +Tooling box ``utils`` for administrators +======================================== -In the folder :origin:`utils/` we maintain some tools useful for admins and -developers. +In the folder :origin:`utils/` we maintain some tools useful for administrators. .. toctree:: :maxdepth: 2 @@ -16,7 +15,6 @@ developers. filtron.sh morty.sh lxc.sh - standalone_searx.py .. _toolboxing common: diff --git a/docs/utils/standalone_searx.py.rst b/docs/utils/standalone_searx.py.rst deleted file mode 100644 index 557c4b75b..000000000 --- a/docs/utils/standalone_searx.py.rst +++ /dev/null @@ -1,11 +0,0 @@ - -.. _standalone_searx.py: - -============================= -``utils/standalone_searx.py`` -============================= - -.. automodule:: standalone_searx - :members: - - |