From ec6947f19f4a1681c9b9a4333895f241f728855a Mon Sep 17 00:00:00 2001 From: Pierre GRANDIN Date: Wed, 5 Jun 2019 14:41:50 -0600 Subject: Apply suggestions from code review Co-Authored-By: Joseph Herlant --- docs/configuration/display.rst | 12 ++++++------ docs/configuration/general.rst | 2 +- 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 internal 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 internal 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 internal 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|internal 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 gui 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 gtk 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 tag. In a default installation, this is found on line 31 of navit.xml. By default, the navit tag is set as follows: +Settings which affect Navit's general behaviour are located within the ```` 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 -- cgit v1.2.1