44< html >
55 < head >
66 < meta charset ="utf-8 " />
7-
8- <!-- Licensed under the Apache 2.0 License -->
9- < link rel ="stylesheet " type ="text/css " href ="../../_static/fonts/open-sans/stylesheet.css " />
10- <!-- Licensed under the SIL Open Font License -->
11- < link rel ="stylesheet " type ="text/css " href ="../../_static/fonts/source-serif-pro/source-serif-pro.css " />
12- < link rel ="stylesheet " type ="text/css " href ="../../_static/css/bootstrap.min.css " />
13- < link rel ="stylesheet " type ="text/css " href ="../../_static/css/bootstrap-theme.min.css " />
14- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
15-
167 < title > clusim.clusimelement — clusim 0.4 documentation</ title >
17- < link rel ="stylesheet " href ="../../_static/guzzle .css " type ="text/css " />
8+ < link rel ="stylesheet " href ="../../_static/nature .css " type ="text/css " />
189 < link rel ="stylesheet " href ="../../_static/pygments.css " type ="text/css " />
1910 < script id ="documentation_options " data-url_root ="../../ " src ="../../_static/documentation_options.js "> </ script >
2011 < script src ="../../_static/jquery.js "> </ script >
2112 < script src ="../../_static/underscore.js "> </ script >
2213 < script src ="../../_static/doctools.js "> </ script >
2314 < script src ="../../_static/language_data.js "> </ script >
2415 < link rel ="index " title ="Index " href ="../../genindex.html " />
25- < link rel ="search " title ="Search " href ="../../search.html " />
26-
27-
28-
16+ < link rel ="search " title ="Search " href ="../../search.html " />
2917 </ head > < body >
3018 < div class ="related " role ="navigation " aria-label ="related navigation ">
3119 < h3 > Navigation</ h3 >
@@ -36,46 +24,15 @@ <h3>Navigation</h3>
3624 < li class ="right " >
3725 < a href ="../../py-modindex.html " title ="Python Module Index "
3826 > modules</ a > |</ li >
39- < li class ="nav-item nav-item-0 "> < a href ="../../y .html "> clusim 0.4 documentation</ a > »</ li >
27+ < li class ="nav-item nav-item-0 "> < a href ="../../clusim .html "> clusim 0.4 documentation</ a > »</ li >
4028 < li class ="nav-item nav-item-1 "> < a href ="../index.html " accesskey ="U "> Module code</ a > »</ li >
4129 </ ul >
42- </ div >
43- < div class ="container-wrapper ">
30+ </ div >
4431
45- < div id ="mobile-toggle ">
46- < a href ="# "> < span class ="glyphicon glyphicon-align-justify " aria-hidden ="true "> </ span > </ a >
47- </ div >
48- < div id ="left-column ">
49- < div class ="sphinxsidebar ">
50- < div class ="sidebar-block ">
51- < div class ="sidebar-wrapper ">
52- < div id ="main-search ">
53- < form class ="form-inline " action ="../../search.html " method ="GET " role ="form ">
54- < div class ="input-group ">
55- < input name ="q " type ="text " class ="form-control " placeholder ="Search... ">
56- </ div >
57- < input type ="hidden " name ="check_keywords " value ="yes " />
58- < input type ="hidden " name ="area " value ="default " />
59- </ form >
60- </ div >
61- </ div >
62- </ div >
63-
64- </ div >
65- </ div >
66- < div id ="right-column ">
67-
68- < div role ="navigation " aria-label ="breadcrumbs navigation ">
69- < ol class ="breadcrumb ">
70- < li > < a href ="../../y.html "> Docs</ a > </ li >
71-
72- < li > < a href ="../index.html "> Module code</ a > </ li >
73-
74- < li > clusim.clusimelement</ li >
75- </ ol >
76- </ div >
77-
78- < div class ="document clearer body ">
32+ < div class ="document ">
33+ < div class ="documentwrapper ">
34+ < div class ="bodywrapper ">
35+ < div class ="body " role ="main ">
7936
8037 < h1 > Source code for clusim.clusimelement</ h1 > < div class ="highlight "> < pre >
8138< span > </ span > < span class ="c1 "> # -*- coding: utf-8 -*-</ span >
@@ -573,9 +530,23 @@ <h1>Source code for clusim.clusimelement</h1><div class="highlight"><pre>
573530</ pre > </ div >
574531
575532 </ div >
576-
577533 </ div >
578- < div class ="clearfix "> </ div >
534+ </ div >
535+ < div class ="sphinxsidebar " role ="navigation " aria-label ="main navigation ">
536+ < div class ="sphinxsidebarwrapper ">
537+ < div id ="searchbox " style ="display: none " role ="search ">
538+ < h3 id ="searchlabel "> Quick search</ h3 >
539+ < div class ="searchformwrapper ">
540+ < form class ="search " action ="../../search.html " method ="get ">
541+ < input type ="text " name ="q " aria-labelledby ="searchlabel " />
542+ < input type ="submit " value ="Go " />
543+ </ form >
544+ </ div >
545+ </ div >
546+ < script > $ ( '#searchbox' ) . show ( 0 ) ; </ script >
547+ </ div >
548+ </ div >
549+ < div class ="clearer "> </ div >
579550 </ div >
580551 < div class ="related " role ="navigation " aria-label ="related navigation ">
581552 < h3 > Navigation</ h3 >
@@ -586,18 +557,13 @@ <h3>Navigation</h3>
586557 < li class ="right " >
587558 < a href ="../../py-modindex.html " title ="Python Module Index "
588559 > modules</ a > |</ li >
589- < li class ="nav-item nav-item-0 "> < a href ="../../y .html "> clusim 0.4 documentation</ a > »</ li >
560+ < li class ="nav-item nav-item-0 "> < a href ="../../clusim .html "> clusim 0.4 documentation</ a > »</ li >
590561 < li class ="nav-item nav-item-1 "> < a href ="../index.html " > Module code</ a > »</ li >
591562 </ ul >
592563 </ div >
593- < script type ="text/javascript ">
594- $ ( "#mobile-toggle a" ) . click ( function ( ) {
595- $ ( "#left-column" ) . toggle ( ) ;
596- } ) ;
597- </ script >
598- < script type ="text/javascript " src ="../../_static/js/bootstrap.js "> </ script >
599- < div class ="footer ">
600- © Copyright 2017, Alexander Gates and Yong-Yeol Ahn. Created using < a href ="http://sphinx.pocoo.org/ "> Sphinx</ a > .
601- </ div >
564+ < div class ="footer " role ="contentinfo ">
565+ © Copyright 2017, Alexander Gates and Yong-Yeol Ahn.
566+ Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 3.0.3.
567+ </ div >
602568 </ body >
603569</ html >
0 commit comments