Browse Source

docs(dev): fix minor markup typos

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 5 years ago
parent
commit
f9be534b2a
1 changed files with 14 additions and 14 deletions
  1. 14 14
      docs/dev/search_api.rst

+ 14 - 14
docs/dev/search_api.rst

@@ -33,48 +33,48 @@ Parameters
 ``categories`` : optional
   Comma separated list, specifies the active search categories
 
-``engines``: optional
+``engines`` : optional
   Comma separated list, specifies the active search engines.
 
-``lang``: default ``all``
+``lang`` : default ``all``
   Code of the language.
 
-``pageno``: default ``1``
+``pageno`` : default ``1``
   Search page number.
 
-``time_range``: optional
+``time_range`` : optional
   [ ``day``, ``month``, ``year`` ]
 
   Time range of search for engines which support it.  See if an engine supports
   time range search in the preferences page of an instance.
 
-``format``: optional
+``format`` : optional
   [ ``json``, ``csv``, ``rss`` ]
 
   Output format of results.
 
-``results_on_new_tab``: default ``0``
+``results_on_new_tab`` : default ``0``
   [ ``0``, ``1`` ]
 
   Open search results on new tab.
 
-``image_proxy``: default ``False``
+``image_proxy`` : default ``False``
   [  ``True``, ``False`` ]
 
   Proxy image results through searx.
 
-``autocomplete``: default *empty*
+``autocomplete`` : default *empty*
   [ ``google``, ``dbpedia``, ``duckduckgo``, ``startpage``, ``wikipedia`` ]
 
   Service which completes words as you type.
 
-``safesearch``:  default ``None``
+``safesearch`` :  default ``None``
   [ ``0``, ``1``, ``None`` ]
 
   Filter search results of engines which support safe search.  See if an engine
   supports safe search in the preferences page of an instance.
 
-``theme``: default ``oscar``
+``theme`` : default ``oscar``
   [ ``oscar``, ``simple``, ``legacy``, ``pix-art``, ``courgette`` ]
 
   Theme of instance.
@@ -83,7 +83,7 @@ Parameters
   instance administrator deleted, created or renamed themes on his/her instance.
   See the available options in the preferences page of the instance.
 
-``oscar-style``: default ``logicodev``
+``oscar-style`` : default ``logicodev``
   [ ``pointhi``, ``logicodev`` ]
 
   Style of Oscar theme.  It is only parsed if the theme of an instance is
@@ -93,7 +93,7 @@ Parameters
   instance administrator deleted, created or renamed styles on his/her
   instance. See the available options in the preferences page of the instance.
 
-``enabled_plugins``: optional
+``enabled_plugins`` : optional
   List of enabled plugins.
 
   :default: ``HTTPS_rewrite``, ``Self_Informations``,
@@ -111,9 +111,9 @@ Parameters
     ``Vim-like_hotkeys``, ``Self_Informations``, ``Tracker_URL_remover``,
     ``Search_on_category_select``
 
-``enabled_engines``: optional : *all* :origin:`engines <searx/engines>`
+``enabled_engines`` : optional : *all* :origin:`engines <searx/engines>`
   List of enabled engines.
 
-``disabled_engines``: optional : *all* :origin:`engines <searx/engines>`
+``disabled_engines`` : optional : *all* :origin:`engines <searx/engines>`
   List of disabled engines.