diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-29 17:38:13 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-03 10:20:54 +0100 |
| commit | de819bb1f5be4e5f9e26d09ab40585684f284c4a (patch) | |
| tree | 94d59a0810d70d61250e59fbdaac1238c027a34e /docs/searxng_extra | |
| parent | 458b7fb72d9429af346578ba37625f3d45607f03 (diff) | |
[docs] move searxng_extra/ stuff to the developer section.
Stuff in folder searxng_extra/ is not suitable for normal users and should only
be used by developers.
The script searxng_extra/standalone_searx.py must not give the impression that
it improves privacy. [1]
[1] https://github.com/searxng/searxng/pull/651#issuecomment-1001389726
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/searxng_extra')
| -rw-r--r-- | docs/searxng_extra/index.rst | 14 | ||||
| -rw-r--r-- | docs/searxng_extra/standalone_searx.py.rst | 9 |
2 files changed, 0 insertions, 23 deletions
diff --git a/docs/searxng_extra/index.rst b/docs/searxng_extra/index.rst deleted file mode 100644 index a98c358f2..000000000 --- a/docs/searxng_extra/index.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. _searxng_extra: - -====================================================== -Tooling box ``searxng_extra`` for developers and users -====================================================== - -In the folder :origin:`searxng_extra/` we maintain some tools useful for -developers and users. - -.. toctree:: - :maxdepth: 2 - :caption: Contents - - standalone_searx.py diff --git a/docs/searxng_extra/standalone_searx.py.rst b/docs/searxng_extra/standalone_searx.py.rst deleted file mode 100644 index 7cbbccfde..000000000 --- a/docs/searxng_extra/standalone_searx.py.rst +++ /dev/null @@ -1,9 +0,0 @@ - -.. _standalone_searx.py: - -===================================== -``searxng_extra/standalone_searx.py`` -===================================== - -.. automodule:: searxng_extra.standalone_searx - :members: |