source: trunk/docs/docs_users/source/_templates/index.html @ 138

Last change on this file since 138 was 138, checked in by pinsard, 12 years ago

first draf of new user guide

File size: 956 bytes
Line 
1<!--
2TODO
3====
4
5find a way to use project variable defined in :file:`conf.py`
6
7EVOLUTIONS
8==========
9
10$Id: index.html 10 2012-02-15 15:57:22Z pinsard $
11
12$URL: svn+ssh://pinsard@forge.ipsl.jussieu.fr/ipsl/forge/projets/pulsation/svn/trunk/docs/docs_dev/source/_templates/index.html $
13
14- fplod 20120210
15
16  * creation
17    see http://networkx.lanl.gov/index.html and
18    networkx/doc/source/templates/index.html
19
20-->
21{% extends "layout.html" %}
22{% set title = 'Overview' %}
23{% block body %}
24
25<h2>Developer documentation</h2>
26
27<table class="contentstable" align="center" style="margin-left: 30px">
28 <tr><td>
29    <p class="biglink"><a class="biglink" href="{{ pathto("guides/index") }}">Guides</a>
30       <span class="linkdescr">PULSATION guides </span></p>
31  </td>
32 <td>
33    <p class="biglink"><a class="biglink" href="{{ pathto("manuals/index") }}">Manuals</a>
34       <span class="linkdescr">PULSATION manuals</span></p>
35  </td></tr>
36</table>
37
38{% endblock %}
Note: See TracBrowser for help on using the repository browser.