add extend method to normpath
[PyX/mjg.git] / www / documentation.pt
blob05fa42438ed6d833f7583dcbd3bb047d7c0ddb21
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>
10 <h2>Manual</h2> 
13 <p>Detailed information about PyX can be found in the PyX manual, which
14 is available both as PDF and as online HTML version:</p>
16 <ul>
17   <li><a href="manual.pdf">manual (PDF version)</a></li>
18   <li><a href="manual/index.html">online manual (HTML version)</a></li>
19 </ul>
22 <h2>FAQ</h2>
24 <p>A further ressource containing tips and tricks for PyX users is the FAQ
25 contributed by Gert-Ludwig Ingold. At the moment, it is only available as PDF
26 version.</p>
28 <ul>
29   <li><a href="pyxfaq.pdf">FAQ (PDF version)</a></li>
30 </ul>
32 <h2>Examples</h2>
34 <p>Please have also a look on our <a href="examples.html">examples</a> page,
35 which contains a comprehensive set of PyX drawings together with the
36 corresponding Python source code. </p>
38 </div>
40 </html>