mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
[doc] engine-table: link module documentation if it exists
This commit is contained in:
@@ -43,7 +43,11 @@ Explanation of the :ref:`general engine configuration` shown in the table
|
||||
|
||||
* - `{{name}} <{{mod.about and mod.about.website}}>`_
|
||||
- ``!{{mod.shortcut}}``
|
||||
- :origin:`{{mod.__name__}} <searx/engines/{{mod.__name__}}.py>`
|
||||
- {%- if 'searx.engines.' + mod.__name__ in documented_modules %}
|
||||
:py:mod:`~searx.engines.{{mod.__name__}}`
|
||||
{%- else %}
|
||||
:origin:`{{mod.__name__}} <searx/engines/{{mod.__name__}}.py>`
|
||||
{%- endif %}
|
||||
- {{(mod.disabled and "y") or ""}}
|
||||
{%- if mod.about and mod.about.language %}
|
||||
({{mod.about.language | upper}})
|
||||
|
||||
Reference in New Issue
Block a user