Skip to content

Commit ddefd31

Browse files
committed
deploy: 02efa73
1 parent d538cb3 commit ddefd31

15 files changed

+158
-113
lines changed

README.html

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
1818
</script>
19-
<!--
20-
this give us a css class that will be invisible only if js is disabled
19+
<!--
20+
this give us a css class that will be invisible only if js is disabled
2121
-->
2222
<noscript>
2323
<style>
@@ -27,18 +27,18 @@
2727
</noscript>
2828

2929
<!-- Loaded before other Sphinx assets -->
30-
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
31-
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
30+
<link href="_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
31+
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
3434
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" />
3535
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
3636

3737
<!-- So that users can add custom icons -->
38-
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
38+
<script src="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>
3939
<!-- Pre-loaded scripts that we'll load fully later -->
40-
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
41-
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
40+
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
41+
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4242

4343
<script src="_static/documentation_options.js?v=f9c1cefe"></script>
4444
<script src="_static/doctools.js?v=9a2dae69"></script>
@@ -164,9 +164,14 @@
164164

165165

166166
<div class="sidebar-primary-items__end sidebar-primary__section">
167+
<div class="sidebar-primary-item">
168+
<div id="ethical-ad-placement"
169+
class="flat"
170+
data-ea-publisher="readthedocs"
171+
data-ea-type="readthedocs-sidebar"
172+
data-ea-manual="true">
173+
</div></div>
167174
</div>
168-
169-
<div id="rtd-footer-container"></div>
170175

171176

172177
</div>
@@ -437,8 +442,8 @@ <h2>Compile the docs<a class="headerlink" href="#compile-the-docs" title="Link t
437442
</div>
438443

439444
<!-- Scripts loaded after <body> so the DOM is not blocked -->
440-
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
441-
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
445+
<script defer src="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
446+
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>
442447

443448
<footer class="bd-footer">
444449
</footer>

_static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ div.sphinxsidebarwrapper {
5555

5656
div.sphinxsidebar {
5757
float: left;
58-
width: 270px;
58+
width: 230px;
5959
margin-left: -100%;
6060
font-size: 90%;
6161
word-wrap: break-word;

_static/scripts/pydata-sphinx-theme.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/scripts/pydata-sphinx-theme.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/styles/pydata-sphinx-theme.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/styles/pydata-sphinx-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/webpack-macros.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55

66
{% macro head_pre_assets() %}
77
<!-- Loaded before other Sphinx assets -->
8-
<link href="{{ pathto('_static/styles/theme.css', 1) }}?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
9-
<link href="{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
8+
<link href="{{ pathto('_static/styles/theme.css', 1) }}?digest=8878045cc6db502f8baf" rel="stylesheet" />
9+
<link href="{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=8878045cc6db502f8baf" rel="stylesheet" />
1010
{% endmacro %}
1111

1212
{% macro head_js_preload() %}
1313
<!-- So that users can add custom icons -->
14-
<script src="{{ pathto('_static/scripts/fontawesome.js', 1) }}?digest=26a4bc78f4c0ddb94549"></script>
14+
<script src="{{ pathto('_static/scripts/fontawesome.js', 1) }}?digest=8878045cc6db502f8baf"></script>
1515
<!-- Pre-loaded scripts that we'll load fully later -->
16-
<link rel="preload" as="script" href="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=26a4bc78f4c0ddb94549" />
17-
<link rel="preload" as="script" href="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=26a4bc78f4c0ddb94549" />
16+
<link rel="preload" as="script" href="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=8878045cc6db502f8baf" />
17+
<link rel="preload" as="script" href="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=8878045cc6db502f8baf" />
1818
{% endmacro %}
1919

2020
{% macro body_post() %}
2121
<!-- Scripts loaded after <body> so the DOM is not blocked -->
22-
<script defer src="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=26a4bc78f4c0ddb94549"></script>
23-
<script defer src="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=26a4bc78f4c0ddb94549"></script>
22+
<script defer src="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=8878045cc6db502f8baf"></script>
23+
<script defer src="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=8878045cc6db502f8baf"></script>
2424
{% endmacro %}

examples/examples.html

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
1818
</script>
19-
<!--
20-
this give us a css class that will be invisible only if js is disabled
19+
<!--
20+
this give us a css class that will be invisible only if js is disabled
2121
-->
2222
<noscript>
2323
<style>
@@ -27,18 +27,18 @@
2727
</noscript>
2828

2929
<!-- Loaded before other Sphinx assets -->
30-
<link href="../_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
31-
<link href="../_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
30+
<link href="../_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
31+
<link href="../_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3434
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=a3416100" />
3535
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
3636

3737
<!-- So that users can add custom icons -->
38-
<script src="../_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
38+
<script src="../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>
3939
<!-- Pre-loaded scripts that we'll load fully later -->
40-
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
41-
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
40+
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
41+
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4242

4343
<script src="../_static/documentation_options.js?v=f9c1cefe"></script>
4444
<script src="../_static/doctools.js?v=9a2dae69"></script>
@@ -164,9 +164,14 @@
164164

165165

166166
<div class="sidebar-primary-items__end sidebar-primary__section">
167+
<div class="sidebar-primary-item">
168+
<div id="ethical-ad-placement"
169+
class="flat"
170+
data-ea-publisher="readthedocs"
171+
data-ea-type="readthedocs-sidebar"
172+
data-ea-manual="true">
173+
</div></div>
167174
</div>
168-
169-
<div id="rtd-footer-container"></div>
170175

171176

172177
</div>
@@ -402,8 +407,8 @@ <h1>Examples<a class="headerlink" href="#examples" title="Link to this heading">
402407
</div>
403408

404409
<!-- Scripts loaded after <body> so the DOM is not blocked -->
405-
<script defer src="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
406-
<script defer src="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
410+
<script defer src="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
411+
<script defer src="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>
407412

408413
<footer class="bd-footer">
409414
</footer>

examples/phonon_example.html

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
1818
</script>
19-
<!--
20-
this give us a css class that will be invisible only if js is disabled
19+
<!--
20+
this give us a css class that will be invisible only if js is disabled
2121
-->
2222
<noscript>
2323
<style>
@@ -27,18 +27,18 @@
2727
</noscript>
2828

2929
<!-- Loaded before other Sphinx assets -->
30-
<link href="../_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
31-
<link href="../_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
30+
<link href="../_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
31+
<link href="../_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3434
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=a3416100" />
3535
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
3636

3737
<!-- So that users can add custom icons -->
38-
<script src="../_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
38+
<script src="../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>
3939
<!-- Pre-loaded scripts that we'll load fully later -->
40-
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
41-
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
40+
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
41+
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4242

4343
<script src="../_static/documentation_options.js?v=f9c1cefe"></script>
4444
<script src="../_static/doctools.js?v=9a2dae69"></script>
@@ -163,9 +163,14 @@
163163

164164

165165
<div class="sidebar-primary-items__end sidebar-primary__section">
166+
<div class="sidebar-primary-item">
167+
<div id="ethical-ad-placement"
168+
class="flat"
169+
data-ea-publisher="readthedocs"
170+
data-ea-type="readthedocs-sidebar"
171+
data-ea-manual="true">
172+
</div></div>
166173
</div>
167-
168-
<div id="rtd-footer-container"></div>
169174

170175

171176
</div>
@@ -480,8 +485,8 @@ <h2><span class="section-number">2.5. </span>Inspect the phonon dispersion<a cla
480485
</div>
481486

482487
<!-- Scripts loaded after <body> so the DOM is not blocked -->
483-
<script defer src="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
484-
<script defer src="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
488+
<script defer src="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
489+
<script defer src="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>
485490

486491
<footer class="bd-footer">
487492
</footer>

examples/relax_example.html

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
1818
</script>
19-
<!--
20-
this give us a css class that will be invisible only if js is disabled
19+
<!--
20+
this give us a css class that will be invisible only if js is disabled
2121
-->
2222
<noscript>
2323
<style>
@@ -27,18 +27,18 @@
2727
</noscript>
2828

2929
<!-- Loaded before other Sphinx assets -->
30-
<link href="../_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
31-
<link href="../_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
30+
<link href="../_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
31+
<link href="../_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3434
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=a3416100" />
3535
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
3636

3737
<!-- So that users can add custom icons -->
38-
<script src="../_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
38+
<script src="../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>
3939
<!-- Pre-loaded scripts that we'll load fully later -->
40-
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
41-
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
40+
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
41+
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4242

4343
<script src="../_static/documentation_options.js?v=f9c1cefe"></script>
4444
<script src="../_static/doctools.js?v=9a2dae69"></script>
@@ -164,9 +164,14 @@
164164

165165

166166
<div class="sidebar-primary-items__end sidebar-primary__section">
167+
<div class="sidebar-primary-item">
168+
<div id="ethical-ad-placement"
169+
class="flat"
170+
data-ea-publisher="readthedocs"
171+
data-ea-type="readthedocs-sidebar"
172+
data-ea-manual="true">
173+
</div></div>
167174
</div>
168-
169-
<div id="rtd-footer-container"></div>
170175

171176

172177
</div>
@@ -464,8 +469,8 @@ <h2><span class="section-number">1.3. </span>Run the relaxation<a class="headerl
464469
</div>
465470

466471
<!-- Scripts loaded after <body> so the DOM is not blocked -->
467-
<script defer src="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
468-
<script defer src="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
472+
<script defer src="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
473+
<script defer src="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>
469474

470475
<footer class="bd-footer">
471476
</footer>

0 commit comments

Comments
 (0)