diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-12-21 21:08:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-21 21:08:35 +0100 |
| commit | 56f68a1c29f0639da35aedefc5d7083f4c3da496 (patch) | |
| tree | d71b96230e3a0e2c9e7de87d84398684a7a20d3f /docs/admin | |
| parent | e869e3089cb5ed6ae7466086d5fe0505082dd954 (diff) | |
| parent | ca7f1a2da6e09a81a8823b1f146b186132ef0e92 (diff) | |
Merge pull request #632 from not-my-profile/module-column
[doc] engine-table: rename Engine column to Module & link
Diffstat (limited to 'docs/admin')
| -rw-r--r-- | docs/admin/engines/configured_engines.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/admin/engines/configured_engines.rst b/docs/admin/engines/configured_engines.rst index 4898cd5ea..0060d1b74 100644 --- a/docs/admin/engines/configured_engines.rst +++ b/docs/admin/engines/configured_engines.rst @@ -30,7 +30,7 @@ Explanation of the :ref:`general engine configuration` shown in the table * - Name - Shortcut - - Engine + - Module - Disabled - Timeout - Weight @@ -43,7 +43,11 @@ Explanation of the :ref:`general engine configuration` shown in the table * - `{{name}} <{{mod.about and mod.about.website}}>`_ - ``!{{mod.shortcut}}`` - - {{mod.__name__}} + - {%- 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}}) |