浏览代码

[doc] fix small mistakes in engine overview

Noemi Vanyi 9 年前
父节点
当前提交
3f11e9d0e5
共有 3 个文件被更改,包括 6 次插入6 次删除
  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 查看文件

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 查看文件

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 查看文件

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
 +-----------------------+----------+----------------------------------------------------------------+