[Checkins] SVN: z3c.memhunt.objgraph/trunk/z3c/memhunt/objgraph/browser/zpt/ Modified description on start page, and updated css

Daniel Blackburn blackburnd at gmail.com
Wed Nov 10 06:32:31 EST 2010


Log message for revision 118316:
  Modified description on start page, and updated css
  

Changed:
  U   z3c.memhunt.objgraph/trunk/z3c/memhunt/objgraph/browser/zpt/debug.css
  U   z3c.memhunt.objgraph/trunk/z3c/memhunt/objgraph/browser/zpt/start.pt

-=-
Modified: z3c.memhunt.objgraph/trunk/z3c/memhunt/objgraph/browser/zpt/debug.css
===================================================================
--- z3c.memhunt.objgraph/trunk/z3c/memhunt/objgraph/browser/zpt/debug.css	2010-11-10 11:16:15 UTC (rev 118315)
+++ z3c.memhunt.objgraph/trunk/z3c/memhunt/objgraph/browser/zpt/debug.css	2010-11-10 11:32:31 UTC (rev 118316)
@@ -35,8 +35,9 @@
 h1 {
     font-size: 140%;
     font-weight: bold;
-    padding: 10px 20px;
-    width: 60%;
+    margin-bottom: 10px;
+    padding: 10px 10px;
+    width: 70%;
     border-bottom: 1px solid #ccc;
 }
 

Modified: z3c.memhunt.objgraph/trunk/z3c/memhunt/objgraph/browser/zpt/start.pt
===================================================================
--- z3c.memhunt.objgraph/trunk/z3c/memhunt/objgraph/browser/zpt/start.pt	2010-11-10 11:16:15 UTC (rev 118315)
+++ z3c.memhunt.objgraph/trunk/z3c/memhunt/objgraph/browser/zpt/start.pt	2010-11-10 11:32:31 UTC (rev 118316)
@@ -15,15 +15,18 @@
                    tal:content="string: Back to ${context/title}"/>
         </metal:block>
 
+
        <h1>Memory and Reference Counting Tools</h1>
 
        <p class="description"> 
-            This tool is split into two logical tools. First is the Dependancy reference graphs.
-            Second is the memory introspection tools which use the guppy library for intelligence.
+            The *Dependancy Graph Views* is a set of views that utilize the objgraph.py package.
+            This ref_tools view is registered for every context level for managers which makes it really easy
+            to get a dependancy graph for any context level in your application. 
        </p>
 
            <br/>
             <h3 class="sub_heading"> Dependancy Graph Views </h3>
+
             <ul class="debug_body">
                 <li>
                 <a tal:attributes="href string:./context_refs.png"



More information about the checkins mailing list