[Checkins] SVN: manuel/trunk/s PyPI doesn't understand the "code-block" directive, so remove the FIT table

Benji York benji at zope.com
Sun Jun 7 12:44:56 EDT 2009


Log message for revision 100718:
  PyPI doesn't understand the "code-block" directive, so remove the FIT table
  example from the docs
  

Changed:
  U   manuel/trunk/setup.py
  U   manuel/trunk/src/manuel/README.txt

-=-
Modified: manuel/trunk/setup.py
===================================================================
--- manuel/trunk/setup.py	2009-06-07 16:39:57 UTC (rev 100717)
+++ manuel/trunk/setup.py	2009-06-07 16:44:56 UTC (rev 100718)
@@ -4,9 +4,9 @@
 
 long_description = (
     open(os.path.join('src', 'manuel', 'README.txt')).read()
+    #+ '\n\n'
+    #+ open(os.path.join('src', 'manuel', 'table-example.txt')).read()
     + '\n\n'
-    + open(os.path.join('src', 'manuel', 'table-example.txt')).read()
-    + '\n\n'
     + open('CHANGES.txt').read()
     )
 

Modified: manuel/trunk/src/manuel/README.txt
===================================================================
--- manuel/trunk/src/manuel/README.txt	2009-06-07 16:39:57 UTC (rev 100717)
+++ manuel/trunk/src/manuel/README.txt	2009-06-07 16:44:56 UTC (rev 100718)
@@ -10,8 +10,6 @@
 In short, Manuel parses documents (tests), evaluates their contents, then
 formats the result of the evaluation.
 
-For a quick introduction to Manuel, take a look at the `FIT Table Example`_.
-
 The core functionality is accessed through an instance of a Manuel object.  It
 is used to build up the handling of a document type.  Each phase has a
 corresponding slot to which various implementations are attached.



More information about the Checkins mailing list