File: index.html

package info (click to toggle)
giza 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,352 kB
  • sloc: ansic: 13,252; sh: 4,205; f90: 3,003; lex: 437; perl: 330; makefile: 99
file content (38 lines) | stat: -rw-r--r-- 1,270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html"; charset=utf-8" \>
    <title>giza - documentation</title>
    <link rel="stylesheet" href="../style.css" type="text/css" \>
  </head>

  <div class="header">
    <a href="/giza"><img alt="giza" src="../title.png"\></a>
  </div>

  <div id="menucontainer">
  <ul id="menulist">
    <li><a href="../news/">news</a></li>
    <li><a href="../download/">download</a></li>
    <li><a href="../documentation/">documentation</a></li>
    <li><a href="../contact/">contact</a></li>
    <li><a href="../samples/">samples</a></li>
  </ul>
  </div>

  <div id="content">
    <h1>Documentation</h1>
    <h2>API reference manual</h2>
    <p><a href="api.html">Click here</a> for a function-by-function reference manual.
    <h2>Installation</h2>
    <p>Click here for an <a href="installation.html">installation</a> guide.</p>

    <h2>Tutorials</h2>
    <p><a href="gettingstarted.html">Click here</a> for a tutorial to get you
    started using giza.</p>
    <h2>PGPLOT interface</h2>
    <p>Included with giza is a PGPLOT interface that allows code written using 
    PGPLOT to be instantly linked against giza.
    Here is the status of the <a href="pgplot.html">PGPLOT interface</a>.</p>
  </div>

</html>