[Checkins] SVN: zope.structuredtext/trunk/ Move docs out of --long-description.

Tres Seaver tseaver at palladion.com
Fri Apr 30 18:17:38 EDT 2010


Log message for revision 111797:
  Move docs out of --long-description.

Changed:
  U   zope.structuredtext/trunk/CHANGES.txt
  U   zope.structuredtext/trunk/README.txt
  U   zope.structuredtext/trunk/setup.py

-=-
Modified: zope.structuredtext/trunk/CHANGES.txt
===================================================================
--- zope.structuredtext/trunk/CHANGES.txt	2010-04-30 22:17:10 UTC (rev 111796)
+++ zope.structuredtext/trunk/CHANGES.txt	2010-04-30 22:17:37 UTC (rev 111797)
@@ -1,26 +1,31 @@
-Change History
-==============
+``zope.structuredtext`` Changelog
+=================================
 
 3.5.0 (unreleased)
 ------------------
 
-Output valid html
+- Updated docs to conform to ZTK / Sphinx usage.
 
+- LP #120376:  Output valid html for non-ASCII characters.
+
+
 3.4.0 (2007/09/01)
 ------------------
 
-Public release for completeness of Zope 3.4
+- Public release for completeness of Zope 3.4.
 
+
 3.2.0 (2006/01/05)
 ------------------
 
-Corresponds to the verison of the zope.structuredtext package shipped
-as part of the Zope 3.2.0 release.
+- Corresponds to the verison of the ``zope.structuredtext`` package shipped
+  as part of the Zope 3.2.0 release.
 
-Only coding style / documentation changes.
+- Only coding style / documentation changes.
 
+
 3.0.0 (2004/11/07)
 ------------------
 
-Corresponds to the verison of the zope.structuredtext package shipped
-as part of the Zope X3.0.0 release.
+- Corresponds to the verison of the ``zope.structuredtext`` package shipped
+  as part of the Zope X3.0.0 release.

Modified: zope.structuredtext/trunk/README.txt
===================================================================
--- zope.structuredtext/trunk/README.txt	2010-04-30 22:17:10 UTC (rev 111796)
+++ zope.structuredtext/trunk/README.txt	2010-04-30 22:17:37 UTC (rev 111797)
@@ -1,4 +1,8 @@
-StructuredText
-**************
+``zope.structuredtext`` README
+==============================
 
-.. contents::
+This package provides a parser and renderers for the classic Zope
+"structured text" markup dialect (STX).  STX is a plain text markup in
+which document structure is signalled primarily by identation
+
+Please see ``docs/index.rst`` for the documentation.

Modified: zope.structuredtext/trunk/setup.py
===================================================================
--- zope.structuredtext/trunk/setup.py	2010-04-30 22:17:10 UTC (rev 111796)
+++ zope.structuredtext/trunk/setup.py	2010-04-30 22:17:37 UTC (rev 111797)
@@ -32,14 +32,6 @@
     read('README.txt')
     + '\n' +
     read('CHANGES.txt')
-    + '\n' +
-    'Detailed Documentation\n'
-    '**********************\n'
-    + '\n' +
-    read('src', 'zope', 'structuredtext', 'STNG.txt')
-    + '\n' +
-    'Download\n'
-    '********\n'
     )
 
 setup(



More information about the checkins mailing list