reduce length of pattern lines by one order of magnitude to prevent problems with...
[PyX/mjg.git] / www / documentation.pt
blob4ec45c9a4abe68af1b75689fc33ea7c87da4e963
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>Examples and gallery</h2>
12     <p>For a quick introduction to PyX, we recommend having a look on our <a
13     href="examples/index.html">examples</a> page. There you find lots of small
14     cookbook-like examples describing how to solve common drawing and plotting
15     tasks in PyX. Every example is accompanied by a detailed description of the
16     concepts it makes use of. By taking a tour through the examples, you should, thus,
17     learn how to effectively use PyX.</p>
19     <p>More elaborate PyX drawings together with the corresponding sources can
20     be found in the <a href="gallery/index.html">gallery</a>. </p>
22     <h2>Manual</h2>
24     <p>Detailed information about PyX can be found in the PyX reference manual, which
25     is available both as PDF and as online HTML version:</p>
27     <ul>
28       <li><a href="manual.pdf">reference manual (PDF version)</a></li>
29       <li><a href="manual/index.html">online reference manual (HTML version)</a></li>
30     </ul>
32     <h2>FAQ</h2>
34     <p>A further resource containing tips and tricks for PyX users is the FAQ
35     contributed by Gert-Ludwig Ingold. At the moment, it is only available as PDF:</p>
37     <ul>
38       <li><a href="pyxfaq.pdf">FAQ (PDF version)</a></li>
39     </ul>
42     <h2>External resources</h2>
44     <ul> 
45       <li><a href="http://www.cs.ucr.edu/~titus/pyxTutorial/">PyX tutorial for Gnuplot users</a> by Titus Winters</li>
46     </ul>
48   </div>
50 </html>
51 <!-- vim:set syntax=html: -->