source: main/waeup.sirp/trunk/docs/source/_templates/mainpage.template @ 6540

Last change on this file since 6540 was 5337, checked in by uli, 14 years ago

Update docs, add API overview.

File size: 2.5 KB
Line 
1{% extends "layout.html" %}
2{% set title = 'Overview' %}
3{% block body %}
4
5<h1>{{ docstitle }}</h1>
6<p>
7  This is official documentation for waeup.sirp {{ release }}.
8  {% if last_updated %}Last modifed on {{ last_updated }}.{% endif %}
9</p>
10
11<p><strong>Sections</strong></p>
12<table class="contentstable" align="center"><tr>
13  <td width="50%">
14    <p class="biglink">
15      <a class="biglink"
16         href="{{ pathto("intro") }}">Introduction</a><br />
17      <span class="linkdescr">Get started with waeup.sirp.</span>
18    </p>
19     
20    <p class="biglink">
21      <a class="biglink"
22         href="{{ pathto("userdocs/index") }}">User documentation</a><br />
23    <span class="linkdescr">
24      Documentation for users and admins using waeup.sirp.
25    </span></p>
26
27    </td><td width="50%">
28    <p class="biglink">
29      <a class="biglink"
30         href="{{ pathto("changes") }}">What's new?</a><br />
31      <span class="linkdescr">Changes made in each release.</span>
32    </p>
33
34    <p class="biglink">
35      <a class="biglink"
36         href="{{ pathto("developerdocs/index") }}">Developer documentation</a><br />
37      <span class="linkdescr">
38        <a href="{{ pathto("developerdocs/api/index") }}">API</a> and other pieces
39        relevant for developers.
40      </span>
41    </p>
42         
43  </td></tr>
44</table>
45
46<p><strong>Indices and tables</strong></p>
47<table class="contentstable" align="center"><tr>
48  <td width="50%">
49    <p class="biglink">
50      <a class="biglink"
51         href="{{ pathto("contents") }}">Table of Contents</a><br />
52      <span class="linkdescr">Lists all sections and subsections.</span>
53    </p>
54    </td><td width="50%">
55
56    <p class="biglink">
57      <a class="biglink"
58         href="{{ pathto("genindex") }}">Index</a><br />
59      <span class="linkdescr">All functions, classes, terms.</span>
60    </p>
61  </td></tr>
62</table>
63
64<p><strong>Further information</strong></p>
65<table class="contentstable" align="center"><tr>
66  <td width="50%">
67
68    <p class="biglink">
69      <a class="biglink"
70         href="{{ pathto("bugs") }}">Reporting bugs</a><br />
71    </p>
72
73    <p class="biglink">
74      <a class="biglink"
75         href="{{ pathto("documentation") }}">About the documentation</a><br />
76    </p>
77
78    </td><td width="50%">
79             
80    <p class="biglink">
81      <a class="biglink"
82         href="{{ pathto("license") }}">License</a><br />
83    </p>
84
85    <p class="biglink">
86      <a class="biglink"
87         href="{{ pathto("copyright") }}">Copyright</a><br />
88    </p>
89
90    </td></tr>
91</table>
92
93
94{% endblock %}
Note: See TracBrowser for help on using the repository browser.