1-
21<!DOCTYPE html>
32
4- < html xmlns =" http://www.w3.org/1999/xhtml " lang =" en ">
3+ < html lang =" en " data-content_root =" ../ ">
54 < head >
65 < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > Overview: module code — Magic 6.3 documentation</ title >
8- < link rel ="stylesheet " href ="../_static/magic .css " type =" text/css " />
9- < link rel ="stylesheet " href ="../_static/pygments .css " type =" text/css " />
8+ < link rel ="stylesheet " type =" text/css " href ="../_static/pygments .css?v=fa44fd50 " />
9+ < link rel ="stylesheet " type =" text/css " href ="../_static/magic .css?v=a97dc138 " />
1010
11- < script type ="text/javascript " id ="documentation_options " data-url_root ="../ " src ="../_static/documentation_options.js "> </ script >
12- < script type ="text/javascript " src ="../_static/jquery.js "> </ script >
13- < script type ="text/javascript " src ="../_static/underscore.js "> </ script >
14- < script type ="text/javascript " src ="../_static/doctools.js "> </ script >
15- < script type ="text/javascript " src ="../_static/language_data.js "> </ script >
16- < script async ="async " type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML "> </ script >
11+ < script src ="../_static/documentation_options.js?v=4b074805 "> </ script >
12+ < script src ="../_static/doctools.js?v=9bcbadda "> </ script >
13+ < script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
1714
1815 < link rel ="search " type ="application/opensearchdescription+xml "
1916 title ="Search within Magic 6.3 documentation "
2017 href ="../_static/opensearch.xml "/>
21- < link rel ="shortcut icon " href ="../_static/favicon.ico "/>
18+ < link rel ="icon " href ="../_static/favicon.ico "/>
2219 < link rel ="index " title ="Index " href ="../genindex.html " />
2320 < link rel ="search " title ="Search " href ="../search.html " />
2421 < link href ='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700 '
7673 </ div >
7774</ div >
7875
79- < div class ="related " role ="navigation " aria-label ="related navigation ">
76+ < div class ="related " role ="navigation " aria-label ="Related ">
8077 < h3 > Navigation</ h3 >
8178 < ul >
8279 < li class ="right " style ="margin-right: 10px ">
@@ -88,7 +85,8 @@ <h3>Navigation</h3>
8885 < li class ="right " >
8986 < a href ="../py-modindex.html " title ="Python Module Index "
9087 > modules</ a > |</ li >
91- < li class ="nav-item nav-item-0 "> < a href ="../contents.html "> Magic 6.3 documentation</ a > »</ li >
88+ < li class ="nav-item nav-item-0 "> < a href ="../contents.html "> Magic 6.3 documentation</ a > »</ li >
89+ < li class ="nav-item nav-item-this "> < a href =""> Overview: module code</ a > </ li >
9290 </ ul >
9391 </ div >
9492
@@ -108,13 +106,11 @@ <h1>All modules for which code is available</h1>
108106< li > < a href ="magic/compSims.html "> magic.compSims</ a > </ li >
109107< li > < a href ="magic/cyl.html "> magic.cyl</ a > </ li >
110108< li > < a href ="magic/graph.html "> magic.graph</ a > </ li >
111- < li > < a href ="magic/graph2vtk.html "> magic.graph2vtk</ a > </ li >
112109< li > < a href ="magic/libmagic.html "> magic.libmagic</ a > </ li >
113110< li > < a href ="magic/log.html "> magic.log</ a > </ li >
114111< li > < a href ="magic/movie.html "> magic.movie</ a > </ li >
115112< li > < a href ="magic/plotlib.html "> magic.plotlib</ a > </ li >
116113< li > < a href ="magic/potExtra.html "> magic.potExtra</ a > </ li >
117- < li > < a href ="magic/potential.html "> magic.potential</ a > </ li >
118114< li > < a href ="magic/radial.html "> magic.radial</ a > </ li >
119115< li > < a href ="magic/radialSpectra.html "> magic.radialSpectra</ a > </ li >
120116< li > < a href ="magic/series.html "> magic.series</ a > </ li >
@@ -124,26 +120,27 @@ <h1>All modules for which code is available</h1>
124120< li > < a href ="magic/thHeat.html "> magic.thHeat</ a > </ li >
125121</ ul >
126122
123+ < div class ="clearer "> </ div >
127124 </ div >
128125 </ div >
129126 </ div >
130- < div class ="sphinxsidebar " role ="navigation " aria-label ="main navigation ">
127+ < div class ="sphinxsidebar " role ="navigation " aria-label ="Main ">
131128 < div class ="sphinxsidebarwrapper ">
132- < div id ="searchbox " style ="display: none " role ="search ">
129+ < search id ="searchbox " style ="display: none " role ="search ">
133130 < h3 id ="searchlabel "> Quick search</ h3 >
134131 < div class ="searchformwrapper ">
135132 < form class ="search " action ="../search.html " method ="get ">
136- < input type ="text " name ="q " aria-labelledby ="searchlabel " />
133+ < input type ="text " name ="q " aria-labelledby ="searchlabel " autocomplete =" off " autocorrect =" off " autocapitalize =" off " spellcheck =" false " />
137134 < input type ="submit " value ="Go " />
138135 </ form >
139136 </ div >
140- </ div >
141- < script type =" text/javascript " > $ ( '# searchbox') . show ( 0 ) ; </ script >
137+ </ search >
138+ < script > document . getElementById ( ' searchbox') . style . display = "block" </ script >
142139 </ div >
143140 </ div >
144141 < div class ="clearer "> </ div >
145142 </ div >
146- < div class ="related " role ="navigation " aria-label ="related navigation ">
143+ < div class ="related " role ="navigation " aria-label ="Related ">
147144 < h3 > Navigation</ h3 >
148145 < ul >
149146 < li class ="right " style ="margin-right: 10px ">
@@ -155,12 +152,13 @@ <h3>Navigation</h3>
155152 < li class ="right " >
156153 < a href ="../py-modindex.html " title ="Python Module Index "
157154 > modules</ a > |</ li >
158- < li class ="nav-item nav-item-0 "> < a href ="../contents.html "> Magic 6.3 documentation</ a > »</ li >
155+ < li class ="nav-item nav-item-0 "> < a href ="../contents.html "> Magic 6.3 documentation</ a > »</ li >
156+ < li class ="nav-item nav-item-this "> < a href =""> Overview: module code</ a > </ li >
159157 </ ul >
160158 </ div >
161159 < div class ="footer " role ="contentinfo ">
162- © Copyright 2023, Thomas Gastine, Johannes Wicht, Ankit Barik, Lùcia Duarte.
163- Created using < a href ="http ://sphinx-doc.org/ "> Sphinx</ a > 2.3.1 .
160+ © Copyright 2023, Thomas Gastine, Johannes Wicht, Ankit Barik, Lùcia Duarte.
161+ Created using < a href ="https ://www. sphinx-doc.org/ "> Sphinx</ a > 8.1.3 .
164162 </ div >
165163 </ body >
166164</ html >
0 commit comments