Skip to content

Commit 7800046

Browse files
committed
Update RTD theme and update docs
1 parent eaac4ff commit 7800046

18 files changed

+831
-243
lines changed

attributes.html

Lines changed: 51 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8+
89
<meta name="viewport" content="width=device-width, initial-scale=1.0">
910

1011
<title>&lt;no title&gt; &mdash; cclib 1.3.1 documentation</title>
@@ -14,7 +15,6 @@
1415

1516

1617

17-
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
1818

1919

2020

@@ -28,10 +28,12 @@
2828

2929

3030

31+
32+
3133
<link rel="top" title="cclib 1.3.1 documentation" href="index.html"/>
3234

3335

34-
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
36+
<script src="_static/js/modernizr.min.js"></script>
3537

3638
</head>
3739

@@ -43,21 +45,31 @@
4345
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
4446
<div class="wy-side-nav-search">
4547

46-
<a href="contents.html" class="fa fa-home"> cclib</a>
48+
49+
50+
<a href="contents.html" class="icon icon-home"> cclib
51+
52+
53+
54+
</a>
55+
4756

48-
<div role="search">
49-
<form id ="rtd-search-form" class="wy-form" action="search.html" method="get">
57+
<div role="search">
58+
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
5059
<input type="text" name="q" placeholder="Search docs" />
5160
<input type="hidden" name="check_keywords" value="yes" />
5261
<input type="hidden" name="area" value="default" />
5362
</form>
5463
</div>
64+
65+
5566
</div>
5667

5768
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
5869

59-
60-
<ul>
70+
71+
72+
<ul>
6173
<li class="toctree-l1"><a class="reference internal" href="index.html">Overview</a><ul>
6274
<li class="toctree-l2"><a class="reference internal" href="index.html#summary">Summary</a></li>
6375
<li class="toctree-l2"><a class="reference internal" href="index.html#how-to-use-cclib">How to use cclib</a></li>
@@ -116,19 +128,40 @@
116128
</ul>
117129
</li>
118130
<li class="toctree-l1"><a class="reference internal" href="methods.html">Calculation methods</a><ul>
119-
<li class="toctree-l2"><a class="reference internal" href="methods.html#c-squared-population-analysis-cspa">C squared population analysis (CSPA)</a></li>
120-
<li class="toctree-l2"><a class="reference internal" href="methods.html#mulliken-population-analysis-mpa">Mulliken population analysis (MPA)</a></li>
131+
<li class="toctree-l2"><a class="reference internal" href="methods.html#c-squared-population-analysis-cspa">C squared population analysis (CSPA)</a><ul>
132+
<li class="toctree-l3"><a class="reference internal" href="methods.html#custom-fragments">Custom fragments</a></li>
133+
<li class="toctree-l3"><a class="reference internal" href="methods.html#custom-progress">Custom progress</a></li>
134+
</ul>
135+
</li>
136+
<li class="toctree-l2"><a class="reference internal" href="methods.html#mulliken-population-analysis-mpa">Mulliken population analysis (MPA)</a><ul>
137+
<li class="toctree-l3"><a class="reference internal" href="methods.html#id1">Custom fragments</a></li>
138+
<li class="toctree-l3"><a class="reference internal" href="methods.html#id2">Custom progress</a></li>
139+
</ul>
140+
</li>
121141
<li class="toctree-l2"><a class="reference internal" href="methods.html#lowdin-population-analysis">Löwdin Population Analysis</a></li>
122142
<li class="toctree-l2"><a class="reference internal" href="methods.html#overlap-population-analysis">Overlap Population Analysis</a></li>
123143
<li class="toctree-l2"><a class="reference internal" href="methods.html#density-matrix-calculation">Density Matrix calculation</a></li>
124144
<li class="toctree-l2"><a class="reference internal" href="methods.html#mayer-s-bond-orders">Mayer&#8217;s Bond Orders</a></li>
125-
<li class="toctree-l2"><a class="reference internal" href="methods.html#charge-decomposition-analysis">Charge Decomposition Analysis</a></li>
145+
<li class="toctree-l2"><a class="reference internal" href="methods.html#charge-decomposition-analysis">Charge Decomposition Analysis</a><ul>
146+
<li class="toctree-l3"><a class="reference internal" href="methods.html#notes">Notes</a></li>
147+
</ul>
148+
</li>
126149
<li class="toctree-l2"><a class="reference internal" href="methods.html#electron-density-calculation">Electron Density Calculation</a></li>
127150
</ul>
128151
</li>
129152
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a><ul>
130-
<li class="toctree-l2"><a class="reference internal" href="development.html#basic-instructions">Basic instructions</a></li>
131-
<li class="toctree-l2"><a class="reference internal" href="development.html#testing">Testing</a></li>
153+
<li class="toctree-l2"><a class="reference internal" href="development.html#basic-instructions">Basic instructions</a><ul>
154+
<li class="toctree-l3"><a class="reference internal" href="development.html#cloning-cclib-from-github">Cloning cclib from GitHub</a></li>
155+
<li class="toctree-l3"><a class="reference internal" href="development.html#guidelines">Guidelines</a></li>
156+
<li class="toctree-l3"><a class="reference internal" href="development.html#releasing-a-new-version">Releasing a new version</a></li>
157+
</ul>
158+
</li>
159+
<li class="toctree-l2"><a class="reference internal" href="development.html#testing">Testing</a><ul>
160+
<li class="toctree-l3"><a class="reference internal" href="development.html#unit-tests">Unit tests</a></li>
161+
<li class="toctree-l3"><a class="reference internal" href="development.html#regression-tests">Regression tests</a></li>
162+
<li class="toctree-l3"><a class="reference internal" href="development.html#doctests">Doctests</a></li>
163+
</ul>
164+
</li>
132165
<li class="toctree-l2"><a class="reference internal" href="development.html#websites-related-to-cclib">Websites related to cclib</a></li>
133166
<li class="toctree-l2"><a class="reference internal" href="development.html#developers">Developers</a></li>
134167
</ul>
@@ -156,6 +189,7 @@
156189
</li>
157190
</ul>
158191

192+
159193

160194
</div>
161195
&nbsp;
@@ -180,7 +214,9 @@
180214
<li>&lt;no title&gt;</li>
181215
<li class="wy-breadcrumbs-aside">
182216

183-
<a href="https://github.com/cclib/cclib.github.io/blob/master/sphinx/attributes.rst" class="fa fa-github"> Edit on GitHub</a>
217+
218+
<a href="https://github.com/cclib/cclib.github.io/blob/master/sphinx/attributes.rst" class="fa fa-github"> Edit on GitHub</a>
219+
184220

185221
</li>
186222
</ul>
@@ -495,9 +531,10 @@
495531
&copy; Copyright 2014, cclib Development Team.
496532
</p>
497533
</div>
534+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
498535

499-
<a href="https://github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>
500536
</footer>
537+
501538
</div>
502539
</div>
503540

attributes_dev.html

Lines changed: 51 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8+
89
<meta name="viewport" content="width=device-width, initial-scale=1.0">
910

1011
<title>&lt;no title&gt; &mdash; cclib 1.3.1 documentation</title>
@@ -14,7 +15,6 @@
1415

1516

1617

17-
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
1818

1919

2020

@@ -28,10 +28,12 @@
2828

2929

3030

31+
32+
3133
<link rel="top" title="cclib 1.3.1 documentation" href="index.html"/>
3234

3335

34-
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
36+
<script src="_static/js/modernizr.min.js"></script>
3537

3638
</head>
3739

@@ -43,21 +45,31 @@
4345
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
4446
<div class="wy-side-nav-search">
4547

46-
<a href="contents.html" class="fa fa-home"> cclib</a>
48+
49+
50+
<a href="contents.html" class="icon icon-home"> cclib
51+
52+
53+
54+
</a>
55+
4756

48-
<div role="search">
49-
<form id ="rtd-search-form" class="wy-form" action="search.html" method="get">
57+
<div role="search">
58+
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
5059
<input type="text" name="q" placeholder="Search docs" />
5160
<input type="hidden" name="check_keywords" value="yes" />
5261
<input type="hidden" name="area" value="default" />
5362
</form>
5463
</div>
64+
65+
5566
</div>
5667

5768
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
5869

59-
60-
<ul>
70+
71+
72+
<ul>
6173
<li class="toctree-l1"><a class="reference internal" href="index.html">Overview</a><ul>
6274
<li class="toctree-l2"><a class="reference internal" href="index.html#summary">Summary</a></li>
6375
<li class="toctree-l2"><a class="reference internal" href="index.html#how-to-use-cclib">How to use cclib</a></li>
@@ -116,19 +128,40 @@
116128
</ul>
117129
</li>
118130
<li class="toctree-l1"><a class="reference internal" href="methods.html">Calculation methods</a><ul>
119-
<li class="toctree-l2"><a class="reference internal" href="methods.html#c-squared-population-analysis-cspa">C squared population analysis (CSPA)</a></li>
120-
<li class="toctree-l2"><a class="reference internal" href="methods.html#mulliken-population-analysis-mpa">Mulliken population analysis (MPA)</a></li>
131+
<li class="toctree-l2"><a class="reference internal" href="methods.html#c-squared-population-analysis-cspa">C squared population analysis (CSPA)</a><ul>
132+
<li class="toctree-l3"><a class="reference internal" href="methods.html#custom-fragments">Custom fragments</a></li>
133+
<li class="toctree-l3"><a class="reference internal" href="methods.html#custom-progress">Custom progress</a></li>
134+
</ul>
135+
</li>
136+
<li class="toctree-l2"><a class="reference internal" href="methods.html#mulliken-population-analysis-mpa">Mulliken population analysis (MPA)</a><ul>
137+
<li class="toctree-l3"><a class="reference internal" href="methods.html#id1">Custom fragments</a></li>
138+
<li class="toctree-l3"><a class="reference internal" href="methods.html#id2">Custom progress</a></li>
139+
</ul>
140+
</li>
121141
<li class="toctree-l2"><a class="reference internal" href="methods.html#lowdin-population-analysis">Löwdin Population Analysis</a></li>
122142
<li class="toctree-l2"><a class="reference internal" href="methods.html#overlap-population-analysis">Overlap Population Analysis</a></li>
123143
<li class="toctree-l2"><a class="reference internal" href="methods.html#density-matrix-calculation">Density Matrix calculation</a></li>
124144
<li class="toctree-l2"><a class="reference internal" href="methods.html#mayer-s-bond-orders">Mayer&#8217;s Bond Orders</a></li>
125-
<li class="toctree-l2"><a class="reference internal" href="methods.html#charge-decomposition-analysis">Charge Decomposition Analysis</a></li>
145+
<li class="toctree-l2"><a class="reference internal" href="methods.html#charge-decomposition-analysis">Charge Decomposition Analysis</a><ul>
146+
<li class="toctree-l3"><a class="reference internal" href="methods.html#notes">Notes</a></li>
147+
</ul>
148+
</li>
126149
<li class="toctree-l2"><a class="reference internal" href="methods.html#electron-density-calculation">Electron Density Calculation</a></li>
127150
</ul>
128151
</li>
129152
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a><ul>
130-
<li class="toctree-l2"><a class="reference internal" href="development.html#basic-instructions">Basic instructions</a></li>
131-
<li class="toctree-l2"><a class="reference internal" href="development.html#testing">Testing</a></li>
153+
<li class="toctree-l2"><a class="reference internal" href="development.html#basic-instructions">Basic instructions</a><ul>
154+
<li class="toctree-l3"><a class="reference internal" href="development.html#cloning-cclib-from-github">Cloning cclib from GitHub</a></li>
155+
<li class="toctree-l3"><a class="reference internal" href="development.html#guidelines">Guidelines</a></li>
156+
<li class="toctree-l3"><a class="reference internal" href="development.html#releasing-a-new-version">Releasing a new version</a></li>
157+
</ul>
158+
</li>
159+
<li class="toctree-l2"><a class="reference internal" href="development.html#testing">Testing</a><ul>
160+
<li class="toctree-l3"><a class="reference internal" href="development.html#unit-tests">Unit tests</a></li>
161+
<li class="toctree-l3"><a class="reference internal" href="development.html#regression-tests">Regression tests</a></li>
162+
<li class="toctree-l3"><a class="reference internal" href="development.html#doctests">Doctests</a></li>
163+
</ul>
164+
</li>
132165
<li class="toctree-l2"><a class="reference internal" href="development.html#websites-related-to-cclib">Websites related to cclib</a></li>
133166
<li class="toctree-l2"><a class="reference internal" href="development.html#developers">Developers</a></li>
134167
</ul>
@@ -156,6 +189,7 @@
156189
</li>
157190
</ul>
158191

192+
159193

160194
</div>
161195
&nbsp;
@@ -180,7 +214,9 @@
180214
<li>&lt;no title&gt;</li>
181215
<li class="wy-breadcrumbs-aside">
182216

183-
<a href="https://github.com/cclib/cclib.github.io/blob/master/sphinx/attributes_dev.rst" class="fa fa-github"> Edit on GitHub</a>
217+
218+
<a href="https://github.com/cclib/cclib.github.io/blob/master/sphinx/attributes_dev.rst" class="fa fa-github"> Edit on GitHub</a>
219+
184220

185221
</li>
186222
</ul>
@@ -495,9 +531,10 @@
495531
&copy; Copyright 2014, cclib Development Team.
496532
</p>
497533
</div>
534+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
498535

499-
<a href="https://github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>
500536
</footer>
537+
501538
</div>
502539
</div>
503540

0 commit comments

Comments
 (0)