summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2013-01-11 07:01:27 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2013-01-11 07:01:27 (GMT)
commit444d153d7ed9da2320e1fac91c4eb8666fb914f3 (patch)
treeb6ac79d725face4b3a4412f0b013f6c12d84fcc9 /Doc
parentfe8e6e741492c496837a48fc04c5c776c8779b32 (diff)
downloadcpython-444d153d7ed9da2320e1fac91c4eb8666fb914f3.zip
cpython-444d153d7ed9da2320e1fac91c4eb8666fb914f3.tar.gz
cpython-444d153d7ed9da2320e1fac91c4eb8666fb914f3.tar.bz2
Issue #16874 (forward-port from 2.7): fix some documentation formatting.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/distutils/uploading.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/distutils/uploading.rst b/Doc/distutils/uploading.rst
index bfb392e..87f4f8a 100644
--- a/Doc/distutils/uploading.rst
+++ b/Doc/distutils/uploading.rst
@@ -25,21 +25,21 @@ and if the password was entered in the prompt, :command:`upload` will reuse the
entered password. This is useful if you do not want to store a clear text
password in the :file:`$HOME/.pypirc` file.
-You can specify another PyPI server with the :option:`--repository=*url*` option::
+You can specify another PyPI server with the ``--repository=url`` option::
python setup.py sdist bdist_wininst upload -r http://example.com/pypi
See section :ref:`pypirc` for more on defining several servers.
-You can use the :option:`--sign` option to tell :command:`upload` to sign each
+You can use the ``--sign`` option to tell :command:`upload` to sign each
uploaded file using GPG (GNU Privacy Guard). The :program:`gpg` program must
be available for execution on the system :envvar:`PATH`. You can also specify
-which key to use for signing using the :option:`--identity=*name*` option.
+which key to use for signing using the ``--identity=name`` option.
-Other :command:`upload` options include :option:`--repository=<url>` or
-:option:`--repository=<section>` where *url* is the url of the server and
+Other :command:`upload` options include ``--repository=url`` or
+``--repository=section`` where *url* is the url of the server and
*section* the name of the section in :file:`$HOME/.pypirc`, and
-:option:`--show-response` (which displays the full response text from the PyPI
+``--show-response`` (which displays the full response text from the PyPI
server for help in debugging upload problems).
PyPI package display