mirror of
https://github.com/searxng/searxng.git
synced 2025-07-28 07:32:25 +02:00
[doc] build from commit e851bc1269
This commit is contained in:
commit
03cbe2890b
429 changed files with 98580 additions and 0 deletions
15
_sources/dev/plugins/builtins.rst.txt
Normal file
15
_sources/dev/plugins/builtins.rst.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
.. _builtin plugins:
|
||||
|
||||
================
|
||||
Built-in Plugins
|
||||
================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
calculator
|
||||
hash_plugin
|
||||
hostnames
|
||||
self_info
|
||||
tor_check
|
||||
unit_converter
|
8
_sources/dev/plugins/calculator.rst.txt
Normal file
8
_sources/dev/plugins/calculator.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _plugins.calculator:
|
||||
|
||||
==========
|
||||
Calculator
|
||||
==========
|
||||
|
||||
.. automodule:: searx.plugins.calculator
|
||||
:members:
|
7
_sources/dev/plugins/development.rst.txt
Normal file
7
_sources/dev/plugins/development.rst.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
.. _dev plugin:
|
||||
|
||||
==================
|
||||
Plugin Development
|
||||
==================
|
||||
|
||||
.. automodule:: searx.plugins
|
8
_sources/dev/plugins/hash_plugin.rst.txt
Normal file
8
_sources/dev/plugins/hash_plugin.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _hash_plugin plugin:
|
||||
|
||||
===========
|
||||
Hash Values
|
||||
===========
|
||||
|
||||
.. autoclass:: searx.plugins.hash_plugin.SXNGPlugin
|
||||
:members:
|
8
_sources/dev/plugins/hostnames.rst.txt
Normal file
8
_sources/dev/plugins/hostnames.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _hostnames plugin:
|
||||
|
||||
=========
|
||||
Hostnames
|
||||
=========
|
||||
|
||||
.. automodule:: searx.plugins.hostnames
|
||||
:members:
|
9
_sources/dev/plugins/index.rst.txt
Normal file
9
_sources/dev/plugins/index.rst.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
=======
|
||||
Plugins
|
||||
=======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
development
|
||||
builtins
|
8
_sources/dev/plugins/self_info.rst.txt
Normal file
8
_sources/dev/plugins/self_info.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _self_info plugin:
|
||||
|
||||
=========
|
||||
Self-Info
|
||||
=========
|
||||
|
||||
.. autoclass:: searx.plugins.self_info.SXNGPlugin
|
||||
:members:
|
8
_sources/dev/plugins/tor_check.rst.txt
Normal file
8
_sources/dev/plugins/tor_check.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _tor check plugin:
|
||||
|
||||
=========
|
||||
Tor check
|
||||
=========
|
||||
|
||||
.. automodule:: searx.plugins.tor_check
|
||||
:members:
|
8
_sources/dev/plugins/unit_converter.rst.txt
Normal file
8
_sources/dev/plugins/unit_converter.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _unit converter plugin:
|
||||
|
||||
==============
|
||||
Unit Converter
|
||||
==============
|
||||
|
||||
.. automodule:: searx.plugins.unit_converter
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue