Skip to content

Commit 444d153

Browse files
committed
Issue #16874 (forward-port from 2.7): fix some documentation formatting.
1 parent fe8e6e7 commit 444d153

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/distutils/uploading.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ and if the password was entered in the prompt, :command:`upload` will reuse the
2525
entered password. This is useful if you do not want to store a clear text
2626
password in the :file:`$HOME/.pypirc` file.
2727

28-
You can specify another PyPI server with the :option:`--repository=*url*` option::
28+
You can specify another PyPI server with the ``--repository=url`` option::
2929

3030
python setup.py sdist bdist_wininst upload -r http://example.com/pypi
3131

3232
See section :ref:`pypirc` for more on defining several servers.
3333

34-
You can use the :option:`--sign` option to tell :command:`upload` to sign each
34+
You can use the ``--sign`` option to tell :command:`upload` to sign each
3535
uploaded file using GPG (GNU Privacy Guard). The :program:`gpg` program must
3636
be available for execution on the system :envvar:`PATH`. You can also specify
37-
which key to use for signing using the :option:`--identity=*name*` option.
37+
which key to use for signing using the ``--identity=name`` option.
3838

39-
Other :command:`upload` options include :option:`--repository=<url>` or
40-
:option:`--repository=<section>` where *url* is the url of the server and
39+
Other :command:`upload` options include ``--repository=url`` or
40+
``--repository=section`` where *url* is the url of the server and
4141
*section* the name of the section in :file:`$HOME/.pypirc`, and
42-
:option:`--show-response` (which displays the full response text from the PyPI
42+
``--show-response`` (which displays the full response text from the PyPI
4343
server for help in debugging upload problems).
4444

4545
PyPI package display

0 commit comments

Comments
 (0)