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>
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>
15 <li><a href="manual.pdf">manual (PDF version)</a></li>
16 <li><a href="manual/index.html">online manual (HTML version)</a></li>
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>
25 <li><a href="pyxfaq.pdf">FAQ (PDF version)</a></li>
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>
37 <!-- vim:set syntax=html: -->