diff options
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/index.rst | 6 | ||||
| -rw-r--r-- | docs/src/searx.plugins.hostnames.rst | 9 | ||||
| -rw-r--r-- | docs/src/searx.plugins.tor_check.rst | 9 | ||||
| -rw-r--r-- | docs/src/searx.plugins.unit_converter.rst | 9 |
4 files changed, 3 insertions, 30 deletions
diff --git a/docs/src/index.rst b/docs/src/index.rst index fd16e7635..7806a9c83 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -2,9 +2,9 @@ Source-Code =========== -This is a partial documentation of our source code. We are not aiming to document -every item from the source code, but we will add documentation when requested. - +This is a partial documentation of our source code. We are not aiming to +document every item from the source code, but we will add documentation when +requested. .. toctree:: :maxdepth: 2 diff --git a/docs/src/searx.plugins.hostnames.rst b/docs/src/searx.plugins.hostnames.rst deleted file mode 100644 index 5d0365536..000000000 --- a/docs/src/searx.plugins.hostnames.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. _hostnames plugin: - -================ -Hostnames plugin -================ - -.. automodule:: searx.plugins.hostnames - :members: - diff --git a/docs/src/searx.plugins.tor_check.rst b/docs/src/searx.plugins.tor_check.rst deleted file mode 100644 index 905328ebf..000000000 --- a/docs/src/searx.plugins.tor_check.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. _tor check plugin: - -================ -Tor check plugin -================ - -.. automodule:: searx.plugins.tor_check - :members: - diff --git a/docs/src/searx.plugins.unit_converter.rst b/docs/src/searx.plugins.unit_converter.rst deleted file mode 100644 index 48d495d80..000000000 --- a/docs/src/searx.plugins.unit_converter.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. _unit converter plugin: - -===================== -Unit converter plugin -===================== - -.. automodule:: searx.plugins.unit_converter - :members: - |