1
-
2
-
3
1
<!DOCTYPE html>
4
2
< html class ="writer-html5 " lang ="en " >
5
3
< head >
6
4
< meta charset ="utf-8 " />
7
-
8
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
9
-
10
6
< title > crystal_toolkit — Crystal Toolkit documentation</ title >
11
-
12
-
13
-
14
- < link rel ="stylesheet " href ="../_static/css/theme.css " type ="text/css " />
15
- < link rel ="stylesheet " href ="../_static/pygments.css " type ="text/css " />
16
-
17
-
18
-
19
-
20
-
21
-
7
+ < link rel ="stylesheet " href ="../_static/pygments.css " type ="text/css " />
8
+ < link rel ="stylesheet " href ="../_static/css/theme.css " type ="text/css " />
22
9
< link rel ="canonical " href ="https://crystaltoolkit.org_modules/crystal_toolkit.html "/>
23
-
24
-
25
-
26
-
27
-
28
10
<!--[if lt IE 9]>
29
11
<script src="../_static/js/html5shiv.min.js"></script>
30
12
<![endif]-->
31
13
32
-
33
- < script type ="text/javascript " id ="documentation_options " data-url_root ="../ " src ="../_static/documentation_options.js "> </ script >
14
+ < script data-url_root ="../ " id ="documentation_options " src ="../_static/documentation_options.js "> </ script >
34
15
< script src ="../_static/jquery.js "> </ script >
35
16
< script src ="../_static/underscore.js "> </ script >
36
17
< script src ="../_static/doctools.js "> </ script >
37
-
38
- < script type ="text/javascript " src ="../_static/js/theme.js "> </ script >
39
-
40
-
18
+ < script src ="../_static/js/theme.js "> </ script >
41
19
< link rel ="index " title ="Index " href ="../genindex.html " />
42
20
< link rel ="search " title ="Search " href ="../search.html " />
43
21
</ head >
44
22
45
- < body class ="wy-body-for-nav ">
46
-
47
-
23
+ < body class ="wy-body-for-nav ">
48
24
< div class ="wy-grid-for-nav ">
49
-
50
25
< nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
51
26
< div class ="wy-side-scroll ">
52
27
< div class ="wy-side-nav-search " style ="background: linear-gradient(0deg, rgba(23,162,135,1) 0%, rgba(0,192,136,1) 100%) " >
53
-
54
-
55
-
56
28
< a href ="../index.html " class ="icon icon-home "> Crystal Toolkit
57
-
58
-
59
-
60
29
</ a >
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
30
< div role ="search ">
69
31
< form id ="rtd-search-form " class ="wy-form " action ="../search.html " method ="get ">
70
32
< input type ="text " name ="q " placeholder ="Search docs " />
71
33
< input type ="hidden " name ="check_keywords " value ="yes " />
72
34
< input type ="hidden " name ="area " value ="default " />
73
35
</ form >
74
36
</ div >
75
-
76
-
77
- </ div >
78
-
79
-
80
- < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="main navigation ">
81
-
82
-
83
-
84
-
85
-
86
-
37
+ </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
87
38
< ul >
88
39
< li class ="toctree-l1 "> < a class ="reference internal " href ="../introduction.html "> Introduction</ a > </ li >
89
40
< li class ="toctree-l1 "> < a class ="reference external " href ="https://materialsproject.org/#apps/xtaltoolkit "> Try The App!</ a > </ li >
96
47
< li class ="toctree-l1 "> < a class ="reference internal " href ="../source/crystal_toolkit.html "> API Docs</ a > </ li >
97
48
</ ul >
98
49
99
-
100
-
101
50
</ div >
102
-
103
51
</ div >
104
52
</ nav >
105
53
106
- < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap ">
107
-
108
-
109
- < nav class ="wy-nav-top " aria-label ="top navigation ">
110
-
54
+ < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap "> < nav class ="wy-nav-top " aria-label ="Mobile navigation menu " style ="background: linear-gradient(0deg, rgba(23,162,135,1) 0%, rgba(0,192,136,1) 100%) " >
111
55
< i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
112
56
< a href ="../index.html "> Crystal Toolkit</ a >
113
-
114
57
</ nav >
115
58
116
-
117
59
< div class ="wy-nav-content ">
118
-
119
60
< div class ="rst-content style-external-links ">
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
- < div role ="navigation " aria-label ="breadcrumbs navigation ">
140
-
61
+ < div role ="navigation " aria-label ="Page navigation ">
141
62
< ul class ="wy-breadcrumbs ">
142
-
143
63
< li > < a href ="../index.html " class ="icon icon-home "> </ a > »</ li >
144
-
145
64
< li > < a href ="index.html "> Module code</ a > »</ li >
146
-
147
65
< li > crystal_toolkit</ li >
148
-
149
-
150
66
< li class ="wy-breadcrumbs-aside ">
151
-
152
67
</ li >
153
-
154
68
</ ul >
155
-
156
-
157
69
< hr />
158
70
</ div >
159
71
< div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
160
72
< div itemprop ="articleBody ">
161
-
73
+
162
74
< h1 > Source code for crystal_toolkit</ h1 > < div class ="highlight "> < pre >
163
75
< span > </ span > < span class ="kn "> import</ span > < span class ="nn "> json</ span >
164
76
< span class ="kn "> import</ span > < span class ="nn "> os</ span > < span class ="k "> as</ span > < span class ="nn "> _os</ span >
@@ -257,46 +169,30 @@ <h1>Source code for crystal_toolkit</h1><div class="highlight"><pre>
257
169
</ pre > </ div >
258
170
259
171
</ div >
260
-
261
172
</ div >
262
173
< footer >
263
174
264
175
< hr />
265
176
266
177
< div role ="contentinfo ">
267
- < p >
268
- © Copyright 2019, Crystal Toolkit Development Team.
269
-
270
- </ p >
178
+ < p > © Copyright 2019, Crystal Toolkit Development Team.</ p >
271
179
</ div >
272
-
273
-
274
-
275
- Built with < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > using a
276
-
180
+
181
+ Built with < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > using a
277
182
< a href ="https://github.com/readthedocs/sphinx_rtd_theme "> theme</ a >
278
-
279
- provided by < a href =" https://readthedocs.org " > Read the Docs </ a > .
183
+ provided by < a href =" https://readthedocs.org " > Read the Docs </ a > .
184
+
280
185
281
186
</ footer >
282
187
</ div >
283
188
</ div >
284
-
285
189
</ section >
286
-
287
190
</ div >
288
-
289
-
290
- < script type ="text/javascript ">
191
+ < script >
291
192
jQuery ( function ( ) {
292
193
SphinxRtdTheme . Navigation . enable ( true ) ;
293
194
} ) ;
294
- </ script >
295
-
296
-
297
-
298
-
299
-
195
+ </ script >
300
196
301
197
</ body >
302
198
</ html >
0 commit comments