diff options
author | Alexandre Flament <alex@al-f.net> | 2021-06-10 08:10:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 08:10:50 +0200 |
commit | 314e09091bc240b812b4fd2369c997432382f3cb (patch) | |
tree | 3a91841df74842c404375ed661450da826771d37 | |
parent | 5c5db719d2039d34aa1426bf7eb3e57055d4a54a (diff) | |
parent | ab259017cc52935cf862dd2f30f961a8f7fb5b2b (diff) | |
download | searxng-314e09091bc240b812b4fd2369c997432382f3cb.tar.gz searxng-314e09091bc240b812b4fd2369c997432382f3cb.zip |
Merge pull request #138 from return42/fix-doc
[fix] section "Overrides" in engine's documentation
-rw-r--r-- | docs/dev/engine_overview.rst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/dev/engine_overview.rst b/docs/dev/engine_overview.rst index d79f662b8..8049325cf 100644 --- a/docs/dev/engine_overview.rst +++ b/docs/dev/engine_overview.rst @@ -85,15 +85,11 @@ For a more detailed description, see :ref:`settings engine` in the :ref:`settin Overrides --------- -.. sidebar:: engine's global names - - Global names with a leading underline are *private to the engine* and will - not be overwritten. - A few of the options have default values in the namespace of engine's python modul, but are often overwritten by the settings. If ``None`` is assigned to an option in the engine file, it has to be redefined in the settings, otherwise -searx will not start with that engine. +searx will not start with that engine (global names with a leading underline can +be ``None``). Here is an very simple example of the global names in the namespace of engine's module: |