[Checkins] SVN: grok/trunk/src/grok/admin/view_templates/docgrok Removed dumb comments from class-browser pages.

Uli Fouquet uli at gnufix.de
Mon Aug 20 13:39:07 EDT 2007


Log message for revision 79040:
  Removed dumb comments from class-browser pages.

Changed:
  U   grok/trunk/src/grok/admin/view_templates/docgrokclassview.pt
  U   grok/trunk/src/grok/admin/view_templates/docgrokgrokapplicationview.pt
  U   grok/trunk/src/grok/admin/view_templates/docgrokinterfaceview.pt
  U   grok/trunk/src/grok/admin/view_templates/docgrokmoduleview.pt
  U   grok/trunk/src/grok/admin/view_templates/docgrokpackageview.pt
  U   grok/trunk/src/grok/admin/view_templates/docgroktextfileview.pt

-=-
Modified: grok/trunk/src/grok/admin/view_templates/docgrokclassview.pt
===================================================================
--- grok/trunk/src/grok/admin/view_templates/docgrokclassview.pt	2007-08-20 17:19:59 UTC (rev 79039)
+++ grok/trunk/src/grok/admin/view_templates/docgrokclassview.pt	2007-08-20 17:39:07 UTC (rev 79040)
@@ -27,20 +27,12 @@
 	  <span class="docgrok-description1">Python path:</span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/path">path.in.python</span>
-	  <div class="docgrok-annotation2">
-	    Use <span class="docgrok-pycode1">from <span tal:replace="context/module_path">path</span> 
-	    import <span tal:replace="context/name">path</span></span>
-	    to use the functionality of this module in your application or component.
-	  </div>
 	</div>
 
 	<div class="docgrok-entry">
 	  <span class="docgrok-description1">Absolute file path: </span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/getFilePath">/absolute/file/path</span>
-	  <div class="docgrok-annotation2">
-	    This is the file, wherein this class is defined.
-	  </div>
 	</div>
 
       </div>
@@ -70,14 +62,6 @@
 	       tal:condition="item/doc"
 	       tal:content="structure item/doc">
 	  </div>
-	  <div class="docgrok-annotation2"
-	       tal:condition="not: item/doc">
-	    Use <span class="docgrok-pycode1">from <span
-	    tal:replace="item/path">x</span> import <span
-	    tal:replace="item/name">y</span></span> to make the
-	    functionality of this class available in your application
-	    or component.
-	  </div>
 	</div>
 
 	<h2>Interfaces</h2>
@@ -108,14 +92,6 @@
 	       tal:condition="item/doc"
 	       tal:content="structure item/doc">
 	  </div>
-	  <div class="docgrok-annotation2"
-	       tal:condition="not: item/doc">
-	    Use <span class="docgrok-pycode1">from <span
-	    tal:replace="item/path">x</span> import <span
-	    tal:replace="item/name">y</span></span> to make the
-	    functionality of this class available in your application
-	    or component.
-	  </div>
 	</div>
 
 
@@ -158,14 +134,6 @@
 		   tal:condition="iface/doc"
 		   tal:content="structure iface/doc">
 	      </div>
-	      <div class="docgrok-annotation2"
-		   tal:condition="not: iface/doc">
-		Use <span class="docgrok-pycode1">from <span
-		tal:replace="iface/path">x</span> import <span
-		tal:replace="iface/name">y</span></span> to make the
-		functionality of this class available in your application
-		or component.
-	      </div>
 	    </div>
 	    
 	  </div>
@@ -202,14 +170,6 @@
 		 tal:condition="item/doc"
 		 tal:content="structure item/doc">
 	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="not: item/doc">
-	      Use <span class="docgrok-pycode1">from <span
-	      tal:replace="context/path">x</span> import <span
-	      tal:replace="item/name">y</span></span> to make the
-	      functionality of this function available in your application
-	      or component.
-	    </div>
 	  </div>
 	</div>
 
@@ -248,14 +208,6 @@
 		   tal:condition="iface/doc"
 		   tal:content="structure iface/doc">
 	      </div>
