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/utils | |
| parent | 1d10ae175c0929d383d268f56bfadb304365ccf2 (diff) | |
| parent | b8cd3264644208d7afa1a239f829222d45226334 (diff) | |
Merge pull request #2600 from dalf/searx-extra
Add searx_extra package
Diffstat (limited to 'docs/utils')
| -rw-r--r-- | docs/utils/index.rst | 10 | ||||
| -rw-r--r-- | docs/utils/standalone_searx.py.rst | 11 |
2 files changed, 4 insertions, 17 deletions
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: - - |