Browse Source

[doc] engine-table: rename Engine column to Module & link

Martin Fischer 3 years ago
parent
commit
42d70e15ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/admin/engines/configured_engines.rst

+ 2 - 2
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,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
 
       * - `{{name}} <{{mod.about and mod.about.website}}>`_
         - ``!{{mod.shortcut}}``
-        - {{mod.__name__}}
+        - :origin:`{{mod.__name__}} <searx/engines/{{mod.__name__}}.py>`
         - {{(mod.disabled and "y") or ""}}
           {%- if mod.about and  mod.about.language %}
           ({{mod.about.language | upper}})