[Checkins] SVN: z3c.skin.pagelet/trunk/ Incorporate docs into long description.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Nov 1 17:00:32 EDT 2007


Log message for revision 81383:
  Incorporate docs into long description.
  

Changed:
  U   z3c.skin.pagelet/trunk/CHANGES.txt
  U   z3c.skin.pagelet/trunk/setup.py
  U   z3c.skin.pagelet/trunk/src/z3c/skin/pagelet/README.txt

-=-
Modified: z3c.skin.pagelet/trunk/CHANGES.txt
===================================================================
--- z3c.skin.pagelet/trunk/CHANGES.txt	2007-11-01 20:56:13 UTC (rev 81382)
+++ z3c.skin.pagelet/trunk/CHANGES.txt	2007-11-01 21:00:32 UTC (rev 81383)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+1.0.2 (2007-11-01)
+------------------
+
+- Add doctests to long description of package data.
+
+
 1.0.1 (2007-11-01)
 ------------------
 

Modified: z3c.skin.pagelet/trunk/setup.py
===================================================================
--- z3c.skin.pagelet/trunk/setup.py	2007-11-01 20:56:13 UTC (rev 81382)
+++ z3c.skin.pagelet/trunk/setup.py	2007-11-01 21:00:32 UTC (rev 81383)
@@ -23,13 +23,18 @@
 
 setup (
     name = 'z3c.skin.pagelet',
-    version = '1.0.1',
+    version = '1.0.2',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A base skin for pagelet-based UIs",
     long_description = (
         read('README.txt')
         + '\n\n' +
+          'Detailed Dcoumentation\n' +
+          '----------------------\n'
+          + '\n\n' +
+          read('src', 'z3c', 'skin', 'pagelet', 'README.txt')
+          + '\n\n' +
         read('CHANGES.txt')
         ),
     license = "ZPL 2.1",

Modified: z3c.skin.pagelet/trunk/src/z3c/skin/pagelet/README.txt
===================================================================
--- z3c.skin.pagelet/trunk/src/z3c/skin/pagelet/README.txt	2007-11-01 20:56:13 UTC (rev 81382)
+++ z3c.skin.pagelet/trunk/src/z3c/skin/pagelet/README.txt	2007-11-01 21:00:32 UTC (rev 81383)
@@ -1,11 +1,11 @@
-======
-README
-======
+=============================
+A base Skin based on Pagelets
+=============================
 
-The z3c.skin.pagelet package provides a skin for the z3c.pagelet package.
-Note, the pagelet skin is only registered in the test layer. You can use this
-skin as a base for your own skins or just use it as a sample for the 
-z3c.pagelet package.
+The ``z3c.skin.pagelet`` package provides a skin for the ``z3c.pagelet``
+package.  Note, the pagelet skin is only registered in the test layer. You can
+use this skin as a base for your own skins or just use it as a sample for the
+``z3c.pagelet`` package.
 
 Open a browser and access the ``Pagelet`` skin:
 



More information about the Checkins mailing list