From 1bb82a6b54e53d683c3041a1576be64ae234abee Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 2 Oct 2021 17:30:39 +0200 Subject: SearXNG: searxng_extra --- docs/searxng_extra/index.rst | 14 ++++++++++++++ docs/searxng_extra/standalone_searx.py.rst | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 docs/searxng_extra/index.rst create mode 100644 docs/searxng_extra/standalone_searx.py.rst (limited to 'docs/searxng_extra') diff --git a/docs/searxng_extra/index.rst b/docs/searxng_extra/index.rst new file mode 100644 index 000000000..a98c358f2 --- /dev/null +++ b/docs/searxng_extra/index.rst @@ -0,0 +1,14 @@ +.. _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 new file mode 100644 index 000000000..1d2d698ac --- /dev/null +++ b/docs/searxng_extra/standalone_searx.py.rst @@ -0,0 +1,9 @@ + +.. _standalone_searx.py: + +=================================== +``searxng_extra/standalone_searx.py`` +=================================== + +.. automodule:: searxng_extra.standalone_searx + :members: -- cgit v1.2.3