11
2- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
42
53
6- < html xmlns ="http://www.w3.org/1999/xhtml ">
7- < head >
8- < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
9-
10- < title > Index — PyNIDM 0.1.1 documentation</ title >
11-
12- < link rel ="stylesheet " href ="_static/alabaster.css " type ="text/css " />
13- < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
14-
15- < script type ="text/javascript ">
16- var DOCUMENTATION_OPTIONS = {
17- URL_ROOT : './' ,
18- VERSION : '0.1.1' ,
19- COLLAPSE_INDEX : false ,
20- FILE_SUFFIX : '.html' ,
21- HAS_SOURCE : true ,
22- SOURCELINK_SUFFIX : '.txt'
23- } ;
24- </ script >
25- < script type ="text/javascript " src ="_static/jquery.js "> </ script >
26- < script type ="text/javascript " src ="_static/underscore.js "> </ script >
27- < script type ="text/javascript " src ="_static/doctools.js "> </ script >
28- < link rel ="index " title ="Index " href ="# " />
29- < link rel ="search " title ="Search " href ="search.html " />
30-
31- < link rel ="stylesheet " href ="_static/custom.css " type ="text/css " />
4+ <!DOCTYPE html>
5+ <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
6+ <!--[if gt IE 8]><!--> < html class ="no-js " lang ="en " > <!--<![endif]-->
7+ < head >
8+ < meta charset ="utf-8 ">
9+
10+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
11+
12+ < title > Index — PyNIDM 0.1.1 documentation</ title >
13+
14+
15+
16+
3217
3318
34- < meta name ="viewport " content ="width=device-width, initial-scale=0.9, maximum-scale=0.9 " />
3519
36- </ head >
37- < body role ="document ">
3820
3921
40- < div class ="document ">
41- < div class ="documentwrapper ">
42- < div class ="bodywrapper ">
43- < div class ="body " role ="main ">
22+
23+
24+
25+
26+
27+
28+ < link rel ="stylesheet " href ="_static/css/theme.css " type ="text/css " />
29+ < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
30+ < link rel ="index " title ="Index " href ="# " />
31+ < link rel ="search " title ="Search " href ="search.html " />
32+
33+
34+ < script src ="_static/js/modernizr.min.js "> </ script >
35+
36+ </ head >
37+
38+ < body class ="wy-body-for-nav ">
39+
40+
41+ < div class ="wy-grid-for-nav ">
42+
43+
44+ < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
45+ < div class ="wy-side-scroll ">
46+ < div class ="wy-side-nav-search ">
47+
48+
49+
50+ < a href ="index.html " class ="icon icon-home "> PyNIDM
51+
52+
53+
54+ </ a >
55+
56+
57+
58+
59+ < div class ="version ">
60+ 0.1
61+ </ div >
62+
63+
64+
65+
66+ < div role ="search ">
67+ < form id ="rtd-search-form " class ="wy-form " action ="search.html " method ="get ">
68+ < input type ="text " name ="q " placeholder ="Search docs " />
69+ < input type ="hidden " name ="check_keywords " value ="yes " />
70+ < input type ="hidden " name ="area " value ="default " />
71+ </ form >
72+ </ div >
73+
74+
75+ </ div >
76+
77+ < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="main navigation ">
78+
79+
80+
81+
82+
83+
84+ <!-- Local TOC -->
85+ < div class ="local-toc "> </ div >
86+
87+
88+ </ div >
89+ </ div >
90+ </ nav >
91+
92+ < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap ">
93+
94+
95+ < nav class ="wy-nav-top " aria-label ="top navigation ">
96+
97+ < i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
98+ < a href ="index.html "> PyNIDM</ a >
99+
100+ </ nav >
101+
102+
103+ < div class ="wy-nav-content ">
104+
105+ < div class ="rst-content ">
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+ < div role ="navigation " aria-label ="breadcrumbs navigation ">
124+
125+ < ul class ="wy-breadcrumbs ">
126+
127+ < li > < a href ="index.html "> Docs</ a > »</ li >
128+
129+ < li > Index</ li >
130+
131+
132+ < li class ="wy-breadcrumbs-aside ">
133+
134+
135+
136+ </ li >
137+
138+ </ ul >
139+
140+
141+ < hr />
142+ </ div >
143+ < div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
144+ < div itemprop ="articleBody ">
44145
45146
46147< h1 id ="index "> Index</ h1 >
@@ -50,45 +151,59 @@ <h1 id="index">Index</h1>
50151</ div >
51152
52153
154+ </ div >
155+
53156 </ div >
54- </ div >
55- </ div >
56- < div class ="sphinxsidebar " role ="navigation " aria-label ="main navigation ">
57- < div class ="sphinxsidebarwrapper ">
58-
59- < div class ="relations ">
60- < h3 > Related Topics</ h3 >
61- < ul >
62- < li > < a href ="index.html "> Documentation overview</ a > < ul >
63- </ ul > </ li >
64- </ ul >
65- </ div >
157+ < footer >
158+
159+
160+ < hr />
161+
162+ < div role ="contentinfo ">
163+ < p >
164+ 165+
166+ </ p >
167+ </ div >
168+ 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 > .
169+
170+ </ footer >
66171
67- < div id ="searchbox " style ="display: none " role ="search ">
68- < h3 > Quick search</ h3 >
69- < form class ="search " action ="search.html " method ="get ">
70- < div > < input type ="text " name ="q " /> </ div >
71- < div > < input type ="submit " value ="Go " /> </ div >
72- < input type ="hidden " name ="check_keywords " value ="yes " />
73- < input type ="hidden " name ="area " value ="default " />
74- </ form >
75- </ div >
76- < script type ="text/javascript "> $ ( '#searchbox' ) . show ( 0 ) ; </ script >
77172 </ div >
78173 </ div >
79- < div class ="clearer "> </ div >
80- </ div >
81- < div class ="footer ">
82- 83-
84- |
85- Powered by < a href ="http://sphinx-doc.org/ "> Sphinx 1.5.1</ a >
86- & < a href ="https://github.com/bitprophet/alabaster "> Alabaster 0.7.9</ a >
87-
88- </ div >
89174
90-
175+ </ section >
91176
92-
93- </ body >
177+ </ div >
178+
179+
180+
181+
182+
183+ < script type ="text/javascript ">
184+ var DOCUMENTATION_OPTIONS = {
185+ URL_ROOT :'./' ,
186+ VERSION :'0.1.1' ,
187+ LANGUAGE :'None' ,
188+ COLLAPSE_INDEX :false ,
189+ FILE_SUFFIX :'.html' ,
190+ HAS_SOURCE : true ,
191+ SOURCELINK_SUFFIX : '.txt'
192+ } ;
193+ </ script >
194+ < script type ="text/javascript " src ="_static/jquery.js "> </ script >
195+ < script type ="text/javascript " src ="_static/underscore.js "> </ script >
196+ < script type ="text/javascript " src ="_static/doctools.js "> </ script >
197+
198+
199+
200+ < script type ="text/javascript " src ="_static/js/theme.js "> </ script >
201+
202+ < script type ="text/javascript ">
203+ jQuery ( function ( ) {
204+ SphinxRtdTheme . Navigation . enable ( true ) ;
205+ } ) ;
206+ </ script >
207+
208+ </ body >
94209</ html >
0 commit comments