source: flex_extract.git/documentation/Sphinx/source/index.rst @ 274f9ef

ctbtodev
Last change on this file since 274f9ef was 274f9ef, checked in by Anne Philipp <anne.philipp@…>, 6 years ago

Converted docstrings to numpy style and build first structure for sphinxdocumentation (incl API)

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[708c667]1.. flex_extract documentation master file, created by
2   sphinx-quickstart on Wed Oct 17 18:39:05 2018.
3   You can adapt this file completely to your liking, but it should at least
4   contain the root `toctree` directive.
5
[274f9ef]6Welcome to flex_extract's user documentation!
7=============================================
8
9flex_extract is a software to retrieve meteorological fields from the European Centre for Medium-Range Weather Forecasts (ECMWF) Mars archive to server as input files for the FLEXTRA/FLEXPART Atmospheric Transport Modelling system.
10
11
12.. The scripts can be 1) executed locally using the ECMWF WebMARS interface, or 2) on the ECMWF member
13.. state gateway server or HPC facility using the ecaccess software package. As another option the scripts can 3)
14.. also be triggered using ecflow scheduling software used by ECMWF for data dissemination.
15
16All required second party software and libraries used within flex_extract is open source and free of charge.
17
[708c667]18.. raw:: html
19
20    <table style="width:100%;">
21      <tr>
22        <td style="width:200px;height:150px;">
23          <div style="width:200px;height:100px;">
24          <img style="width:100px;vertical-align: bottom;" src="_static/download_icon.png">
25          </div>
26          <h2>Downloads</h2>
27          <ul>
28            <li><a href="">Download Tar-ball</a></li>
29            <li><a href="">Git repository</a></li>
30            <li><a href="">History of Changes</a></li>
31          </ul>
32        </td>       
33        <td style="width:200px;height:150px;">
34          <div style="width:200px;height:100px;">
35          <img style="width:125px;vertical-align: bottom;" src="_static/prog_icon.png">
36          </div>
37          <h2>Program Structure</h2>
38          <ul>
39          <li><a href="">Overview</a></li>
40          <li><a href="">Program components</a></li>
41          <li><a href="">Program flow</a></li>
42          </ul>
43        </td>
44      </tr>
45      <tr>   
46        <td style="width:200px;height:150px;">
47          <div style="width:200px;height:100px;">
48          <img style="width:100px;vertical-align: bottom;" src="_static/install_icon.png">
49          </div>
50          <h2>Installation</h2>
51          <ul>
52          <li><a href="requirements.html">Requirements</a></li>
53          <li><a href="">Different operation modes</a></li>
54          <li><a href="">Test the installation</a></li>
55          </ul>
56        </td>       
57        <td style="width:200px;height:150px;">
58          <div style="width:200px;height:100px;">
59          <img style="width:100px;vertical-align: bottom;" src="_static/guide_icon.png">
60          </div>
61          <h2>User Guide</h2>
62          <ul>
63          <li><a href="">How to use</a></li>
64          <li><a href="">Control templates</a></li>
65          </ul>
66        </td>
67      </tr>
68      <tr>
69        <td style="width:200px;height:150px;">
70          <div style="width:200px;height:100px;">
71          <img style="width:125px;vertical-align: bottom;" src="_static/api_icon.png">
72          </div>
73          <h2>API Index</h2>
74          <ul>
75          <li><a href="">Construction</a></li>
76          </ul>
77        </td>
78        <td style="width:200px;height:150px;">
79          <div style="width:200px;height:100px;">
80          <img style="width:100px;vertical-align: bottom;" src="_static/help_icon.png">
81          </div>
82          <h2>Support</h2>
83          <ul>
84            <li><a href="">Ticket system</a></li>
85            <li><a href="">Mailing list</a></li>
86            <li><a href="">Known bugs or issues</a></li>
87            <li><a href="">FAQ</a></li>
88          </ul>
89        </td>
90      </tr>
91    </table>
92    <p></p>
93   
94.. note::
95 
96   License text put in here! Which one?
97
98.. toctree::
[274f9ef]99   :maxdepth: 3
[708c667]100   :caption: Table of Contents:
101
102   downloads
103   installation
104   program_structure
105   user_guide
106   api
107   support
108   
109
110Indices and tables
111==================
112
113* :ref:`genindex`
114* :ref:`modindex`
115* :ref:`search`
116
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG