- add docstrings for palette methods
[PyX/mjg.git] / www / examples.pt
blob91e43846eacd9b55a6ecfb5e8b44f1ea0f35b599
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2             "http://www.w3.org/TR/html4/strict.dtd">
3 <html metal:use-macro="options/maintemplate/macros/page">
5   <div metal:fill-slot="body">
7     <div class="examplenavigations">
8       <a class="examplenavigation" tal:attributes="href python: options['mkrellink'](options['prev'], options)">prev</a>
9       <a class="examplenavigation" tal:attributes="href python: options['mkrellink'](options['next'], options)">next</a>
10     </div>
11     <h1>PyX - Examples: <tal:block tal:content="options/dir"/></h1>
13     <p tal:condition="options/abstract" tal:content="structure options/abstract">
14       A short introduction about the examples shown in this section.
15     </p>
17     <h2>Example overview for this section</h2>
18     <span class="example" tal:repeat="example options/examples">
19       <div class="exampleseparator" tal:condition="not: repeat/example/start"></div>
20       <a tal:attributes="href example/html"><h3 tal:content="example/title">title</h3></a>
21       <div class="exampleimage">
22         <a tal:attributes="href example/html"><img tal:attributes="alt example/png; src example/thumbpng; width example/thumbwidth; height example/thumbheight" border=0></a>
23       </div>
24     </span>
26   </div>
28 </html>
29 <!-- vim:set syntax=html: -->