-	      <div class="docgrok-annotation2"
-		   tal:condition="not: iface/doc">
-		Use <span class="docgrok-pycode1">from <span
-		tal:replace="iface/path">x</span> import <span
-		tal:replace="iface/name">y</span></span> to make the
-		functionality of this class available in your application
-		or component.
-	      </div>
 	    </div>
 	    
 	  </div>

Modified: grok/trunk/src/grok/admin/view_templates/docgrokgrokapplicationview.pt
===================================================================
--- grok/trunk/src/grok/admin/view_templates/docgrokgrokapplicationview.pt	2007-08-20 17:19:59 UTC (rev 79039)
+++ grok/trunk/src/grok/admin/view_templates/docgrokgrokapplicationview.pt	2007-08-20 17:39:07 UTC (rev 79040)
@@ -27,20 +27,12 @@
 	  <span class="docgrok-description1">Python path:</span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/path">path.in.python</span>
-	  <div class="docgrok-annotation2">
-	    Use <span class="docgrok-pycode1">from <span tal:replace="context/module_path">path</span> 
-	    import <span tal:replace="context/name">path</span></span>
-	    to use the functionality of this module in your application or component.
-	  </div>
 	</div>
 
 	<div class="docgrok-entry">
 	  <span class="docgrok-description1">Absolute file path: </span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/getFilePath">/absolute/file/path</span>
-	  <div class="docgrok-annotation2">
-	    This is the file, wherein this class is defined.
-	  </div>
 	</div>
 
       </div>
@@ -70,14 +62,6 @@
 	       tal:condition="item/doc"
 	       tal:content="structure item/doc">
 	  </div>
-	  <div class="docgrok-annotation2"
-	       tal:condition="not: item/doc">
-	    Use <span class="docgrok-pycode1">from <span
-	    tal:replace="item/path">x</span> import <span
-	    tal:replace="item/name">y</span></span> to make the
-	    functionality of this class available in your application
-	    or component.
-	  </div>
 	</div>
 
 	<h2>Interfaces</h2>
@@ -104,14 +88,6 @@
 	       tal:condition="item/doc"
 	       tal:content="structure item/doc">
 	  </div>
-	  <div class="docgrok-annotation2"
-	       tal:condition="not: item/doc">
-	    Use <span class="docgrok-pycode1">from <span
-	    tal:replace="item/path">x</span> import <span
-	    tal:replace="item/name">y</span></span> to make the
-	    functionality of this class available in your application
-	    or component.
-	  </div>
 	</div>
 
 
@@ -156,14 +132,6 @@
 		   tal:condition="iface/doc"
 		   tal:content="structure iface/doc">
 	      </div>
-	      <div class="docgrok-annotation2"
-		   tal:condition="not: iface/doc">
-		Use <span class="docgrok-pycode1">from <span
-		tal:replace="iface/path">x</span> import <span
-		tal:replace="iface/name">y</span></span> to make the
-		functionality of this class available in your application
-		or component.
-	      </div>
 	    </div>
 	    
 	  </div>
@@ -201,14 +169,6 @@
 		 tal:condition="item/doc"
 		 tal:content="structure item/doc">
 	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="not: item/doc">
-	      Use <span class="docgrok-pycode1">from <span
-	      tal:replace="context/path">x</span> import <span
-	      tal:replace="item/name">y</span></span> to make the
-	      functionality of this function available in your application
-	      or component.
-	    </div>
 	  </div>
 	</div>
 
@@ -247,14 +207,6 @@
 		   tal:condition="iface/doc"
 		   tal:content="structure iface/doc">
 	      </div>
-	      <div class="docgrok-annotation2"
-		   tal:condition="not: iface/doc">
-		Use <span class="docgrok-pycode1">from <span
-		tal:replace="iface/path">x</span> import <span
-		tal:replace="iface/name">y</span></span> to make the
-		functionality of this class available in your application
-		or component.
-	      </div>
 	    </div>
 	    
 	  </div>

