[Checkins] SVN: Sandbox/ulif/grok-reference-with-rest2/doc/grokref/HACKING.txt Fixed documentation.

Uli Fouquet uli at gnufix.de
Fri Jan 11 09:09:38 EST 2008


Log message for revision 82807:
  Fixed documentation.

Changed:
  U   Sandbox/ulif/grok-reference-with-rest2/doc/grokref/HACKING.txt

-=-
Modified: Sandbox/ulif/grok-reference-with-rest2/doc/grokref/HACKING.txt
===================================================================
--- Sandbox/ulif/grok-reference-with-rest2/doc/grokref/HACKING.txt	2008-01-11 14:01:17 UTC (rev 82806)
+++ Sandbox/ulif/grok-reference-with-rest2/doc/grokref/HACKING.txt	2008-01-11 14:09:38 UTC (rev 82807)
@@ -114,14 +114,15 @@
    For example each (virtual) ``function`` node will be a
    docutils.nodes.inline node with an attribute ``classes``, which in
    turn is a list that at least will contain the value
-   `desc-function`.
+   `desc-function`. An 'attribute' node will provide `desc-attritbute`
+   in its ``classes`` attribute, etc.
 
    Standard HTML writers will render this node with a class attribute
    'desc-class', so that those tags can be treated special by CSS.
 
    In the end the ``function`` node might appear in HTML like this::
 
-     <div class="function admonition">...</div>
+     <div class="desc-function admonition">...</div>
 
 * ``seealso``:
 



More information about the Checkins mailing list