[Checkins] SVN: zope.formlib/trunk/s Hook in widgets.txt into documentation.

Martijn Faassen faassen at startifact.com
Fri Jan 8 14:02:04 EST 2010


Log message for revision 107816:
  Hook in widgets.txt into documentation.
  

Changed:
  U   zope.formlib/trunk/setup.py
  U   zope.formlib/trunk/src/zope/formlib/widgets.txt

-=-
Modified: zope.formlib/trunk/setup.py
===================================================================
--- zope.formlib/trunk/setup.py	2010-01-08 18:56:54 UTC (rev 107815)
+++ zope.formlib/trunk/setup.py	2010-01-08 19:02:04 UTC (rev 107816)
@@ -37,11 +37,13 @@
       author_email='zope-dev at zope.org',
       long_description=(read('README.txt')
                         + '\n\n' +
-                        read('CHANGES.txt')
-                        + '\n\n' +
                         read('src', 'zope', 'formlib', 'form.txt')
                         + '\n\n' +
+                        read('src', 'zope', 'formlib', 'widgets.txt')
+                        + '\n\n' +
                         read('src', 'zope', 'formlib', 'errors.txt')
+                        + '\n\n' +
+                        read('CHANGES.txt')
                         ),
       packages=find_packages('src'),
       package_dir = {'': 'src'},

Modified: zope.formlib/trunk/src/zope/formlib/widgets.txt
===================================================================
--- zope.formlib/trunk/src/zope/formlib/widgets.txt	2010-01-08 18:56:54 UTC (rev 107815)
+++ zope.formlib/trunk/src/zope/formlib/widgets.txt	2010-01-08 19:02:04 UTC (rev 107816)
@@ -2,8 +2,6 @@
 Browser Widgets
 ===============
 
-.. contents::
-
 Formlib defines widgets: views on bound schema fields. Many of these
 are straightforward.  For instance, see the `TextWidget` in
 textwidgets.py, which is a subclass of BrowserWidget in widget.py.  It



More information about the checkins mailing list