-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
244 lines (219 loc) · 9.99 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PyNE - The Nuclear Engineering Toolkit — PyNE 0.7.1</title>
<link rel="stylesheet" href="_static/pyne.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="_static/jquery.cookie.js"></script>
<script src="_static/cloud.base.js"></script>
<script src="_static/cloud.js"></script>
<link rel="shortcut icon" href="_static/pyne_icon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"><script type="text/javascript">
var ga_enabled = !$.cookie('disable-ga');
if(ga_enabled){
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37452818-1']);
_gaq.push(['_setCookiePath', '/']);
_gaq.push(['_setDetectFlash', false]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
}
</script>
</head><body>
<div class="relbar-top">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> </li>
<li><a href="#">PyNE</a> »</li>
<li class="nav-item nav-item-this"><a href="">PyNE - The Nuclear Engineering Toolkit</a></li>
</ul>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="pyne-the-nuclear-engineering-toolkit">
<h1>PyNE - The Nuclear Engineering Toolkit<a class="headerlink" href="#pyne-the-nuclear-engineering-toolkit" title="Permalink to this headline">¶</a></h1>
<div style="text-align:center;"><div class="frontpage-images docutils container">
<a class="reference external image-reference" href="examples/data_sources.html"><img alt="_images/data_sources_thumb.png" src="_images/data_sources_thumb.png" style="width: 25%;" /></a>
<a class="reference external image-reference" href="examples/fng_model.html"><img alt="_images/fng_model_thumb.png" src="_images/fng_model_thumb.png" style="width: 30%;" /></a>
<a class="reference external image-reference" href="examples/ace.html"><img alt="_images/ace_thumb.png" src="_images/ace_thumb.png" style="width: 25%;" /></a>
</div>
</div><p>PyNE is a suite of tools to aid in
computational nuclear science & engineering. PyNE seeks to provide
native implementations of common nuclear algorithms, as well as Python
bindings and I/O support for other industry standard nuclear codes.</p>
<script language="javascript">
function pyneToggle(title, showHideDiv, switchTextDiv) {
var ele = document.getElementById(showHideDiv);
var text = document.getElementById(switchTextDiv);
if(ele.style.display == "block") {
ele.style.display = "none";
text.innerHTML = title + " [+]";
}
else {
ele.style.display = "block";
text.innerHTML = title + " [-]";
}
}
</script>
<div id="pynemenuheader">
<a id="startHeader"
href="javascript:pyneToggle('Getting Started', 'startContent', 'startHeader');">
Getting Started [+]</a>
</div>
<div style="clear:both;"></div>
<div id="pynemenucontent">
<div id="startContent" style="display:none;">
<ul>
<li><a href="install/index.html">Install</a></li>
<li><a href="tutorial/index.html">Tutorial</a></li>
<li><a href="examples/index.html">Examples</a></li>
</ul>
</div>
</div>
<br />
<div id="pynemenuheader">
<a id="usingHeader"
href="javascript:pyneToggle('Using PyNE', 'usingContent', 'usingHeader');">
Using PyNE [+]</a>
</div>
<div style="clear:both;"></div>
<div id="pynemenucontent">
<div id="usingContent" style="display:none;">
<ul>
<li><a href="usersguide/index.html">User's Guide</a></li>
<li><a href="pyapi/index.html">Python API Documentation</a></li>
<li><a href="cppapi/index.html">C++ API Documentation</a></li>
<li><a href="mailto:[email protected]?subject=Subscribe&body=Send this message to subscribe to the list">Join</a> the <a href="https://groups.google.com/forum/#!forum/pyne-users" target="_blank"> Users</a> mailing list.
<li><a href="https://github.com/pyne/pyne/issues">Report an Issue</a></li>
</ul>
</div>
</div>
<br />
<div id="pynemenuheader">
<a id="contributeHeader"
href="javascript:pyneToggle('Contribute', 'contributeContent', 'contributeHeader');">
Contribute [+]</a>
</div>
<div style="clear:both;"></div>
<div id="pynemenucontent">
<div id="contributeContent" style="display:none;">
<ul>
<li><a href="devsguide/index.html">Developer's Guide</a></li>
<li><a href="http://github.com/pyne/pyne">Source Code</a></li>
<li><a href="mailto:[email protected]?subject=Subscribe&body=Send this message to subscribe to the list">Join</a> the
<a href="https://groups.google.com/forum/#!forum/pyne-users" target="_blank">Developers</a> mailing list.
<li><a href="dev_team.html">The PyNE Team</a></li>
</ul>
</div>
</div>
<br />
<div id="pynemenuheader">
<a id="learnHeader"
href="javascript:pyneToggle('Learn More', 'learnContent', 'learnHeader');">
Learn More [+]</a>
</div>
<div style="clear:both;"></div>
<div id="pynemenucontent">
<div id="learnContent" style="display:none;">
<ul>
<li><a href="theorymanual/index.html">Theory Manual</a></li>
<li><a href="pubs.html">Publications</a></li>
<li><a href="previous/index.html">Release Notes</a></li>
<li><a href="gsoc/index.html">Project Ideas</a></li>
</ul>
</div>
</div></div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="#" title="index">
<img class="logo" src="_static/pyne_icon_small.png" alt="Logo"/>
</a></p>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="sidebar-toggle-group no-js">
<button class="sidebar-toggle" id="sidebar-hide" title="Hide the sidebar menu">
«
<span class="show-for-small">hide menu</span>
</button>
<button class="sidebar-toggle" id="sidebar-show" title="Show the sidebar menu">
<span class="show-for-small">menu</span>
<span class="hide-for-small">sidebar</span>
»
</button>
</div>
<div class="clearer"></div>
</div>
<div class="relbar-bottom">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> </li>
<li><a href="#">PyNE</a> »</li>
<li class="nav-item nav-item-this"><a href="">PyNE - The Nuclear Engineering Toolkit</a></li>
</ul>
</div>
</div>
<div class="footer">
<div style="background-color:rgba(255,255,255,0.5);display:inline-block;border-radius:10px;padding:6px;">
<div class="footer" role="contentinfo">
© Copyright 2011-2019, The PyNE Development Team.
Last updated on Oct 15, 2020.
</div><script type="text/javascript">
if(ga_enabled){
document.write("<div class=\"footer\">This page uses <a href=\"http://analytics.google.com\">Google Analytics</a> to collect statistics. ");
document.write("Click <button title=\"set cookie to disable analytics for this site\" class=\"link\" onclick=\"$.cookie('disable-ga', 'true', {expires: 3650, path: '/'}); window.location.reload(); return false; \">here</button> to disable analytics for this site.");
document.write("</div>");
}else{
document.write("<div class=\"footer\">Google Analytics has been disabled. ");
document.write("Click <button title=\"set cookie to re-enable analytics for this site\" class=\"link\" onclick=\"$.cookie('disable-ga', null, {path: '/'}); window.location.reload(); return false; \">here</button> to re-enable analytics for this site.");
};
</script>
<!-- cloud_sptheme 1.4 -->
</div>
</div>
</body>
</html>