diff options
Diffstat (limited to 'docs/utils')
| -rw-r--r-- | docs/utils/index.rst | 1 | ||||
| -rw-r--r-- | docs/utils/standalone_searx.py.rst | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/utils/index.rst b/docs/utils/index.rst index 13914af28..3c7387875 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -16,6 +16,7 @@ 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 new file mode 100644 index 000000000..557c4b75b --- /dev/null +++ b/docs/utils/standalone_searx.py.rst @@ -0,0 +1,11 @@ + +.. _standalone_searx.py: + +============================= +``utils/standalone_searx.py`` +============================= + +.. automodule:: standalone_searx + :members: + + |