Skip to content

Commit 368017c

Browse files
author
Gauvain Pocentek
committed
docs: do not use the :option: markup
1 parent a495eec commit 368017c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/cli.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Files
2222
``~/.python-gitlab.cfg``
2323
User configuration file
2424

25-
You can use a different configuration file with the :option:`--config-file`
26-
option.
25+
You can use a different configuration file with the ``--config-file`` option.
2726

2827
Content
2928
-------
@@ -48,7 +47,7 @@ The configuration file uses the ``INI`` format. It contains at least a
4847
timeout = 1
4948
5049
The ``default`` option of the ``[global]`` section defines the GitLab server to
51-
use if no server is explitly specified with the :option:`--gitlab` CLI option.
50+
use if no server is explitly specified with the ``--gitlab`` CLI option.
5251

5352
The ``[global]`` section also defines the values for the default connexion
5453
parameters. You can override the values in each GitLab server section.
@@ -94,14 +93,14 @@ want to perform. For example:
9493
9594
$ gitlab project list
9695
97-
Use the :option:`--help` option to list the available object types and actions:
96+
Use the ``--help`` option to list the available object types and actions:
9897

9998
.. code-block:: console
10099
101100
$ gitlab --help
102101
$ gitlab project --help
103102
104-
Some actions require additional parameters. Use the :option:`--help` option to
103+
Some actions require additional parameters. Use the ``--help`` option to
105104
list mandatory and optional arguments for an action:
106105

107106
.. code-block:: console

0 commit comments

Comments
 (0)