mirror of
https://github.com/searxng/searxng.git
synced 2026-05-14 06:55:47 +02:00
50626ef150
The directive creates a table of contents for the page. However, Furo includes a table of contents already in the sidebar. It is, thus, recommended to removing the `.. contents::` directive. [1] https://github.com/pradyunsg/furo/issues/88#issuecomment-803297274 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
42 lines
768 B
ReStructuredText
42 lines
768 B
ReStructuredText
.. _searx.search.processors:
|
|
|
|
=================
|
|
Search processors
|
|
=================
|
|
|
|
Abstract processor class
|
|
========================
|
|
|
|
.. automodule:: searx.search.processors.abstract
|
|
:members:
|
|
|
|
Offline processor
|
|
=================
|
|
|
|
.. automodule:: searx.search.processors.offline
|
|
:members:
|
|
|
|
Online processor
|
|
================
|
|
|
|
.. automodule:: searx.search.processors.online
|
|
:members:
|
|
|
|
Online currency processor
|
|
=========================
|
|
|
|
.. automodule:: searx.search.processors.online_currency
|
|
:members:
|
|
|
|
Online dictionary processor
|
|
===========================
|
|
|
|
.. automodule:: searx.search.processors.online_dictionary
|
|
:members:
|
|
|
|
Online URL search processor
|
|
===========================
|
|
|
|
.. automodule:: searx.search.processors.online_url_search
|
|
:members:
|