mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
[doc] fix issues reported since Sphinx v9.1.0
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
committed by
Markus Heiser
parent
12b7fd341c
commit
93fe8cac1e
@@ -6,7 +6,7 @@ NoSQL databases
|
||||
|
||||
.. sidebar:: further read
|
||||
|
||||
- `NoSQL databases <https://en.wikipedia.org/wiki/NoSQL>`_
|
||||
- `NoSQL database <https://en.wikipedia.org/wiki/NoSQL>`_
|
||||
- `valkey.io <https://valkey.io/>`_
|
||||
- `MongoDB <https://www.mongodb.com>`_
|
||||
|
||||
@@ -20,7 +20,7 @@ NoSQL databases
|
||||
Initial sponsored by `Search and Discovery Fund
|
||||
<https://nlnet.nl/discovery>`_ of `NLnet Foundation <https://nlnet.nl/>`_.
|
||||
|
||||
The following `NoSQL databases`_ are supported:
|
||||
The following `NoSQL database`_ are supported:
|
||||
|
||||
- :ref:`engine valkey_server`
|
||||
- :ref:`engine mongodb`
|
||||
@@ -57,7 +57,7 @@ instance. To switch into the environment (:ref:`searxng-src`) you can use
|
||||
Configure the engines
|
||||
=====================
|
||||
|
||||
`NoSQL databases`_ are used for storing arbitrary data without first defining
|
||||
`NoSQL database`_ are used for storing arbitrary data without first defining
|
||||
their structure.
|
||||
|
||||
|
||||
@@ -75,13 +75,13 @@ Valkey Server
|
||||
- :origin:`valkey_server.py <searx/engines/valkey_server.py>`
|
||||
|
||||
.. automodule:: searx.engines.valkey_server
|
||||
:members:
|
||||
:members:
|
||||
|
||||
|
||||
.. _engine mongodb:
|
||||
|
||||
MongoDB
|
||||
-------
|
||||
MongoDB / PyMongo
|
||||
-----------------
|
||||
|
||||
.. _pymongo: https://github.com/mongodb/mongo-python-driver#installation
|
||||
|
||||
@@ -93,4 +93,4 @@ MongoDB
|
||||
|
||||
|
||||
.. automodule:: searx.engines.mongodb
|
||||
:members:
|
||||
:members:
|
||||
|
||||
@@ -37,8 +37,8 @@ in section :ref:`private engines`.
|
||||
|
||||
.. _engine meilisearch:
|
||||
|
||||
MeiliSearch
|
||||
===========
|
||||
MeiliSearch Engine
|
||||
==================
|
||||
|
||||
.. automodule:: searx.engines.meilisearch
|
||||
:members:
|
||||
@@ -46,17 +46,16 @@ MeiliSearch
|
||||
|
||||
.. _engine elasticsearch:
|
||||
|
||||
Elasticsearch
|
||||
=============
|
||||
Elasticsearch Engine
|
||||
====================
|
||||
|
||||
.. automodule:: searx.engines.elasticsearch
|
||||
:members:
|
||||
|
||||
.. _engine solr:
|
||||
|
||||
Solr
|
||||
====
|
||||
Solr Engine
|
||||
===========
|
||||
|
||||
.. automodule:: searx.engines.solr
|
||||
:members:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user