Modified: grok/trunk/src/grok/admin/view_templates/docgrokinterfaceview.pt
===================================================================
--- grok/trunk/src/grok/admin/view_templates/docgrokinterfaceview.pt	2007-08-20 17:19:59 UTC (rev 79039)
+++ grok/trunk/src/grok/admin/view_templates/docgrokinterfaceview.pt	2007-08-20 17:39:07 UTC (rev 79040)
@@ -27,20 +27,12 @@
 	  <span class="docgrok-description1">Python path:</span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/path">path.in.python</span>
-	  <div class="docgrok-annotation2">
-	    Use <span class="docgrok-pycode1">from <span tal:replace="context/module_path">path</span> 
-	    import <span tal:replace="context/name">path</span></span>
-	    to use the functionality of this module in your application or component.
-	  </div>
 	</div>
 
 	<div class="docgrok-entry">
 	  <span class="docgrok-description1">Absolute file path: </span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/getFilePath">/absolute/file/path</span>
-	  <div class="docgrok-annotation2">
-	    This is the file, wherein this class is defined.
-	  </div>
 	</div>
 
       </div>
@@ -70,14 +62,6 @@
 	       tal:condition="item/doc"
 	       tal:content="structure item/doc">
 	  </div>
-	  <div class="docgrok-annotation2"
-	       tal:condition="not: item/doc">
-	    Use <span class="docgrok-pycode1">from <span
-	    tal:replace="item/path">x</span> import <span
-	    tal:replace="item/name">y</span></span> to make the
-	    functionality of this class available in your application
-	    or component.
-	  </div>
 	</div>
 
 
@@ -120,14 +104,6 @@
 		   tal:condition="iface/doc"
 		   tal:content="structure iface/doc">
 	      </div>
-	      <div class="docgrok-annotation2"
-		   tal:condition="not: iface/doc">
-		Use <span class="docgrok-pycode1">from <span
-		tal:replace="iface/path">x</span> import <span
-		tal:replace="iface/name">y</span></span> to make the
-		functionality of this class available in your application
-		or component.
-	      </div>
 	    </div>
 	    
 	  </div>
@@ -165,14 +141,6 @@
 		 tal:condition="item/doc"
 		 tal:content="structure item/doc">
 	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="not: item/doc">
-	      Use <span class="docgrok-pycode1">from <span
-	      tal:replace="context/path">x</span> import <span
-	      tal:replace="item/name">y</span></span> to make the
-	      functionality of this function available in your application
-	      or component.
-	    </div>
 	  </div>
 	</div>
 
@@ -211,14 +179,6 @@
 		   tal:condition="iface/doc"
 		   tal:content="structure iface/doc">
 	      </div>
-	      <div class="docgrok-annotation2"
-		   tal:condition="not: iface/doc">
-		Use <span class="docgrok-pycode1">from <span
-		tal:replace="iface/path">x</span> import <span
-		tal:replace="iface/name">y</span></span> to make the
-		functionality of this class available in your application
-		or component.
-	      </div>
 	    </div>
 	    
 	  </div>

Modified: grok/trunk/src/grok/admin/view_templates/docgrokmoduleview.pt
===================================================================
--- grok/trunk/src/grok/admin/view_templates/docgrokmoduleview.pt	2007-08-20 17:19:59 UTC (rev 79039)
+++ grok/trunk/src/grok/admin/view_templates/docgrokmoduleview.pt	2007-08-20 17:39:07 UTC (rev 79040)
@@ -22,20 +22,12 @@
 	  <span class="docgrok-description1">Python path:</span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/path">path.in.python</span>
-	  <div class="docgrok-annotation2">
-	    Use <span class="docgrok-pycode1">import 
-	    <span tal:replace="context/path">path</span></span>
-	    to use the functionality of this module in your application or component.
-	  </div>
 	</div>
 
 	<div class="docgrok-entry">
 	  <span class="docgrok-description1">Absolute file path: </span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/getFilePath">/absolute/file/path</span>
-	  <div class="docgrok-annotation2">
-	    This is the file, where this module is located in file system.
-	  </div>
 	</div>
 
       </div>
