summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <pgrandin@users.noreply.github.com>2019-06-05 14:41:50 -0600
committerGitHub <noreply@github.com>2019-06-05 14:41:50 -0600
commitec6947f19f4a1681c9b9a4333895f241f728855a (patch)
tree309b2120acc928a52bb4dbb9f04c19a9e431cfaf
parentd4719a3977a7cf449e41c3d97f615dfc62c27bce (diff)
downloadnavit-readthedocs.tar.gz
Apply suggestions from code reviewreadthedocs
Co-Authored-By: Joseph Herlant <aerostitch@users.noreply.github.com>
-rw-r--r--docs/configuration/display.rst12
-rw-r--r--docs/configuration/general.rst2
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/configuration/display.rst b/docs/configuration/display.rst
index 2bf9c4606..f822d053b 100644
--- a/docs/configuration/display.rst
+++ b/docs/configuration/display.rst
@@ -72,15 +72,15 @@ The first GUI is embedded in Navit core and is primarily aimed at [[touchscreen]
Options
^^^^^^^
-A number of options specific to the <tt>internal</tt> GUI are available. These include:
+A number of options specific to the ``internal`` GUI are available. These include:
-* **font_size** - Base text size to use within the <tt>internal</tt> menu.
+* **font_size** - Base text size to use within the ``internal`` menu.
* **icon_xs** - The size that extra-small style icons should be scaled to (e.g. country flag on town search).
-* **icon_s** - The size that small style icons should be scaled to (e.g. icons of <tt>internal</tt> GUI toolbar).
+* **icon_s** - The size that small style icons should be scaled to (e.g. icons of ``internal`` GUI toolbar).
* **icon_l** - The size that large style icons should be scaled to (e.g. icons of internal GUI menu).
-* **menu_on_map_click** - Toggles the ability to bring up the menu screen when clicking on the map. See the [[Internal_Gui#Menu_Configuration|<tt>internal</tt> GUI page]] for more information.
+* **menu_on_map_click** - Toggles the ability to bring up the menu screen when clicking on the map. See the [[Internal_Gui#Menu_Configuration|``internal`` GUI page]] for more information.
-An example <tt>gui</tt> tag using the previous options is shown below:
+An example ``gui`` tag using the previous options is shown below:
.. code-block:: xml
@@ -99,7 +99,7 @@ The second GUI is called **gtk**, and is most useful for those users who wish to
Options
^^^^^^^
-A number of options specific to the <tt>gtk</tt> GUI are available. These include:
+A number of options specific to the ``gtk`` GUI are available. These include:
* menubar - enable/disable the menubar
* toolbar - enable/disable the toolbar
diff --git a/docs/configuration/general.rst b/docs/configuration/general.rst
index 83276d3ab..2ad2874d7 100644
--- a/docs/configuration/general.rst
+++ b/docs/configuration/general.rst
@@ -1,5 +1,5 @@
==General Options==
-Settings which affect Navit's general behaviour are located within the <tt><navit .. ></tt> tag. In a default installation, this is found on line 31 of <tt>navit.xml</tt>. By default, the <tt>navit</tt> tag is set as follows:
+Settings which affect Navit's general behaviour are located within the ``<navit .. >`` tag. In a default installation, this is found on line 31 of ``navit.xml``. By default, the ``navit`` tag is set as follows:
.. code-block:: xml