Skip to content

Commit d129aed

Browse files
Replace all backticks with double backticks or labels
1 parent 6ec7f28 commit d129aed

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

doc/intro/getting-started.rst

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ processes can be controlled using the :program:`nav` command.
8181

8282
The backend processes consist of some daemon processes, and some cron jobs.
8383
Running :kbd:`nav start` will start all the daemon processes in the
84-
background, and install all the cron jobs in the `navcron` user's crontab.
84+
background, and install all the cron jobs in the ``navcron`` user's crontab.
8585

8686
Depending on your OS of choice, you should configure it to run :kbd:`nav
8787
start` on boot.
@@ -93,10 +93,10 @@ Logging in to the web interface
9393
When browsing the web interface at |URL| you will see the front page of NAV.
9494
This is openly accessible to anonymous users by default.
9595

96-
To log in for the first time, click the `Login` link on the upper right of the
97-
page, and enter the username "admin" and the default password "admin". Then
98-
click `My stuff` and `My account` in the navigation bar on top and change the
99-
adminstrator's password to something more sensible.
96+
To log in for the first time, click the :guilabel:`Login` link on the upper right of
97+
the page, and enter the username "admin" and the default password "admin". Then
98+
click :guilabel:`My stuff` and :guilabel:`My account` in the navigation bar on top and
99+
change the adminstrator's password to something more sensible.
100100

101101

102102
Seeding your database
@@ -197,17 +197,16 @@ Verifying that collection is working
197197
Within two minutes, NAV's :doc:`SNMP collection engine </reference/ipdevpoll>` should launch a job to poll
198198
your newly added device for information. The navigation bar on top features a
199199
search field; search for your newly entered device's IP address or DNS name to
200-
show its `IP Device Info` page. The resulting page should look something like
200+
show its :guilabel:`IP Device Info` page. The resulting page should look something like
201201
this:
202202

203203
.. image:: ipdevinfo-switch-display.png
204204
:scale: 50%
205205

206-
The `IP Device Info` page will try to display every bit of pertinent
206+
The :guilabel:`IP Device Info` page will try to display every bit of pertinent
207207
information about a monitored device. For now, the key information here is
208-
in the lower-right :guilabel:`Jobs` panel. Keep reloading the page until the panel
209-
appears and the :guilabel:`End time` field is filled and the :guilabel:`Status`
210-
indicators are green.
208+
the :guilabel:`Last updated` field of the top-left detail panel. Keep reloading the
209+
page until its value changes from ``N/A`` into a meaningful timestamp.
211210

212211
.. NOTE:: If no new information appears on this page within three minutes
213212
after adding your switch to NAV, you may need to start
@@ -252,7 +251,7 @@ categories:
252251
Any other type of device not fitting neatly into the other categories.
253252

254253
All categories will *require* a read-only SNMP profile to be assigned to the device, except for
255-
`SRV` and `OTHER`, where it is optional.
254+
``SRV`` and ``OTHER``, where it is optional.
256255

257256
.. _seeddb-bulk-import-intro:
258257

@@ -271,7 +270,7 @@ upload or paste it into the :guilabel:`bulk import` form.
271270

272271
The format is pretty straightforward: The initial fields are required, while
273272
the fields listed in square brackets are optional. Optional fields can be
274-
omitted or left blank. A line beginning with a `#` sign will be regarded as a
273+
omitted or left blank. A line beginning with a ``#`` sign will be regarded as a
275274
comment and ignored. Thus, for adding some switch using the default SNMP
276275
management profile you added earlier, and a function description of
277276
:kbd:`Packet switching`, this line would do it::

0 commit comments

Comments
 (0)