source: flex_extract.git/documentation/Sphinx/build/html/downloads.html @ 708c667

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

generated first sphinx instance and adapted code doctsrings for automated api generation for disaggregation module as a first test

  • Property mode set to 100644
File size: 5.6 KB
Line 
1
2
3<!DOCTYPE html>
4<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
6<head>
7  <meta charset="utf-8">
8 
9  <meta name="viewport" content="width=device-width, initial-scale=1.0">
10 
11  <title>Downloads &mdash; flex_extract 7.1 alpha documentation</title>
12 
13
14 
15 
16 
17 
18
19 
20
21 
22 
23   
24
25 
26
27  <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
28  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
29    <link rel="index" title="Index" href="genindex.html" />
30    <link rel="search" title="Search" href="search.html" />
31    <link rel="next" title="Installation" href="installation.html" />
32    <link rel="prev" title="Welcome to flex_extract’s documentation!" href="index.html" /> 
33
34 
35  <script src="_static/js/modernizr.min.js"></script>
36
37</head>
38
39<body class="wy-body-for-nav">
40
41   
42  <div class="wy-grid-for-nav">
43
44   
45    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
46      <div class="wy-side-scroll">
47        <div class="wy-side-nav-search">
48         
49
50         
51            <a href="index.html" class="icon icon-home"> flex_extract
52         
53
54         
55          </a>
56
57         
58           
59           
60              <div class="version">
61                7.1
62              </div>
63           
64         
65
66         
67<div role="search">
68  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
69    <input type="text" name="q" placeholder="Search docs" />
70    <input type="hidden" name="check_keywords" value="yes" />
71    <input type="hidden" name="area" value="default" />
72  </form>
73</div>
74
75         
76        </div>
77
78        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
79         
80           
81           
82             
83           
84           
85              <p class="caption"><span class="caption-text">Table of Contents:</span></p>
86<ul class="current">
87<li class="toctree-l1 current"><a class="current reference internal" href="#">Downloads</a></li>
88<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
89<li class="toctree-l1"><a class="reference internal" href="program_structure.html">Program Structure</a></li>
90<li class="toctree-l1"><a class="reference internal" href="user_guide.html">User Guide</a></li>
91<li class="toctree-l1"><a class="reference internal" href="api.html">Auto Generated Documentation</a></li>
92<li class="toctree-l1"><a class="reference internal" href="support.html">Support</a></li>
93</ul>
94
95           
96         
97        </div>
98      </div>
99    </nav>
100
101    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
102
103     
104      <nav class="wy-nav-top" aria-label="top navigation">
105       
106          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
107          <a href="index.html">flex_extract</a>
108       
109      </nav>
110
111
112      <div class="wy-nav-content">
113       
114        <div class="rst-content">
115       
116         
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132<div role="navigation" aria-label="breadcrumbs navigation">
133
134  <ul class="wy-breadcrumbs">
135   
136      <li><a href="index.html">Docs</a> &raquo;</li>
137       
138      <li>Downloads</li>
139   
140   
141      <li class="wy-breadcrumbs-aside">
142       
143           
144            <a href="_sources/downloads.rst.txt" rel="nofollow"> View page source</a>
145         
146       
147      </li>
148   
149  </ul>
150
151 
152  <hr/>
153</div>
154          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
155           <div itemprop="articleBody">
156           
157  <div class="section" id="downloads">
158<h1>Downloads<a class="headerlink" href="#downloads" title="Permalink to this headline"></a></h1>
159<p>Describe download options of flex_extract ….</p>
160<blockquote>
161<div>UNDER CONSTRUCTION</div></blockquote>
162</div>
163
164
165           </div>
166           
167          </div>
168          <footer>
169 
170    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
171     
172        <a href="installation.html" class="btn btn-neutral float-right" title="Installation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
173     
174     
175        <a href="index.html" class="btn btn-neutral" title="Welcome to flex_extract’s documentation!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
176     
177    </div>
178 
179
180  <hr/>
181
182  <div role="contentinfo">
183    <p>
184        &copy; Copyright 2018, Anne Philipp and Leopold Haimberger.
185
186    </p>
187  </div>
188  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
189
190</footer>
191
192        </div>
193      </div>
194
195    </section>
196
197  </div>
198 
199
200
201 
202
203    <script type="text/javascript">
204        var DOCUMENTATION_OPTIONS = {
205            URL_ROOT:'./',
206            VERSION:'7.1 alpha',
207            LANGUAGE:'None',
208            COLLAPSE_INDEX:false,
209            FILE_SUFFIX:'.html',
210            HAS_SOURCE:  true,
211            SOURCELINK_SUFFIX: '.txt'
212        };
213    </script>
214      <script type="text/javascript" src="_static/jquery.js"></script>
215      <script type="text/javascript" src="_static/underscore.js"></script>
216      <script type="text/javascript" src="_static/doctools.js"></script>
217      <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
218
219 
220
221  <script type="text/javascript" src="_static/js/theme.js"></script>
222
223  <script type="text/javascript">
224      jQuery(function () {
225          SphinxRtdTheme.Navigation.enable(true);
226      });
227  </script> 
228
229</body>
230</html>
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG