[doc] build from commit e851bc1269

This commit is contained in:
return42 2025-07-17 17:51:02 +00:00
commit 03cbe2890b
429 changed files with 98580 additions and 0 deletions

View file

@ -0,0 +1,15 @@
.. _builtin plugins:
================
Built-in Plugins
================
.. toctree::
:maxdepth: 1
calculator
hash_plugin
hostnames
self_info
tor_check
unit_converter

View file

@ -0,0 +1,8 @@
.. _plugins.calculator:
==========
Calculator
==========
.. automodule:: searx.plugins.calculator
:members:

View file

@ -0,0 +1,7 @@
.. _dev plugin:
==================
Plugin Development
==================
.. automodule:: searx.plugins

View file

@ -0,0 +1,8 @@
.. _hash_plugin plugin:
===========
Hash Values
===========
.. autoclass:: searx.plugins.hash_plugin.SXNGPlugin
:members:

View file

@ -0,0 +1,8 @@
.. _hostnames plugin:
=========
Hostnames
=========
.. automodule:: searx.plugins.hostnames
:members:

View file

@ -0,0 +1,9 @@
=======
Plugins
=======
.. toctree::
:maxdepth: 2
development
builtins

View file

@ -0,0 +1,8 @@
.. _self_info plugin:
=========
Self-Info
=========
.. autoclass:: searx.plugins.self_info.SXNGPlugin
:members:

View file

@ -0,0 +1,8 @@
.. _tor check plugin:
=========
Tor check
=========
.. automodule:: searx.plugins.tor_check
:members:

View file

@ -0,0 +1,8 @@
.. _unit converter plugin:
==============
Unit Converter
==============
.. automodule:: searx.plugins.unit_converter
:members: