[Checkins] SVN: megrok.layout/trunk/src/megrok/layout/README.txt Some README cleaning

Souheil CHELFOUH souheil at chelfouh.com
Mon Oct 18 05:59:29 EDT 2010


Log message for revision 117663:
  Some README cleaning

Changed:
  U   megrok.layout/trunk/src/megrok/layout/README.txt

-=-
Modified: megrok.layout/trunk/src/megrok/layout/README.txt
===================================================================
--- megrok.layout/trunk/src/megrok/layout/README.txt	2010-10-18 09:59:23 UTC (rev 117662)
+++ megrok.layout/trunk/src/megrok/layout/README.txt	2010-10-18 09:59:28 UTC (rev 117663)
@@ -6,15 +6,6 @@
 components which can be included into a defined layout. It turns
 around two main components : the Page and the Layout.
 
-
-Getting started
-===============
-
-First we grok this package's grokkers::
-
-  >>> import grokcore.component as grok
-
-
 Layout
 ======
 
@@ -27,6 +18,7 @@
 
   >>> from megrok.layout import Layout
   >>> from zope.interface import Interface
+  >>> import grokcore.component as grok
 
   >>> class MyLayout(Layout):
   ...     grok.name('mylayout')



More information about the checkins mailing list