@@ -57,14 +49,6 @@
 		 tal:condition="item/doc"
 		 tal:content="structure item/doc">
 	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="not: item/doc">
-	      Use <span class="docgrok-pycode1">from <span
-	      tal:replace="context/path">x</span> import <span
-	      tal:replace="item/name">y</span></span> to make the
-	      functionality of this class available in your application
-	      or component.
-	    </div>
 	  </div>
 	</div>
 
@@ -84,14 +68,6 @@
 		 tal:condition="item/doc"
 		 tal:content="structure item/doc">
 	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="not: item/doc">
-	      Use <span class="docgrok-pycode1">from <span
-	      tal:replace="context/path">x</span> import <span
-	      tal:replace="item/name">y</span></span> to make this
-	      interface definition available in your application
-	      or component.
-	    </div>
 	  </div>
 	</div>
 
@@ -111,14 +87,6 @@
 		 tal:condition="item/doc"
 		 tal:content="structure item/doc">
 	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="not: item/doc">
-	      Use <span class="docgrok-pycode1">from <span
-	      tal:replace="context/path">x</span> import <span
-	      tal:replace="item/name">y</span></span> to make the
-	      functionality of this class available in your application
-	      or component.
-	    </div>
 	  </div>
 	</div>
 

Modified: grok/trunk/src/grok/admin/view_templates/docgrokpackageview.pt
===================================================================
--- grok/trunk/src/grok/admin/view_templates/docgrokpackageview.pt	2007-08-20 17:19:59 UTC (rev 79039)
+++ grok/trunk/src/grok/admin/view_templates/docgrokpackageview.pt	2007-08-20 17:39:07 UTC (rev 79040)
@@ -21,20 +21,12 @@
 	  <span class="docgrok-description1">Python path:</span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/path">path.in.python</span>
-	  <div class="docgrok-annotation2">
-	    Use <span class="docgrok-pycode1">import 
-	    <span tal:replace="context/path">path</span></span>
-	    to use the functionality of this package in your application or component.
-	  </div>
 	</div>
 
 	<div class="docgrok-entry">
 	  <span class="docgrok-description1">Absolute file path: </span>
 	  <span class="docgrok-pathvalue" 
 		tal:content="context/getFilePath">absolute/file/path</span>
-	  <div class="docgrok-annotation2">
-	    This is, where this package is located in file system.
-	  </div>
 	</div>
 
 	<h2>Textfiles:</h2>
@@ -76,14 +68,6 @@
 		 tal:condition="item/doc"
 		 tal:content="structure item/doc">
 	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="not: item/doc">
-	      You can use <span class="docgrok-pycode1">import <span
-	      tal:replace="string: ${context/path}.${item/name}">a.b</span>
-	    </span>
-	    to make the elements of this package available in your 
-	    application or component.
-	    </div>
 	  </div>
 	</div>
 
@@ -103,14 +87,6 @@
 		 tal:condition="item/doc"
 		 tal:content="structure item/doc">
 	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="not: item/doc">
-	      You can use <span class="docgrok-pycode1">import <span
-	      tal:replace="string: ${context/path}.${item/name}">a.b</span>
-	    </span>
-	    to make the elements of this module available in your 
-	    application or component.
-	    </div>
 	  </div>
 	</div>
 

Modified: grok/trunk/src/grok/admin/view_templates/docgroktextfileview.pt
===================================================================
--- grok/trunk/src/grok/admin/view_templates/docgroktextfileview.pt	2007-08-20 17:19:59 UTC (rev 79039)
+++ grok/trunk/src/grok/admin/view_templates/docgroktextfileview.pt	2007-08-20 17:39:07 UTC (rev 79040)
@@ -26,9 +26,6 @@
 		>
 	    /home/uli/blah...
 	  </span>
-	  <div class="docgrok-annotation1">
-	    This is, where this text file can be found.
-	  </div>
 	</div>
       </div>
       <div class="docgrok-sourcetext" 



More information about the Checkins mailing list