Changeset 1357

Show
Ignore:
Timestamp:
04/19/08 02:45:46 (3 months ago)
Author:
cederberg@gmail.com
Message:

Removed "see also" from MochiKit.Visual since it was a copy from MochiKit.Color (patch from Christoph Zwerschke).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit/trunk/doc/html/MochiKit/Visual.html

    r1356 r1357  
    10931093</div> 
    10941094<div class="section"> 
    1095 <h1><a id="see-also" name="see-also">See Also</a></h1> 
    1096 <table class="docutils footnote" frame="void" id="id1" rules="none"> 
    1097 <colgroup><col class="label" /><col /></colgroup> 
    1098 <tbody valign="top"> 
    1099 <tr><td class="label"><a name="id1">[1]</a></td><td>Application Kit Reference - NSColor: <a class="reference" href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSColor.html">http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSColor.html</a></td></tr> 
    1100 </tbody> 
    1101 </table> 
    1102 <table class="docutils footnote" frame="void" id="id2" rules="none"> 
    1103 <colgroup><col class="label" /><col /></colgroup> 
    1104 <tbody valign="top"> 
    1105 <tr><td class="label"><a name="id2">[2]</a></td><td>SVG 1.0 color keywords: <a class="reference" href="http://www.w3.org/TR/SVG/types.html#ColorKeywords">http://www.w3.org/TR/SVG/types.html#ColorKeywords</a></td></tr> 
    1106 </tbody> 
    1107 </table> 
    1108 <table class="docutils footnote" frame="void" id="id3" rules="none"> 
    1109 <colgroup><col class="label" /><col /></colgroup> 
    1110 <tbody valign="top"> 
    1111 <tr><td class="label"><a name="id3">[3]</a></td><td>W3C CSS3 Color Module: <a class="reference" href="http://www.w3.org/TR/css3-color/#svg-color">http://www.w3.org/TR/css3-color/#svg-color</a></td></tr> 
    1112 </tbody> 
    1113 </table> 
    1114 </div> 
    1115 <div class="section"> 
    11161095<h1><a id="authors" name="authors">Authors</a></h1> 
    11171096<ul class="simple"> 
  • mochikit/trunk/doc/rst/MochiKit/Visual.rst

    r1356 r1357  
    839839 
    840840 
    841 See Also 
    842 ======== 
    843  
    844 .. [1] Application Kit Reference - NSColor: http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSColor.html 
    845 .. [2] SVG 1.0 color keywords: http://www.w3.org/TR/SVG/types.html#ColorKeywords 
    846 .. [3] W3C CSS3 Color Module: http://www.w3.org/TR/css3-color/#svg-color 
    847  
    848  
    849841Authors 
    850842=======