mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
[doc] build from commit 8bf600cc62
This commit is contained in:
17
_sources/dev/plugins/builtins.rst.txt
Normal file
17
_sources/dev/plugins/builtins.rst.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
.. _builtin plugins:
|
||||
|
||||
================
|
||||
Built-in Plugins
|
||||
================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
calculator
|
||||
hash_plugin
|
||||
hostnames
|
||||
infinite_scroll
|
||||
self_info
|
||||
tor_check
|
||||
unit_converter
|
||||
time_zone
|
||||
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/infinite_scroll.rst.txt
Normal file
8
_sources/dev/plugins/infinite_scroll.rst.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
.. _plugins.infinite_scroll:
|
||||
|
||||
===============
|
||||
Infinite scroll
|
||||
===============
|
||||
|
||||
.. automodule:: searx.plugins.infinite_scroll
|
||||
:members:
|
||||
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/time_zone.rst.txt
Normal file
8
_sources/dev/plugins/time_zone.rst.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
.. _time zone plugin:
|
||||
|
||||
=========
|
||||
Time Zone
|
||||
=========
|
||||
|
||||
.. automodule:: searx.plugins.time_zone
|
||||
: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:
|
||||
Reference in New Issue
Block a user