projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1730d
)
Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py
author
Eli Bendersky
<eliben@gmail.com>
Wed, 1 Aug 2012 23:56:39 +0000
(
02:56
+0300)
committer
Eli Bendersky
<eliben@gmail.com>
Wed, 1 Aug 2012 23:56:39 +0000
(
02:56
+0300)
Doc/distutils/uploading.rst
patch
|
blob
|
history
diff --git
a/Doc/distutils/uploading.rst
b/Doc/distutils/uploading.rst
index 1b3cb589ecc6b5a5c884ef2f37a8adc92ff8cba0..bfb392e3b68d4efcda44fcbd4fbdd3ad94a2e09d 100644
(file)
--- a/
Doc/distutils/uploading.rst
+++ b/
Doc/distutils/uploading.rst
@@
-73,4
+73,8
@@
check the ``long_description`` from the command line::
$ python setup.py --long-description | rst2html.py > output.html
:mod:`docutils` will display a warning if there's something wrong with your
-syntax.
+syntax. Because PyPI applies additional checks (e.g. by passing ``--no-raw``
+to ``rst2html.py`` in the command above), being able to run the command above
+without warnings does not guarantee that PyPI will convert the content
+successfully.
+