- add docstrings for palette methods
[PyX/mjg.git] / www / documentation.pt
blob00310f08f4219d2db174b83b847e5c449b47104c
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     <h1>PyX - Documentation</h1>
9     <h2>Manual</h2>
11     <p>Detailed information about PyX can be found in the PyX manual, which
12     is available both as PDF and as online HTML version:</p>
14     <ul>
15       <li><a href="manual.pdf">manual (PDF version)</a></li>
16       <li><a href="manual/index.html">online manual (HTML version)</a></li>
17     </ul>
19     <h2>FAQ</h2>
21     <p>A further resource containing tips and tricks for PyX users is the FAQ
22     contributed by Gert-Ludwig Ingold. At the moment, it is only available as PDF:</p>
24     <ul>
25       <li><a href="pyxfaq.pdf">FAQ (PDF version)</a></li>
26     </ul>
28     <h2>Examples</h2>
30     <p>Please have also a look on our <a href="examples/index.html">examples</a> page,
31     which contains a comprehensive set of PyX drawings together with the
32     corresponding Python source code.</p>
34   </div>
36 </html>
37 <!-- vim:set syntax=html: -->