Browse Source

[doc] fix small mistakes in engine overview

Noemi Vanyi 9 years ago
parent
commit
3f11e9d0e5
3 changed files with 6 additions and 6 deletions
  1. 2
    2
      _sources/dev/engine_overview.txt
  2. 2
    2
      dev/engine_overview.html
  3. 2
    2
      docs/dev/engine_overview.rst

+ 2
- 2
_sources/dev/engine_overview.txt View File

23
 (normally ``settings.yml``). The arguments in the settings file override
23
 (normally ``settings.yml``). The arguments in the settings file override
24
 the ones in the engine file.
24
 the ones in the engine file.
25
 
25
 
26
-It does not matter if an options is stored in the engine file or in the
26
+It does not matter if an option is stored in the engine file or in the
27
 settings. However, the standard way is the following:
27
 settings. However, the standard way is the following:
28
 
28
 
29
 
29
 
63
 in the engine file, it has to be redefined in the settings,
63
 in the engine file, it has to be redefined in the settings,
64
 otherwise searx will not start with that engine.
64
 otherwise searx will not start with that engine.
65
 
65
 
66
-The naming of that overrides is arbitrary. But the recommended
66
+The naming of overrides is arbitrary. But the recommended
67
 overrides are the following:
67
 overrides are the following:
68
 
68
 
69
 +-----------------------+----------+----------------------------------------------------------------+
69
 +-----------------------+----------+----------------------------------------------------------------+

+ 2
- 2
dev/engine_overview.html View File

82
 arguments can be set in the engine file or in the settings file
82
 arguments can be set in the engine file or in the settings file
83
 (normally <code class="docutils literal"><span class="pre">settings.yml</span></code>). The arguments in the settings file override
83
 (normally <code class="docutils literal"><span class="pre">settings.yml</span></code>). The arguments in the settings file override
84
 the ones in the engine file.</p>
84
 the ones in the engine file.</p>
85
-<p>It does not matter if an options is stored in the engine file or in the
85
+<p>It does not matter if an option is stored in the engine file or in the
86
 settings. However, the standard way is the following:</p>
86
 settings. However, the standard way is the following:</p>
87
 <div class="section" id="engine-file">
87
 <div class="section" id="engine-file">
88
 <h3><a class="toc-backref" href="#id4">engine file</a><a class="headerlink" href="#engine-file" title="Permalink to this headline">¶</a></h3>
88
 <h3><a class="toc-backref" href="#id4">engine file</a><a class="headerlink" href="#engine-file" title="Permalink to this headline">¶</a></h3>
154
 often overwritten by the settings. If <code class="docutils literal"><span class="pre">None</span></code> is assigned to an option
154
 often overwritten by the settings. If <code class="docutils literal"><span class="pre">None</span></code> is assigned to an option
155
 in the engine file, it has to be redefined in the settings,
155
 in the engine file, it has to be redefined in the settings,
156
 otherwise searx will not start with that engine.</p>
156
 otherwise searx will not start with that engine.</p>
157
-<p>The naming of that overrides is arbitrary. But the recommended
157
+<p>The naming of overrides is arbitrary. But the recommended
158
 overrides are the following:</p>
158
 overrides are the following:</p>
159
 <table border="1" class="docutils">
159
 <table border="1" class="docutils">
160
 <colgroup>
160
 <colgroup>

+ 2
- 2
docs/dev/engine_overview.rst View File

23
 (normally ``settings.yml``). The arguments in the settings file override
23
 (normally ``settings.yml``). The arguments in the settings file override
24
 the ones in the engine file.
24
 the ones in the engine file.
25
 
25
 
26
-It does not matter if an options is stored in the engine file or in the
26
+It does not matter if an option is stored in the engine file or in the
27
 settings. However, the standard way is the following:
27
 settings. However, the standard way is the following:
28
 
28
 
29
 
29
 
63
 in the engine file, it has to be redefined in the settings,
63
 in the engine file, it has to be redefined in the settings,
64
 otherwise searx will not start with that engine.
64
 otherwise searx will not start with that engine.
65
 
65
 
66
-The naming of that overrides is arbitrary. But the recommended
66
+The naming of overrides is arbitrary. But the recommended
67
 overrides are the following:
67
 overrides are the following:
68
 
68
 
69
 +-----------------------+----------+----------------------------------------------------------------+
69
 +-----------------------+----------+----------------------------------------------------------------+