[Checkins] SVN: Sandbox/philikon/foundation/maintaining-software.txt Simplify

Philipp von Weitershausen philikon at philikon.de
Sat Sep 29 06:43:57 EDT 2007


Log message for revision 80360:
  Simplify
  

Changed:
  U   Sandbox/philikon/foundation/maintaining-software.txt

-=-
Modified: Sandbox/philikon/foundation/maintaining-software.txt
===================================================================
--- Sandbox/philikon/foundation/maintaining-software.txt	2007-09-29 10:37:37 UTC (rev 80359)
+++ Sandbox/philikon/foundation/maintaining-software.txt	2007-09-29 10:43:56 UTC (rev 80360)
@@ -420,15 +420,11 @@
 
    and inspecting ``src/EGGNAME.egg-info/PKG-INFO``.  You should also
    make sure the that the long description renders as valid
-   reStructuredText.  You can do this by writing it to a file::
+   reStructuredText.  You can do this by using the ``rst2html.py``
+   utility from docutils_::
 
-     python setup.py --long-description > ld.txt
+     python setup.py --long-description | rst2html.py > test.html
 
-   and then rendering it using the ``rst2html`` utility from
-   docutils_::
-
-     rst2html ld.txt > ld.html
-
    If this will produce warnings or errors, PyPI will be unable to
    render the long description nicely.  It will treat it as plain text
    instead.



More information about the Checkins mailing list