Skip to content

Commit 13c553b

Browse files
committed
website rebuild
1 parent 2ed27ba commit 13c553b

File tree

88 files changed

+8144
-2253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+8144
-2253
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 233844f1a49d281ab20a60b0b0fb008a
3+
config: 0d9b80b48379ea3a06421c0343ba6860
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/API/builders.html

Lines changed: 39 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,45 @@
11

22

33
<!DOCTYPE html>
4-
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5-
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
4+
<html class="writer-html5" lang="en" >
65
<head>
7-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
87

9-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
109

1110
<title>Creating a circuit &mdash; qucat documentation</title>
1211

1312

1413

14+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
15+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
16+
17+
18+
19+
1520

1621

22+
1723

1824

1925

20-
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
26+
<!--[if lt IE 9]>
27+
<script src="../_static/js/html5shiv.min.js"></script>
28+
<![endif]-->
2129

2230

2331
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
24-
<script type="text/javascript" src="../_static/jquery.js"></script>
25-
<script type="text/javascript" src="../_static/underscore.js"></script>
26-
<script type="text/javascript" src="../_static/doctools.js"></script>
27-
<script type="text/javascript" src="../_static/language_data.js"></script>
28-
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
29-
<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>
32+
<script src="../_static/jquery.js"></script>
33+
<script src="../_static/underscore.js"></script>
34+
<script src="../_static/doctools.js"></script>
35+
<script src="../_static/language_data.js"></script>
36+
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
37+
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
3038
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
3139

3240
<script type="text/javascript" src="../_static/js/theme.js"></script>
3341

3442

35-
36-
37-
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
38-
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
3943
<link rel="author" title="About these documents" href="../about.html" />
4044
<link rel="index" title="Index" href="../genindex.html" />
4145
<link rel="search" title="Search" href="../search.html" />
@@ -77,6 +81,7 @@
7781

7882
</div>
7983

84+
8085
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
8186

8287

@@ -108,6 +113,7 @@
108113

109114

110115
</div>
116+
111117
</div>
112118
</nav>
113119

@@ -142,11 +148,13 @@
142148

143149

144150

151+
152+
145153
<div role="navigation" aria-label="breadcrumbs navigation">
146154

147155
<ul class="wy-breadcrumbs">
148156

149-
<li><a href="../index.html">Docs</a> &raquo;</li>
157+
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
150158

151159
<li><a href="index.html">Index of functions</a> &raquo;</li>
152160

@@ -155,7 +163,7 @@
155163

156164
<li class="wy-breadcrumbs-aside">
157165

158-
166+
159167
<a href="../_sources/API/builders.rst.txt" rel="nofollow"> View page source</a>
160168

161169

@@ -174,13 +182,13 @@
174182
/* CSS overrides for sphinx_rtd_theme */
175183

176184
/* 24px margin */
177-
.nbinput.nblast,
178-
.nboutput.nblast {
185+
.nbinput.nblast.container,
186+
.nboutput.nblast.container {
179187
margin-bottom: 19px; /* padding has already 5px */
180188
}
181189

182190
/* ... except between code cells! */
183-
.nblast + .nbinput {
191+
.nblast.container + .nbinput.container {
184192
margin-top: -19px;
185193
}
186194

@@ -212,29 +220,29 @@ <h1>Creating a circuit<a class="headerlink" href="#creating-a-circuit" title="Pe
212220

213221
</div>
214222
<footer>
215-
216223
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
217-
218-
<a href="gui.html" class="btn btn-neutral float-right" title="Graphical user interface" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
219-
220-
221-
<a href="index.html" class="btn btn-neutral float-left" title="Index of functions" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
222-
224+
<a href="gui.html" class="btn btn-neutral float-right" title="Graphical user interface" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
225+
<a href="index.html" class="btn btn-neutral float-left" title="Index of functions" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
223226
</div>
224-
225227

226228
<hr/>
227229

228230
<div role="contentinfo">
229231
<p>
230-
&copy; Copyright 2019, Mario Gely
232+
&#169; Copyright 2019, Mario Gely.
231233

232234
</p>
233235
</div>
234-
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
236+
237+
238+
239+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
240+
241+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
242+
243+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
235244

236245
</footer>
237-
238246
</div>
239247
</div>
240248

@@ -243,7 +251,6 @@ <h1>Creating a circuit<a class="headerlink" href="#creating-a-circuit" title="Pe
243251
</div>
244252

245253

246-
247254
<script type="text/javascript">
248255
jQuery(function () {
249256
SphinxRtdTheme.Navigation.enable(true);

docs/API/circuit_functions.html

Lines changed: 39 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,45 @@
11

22

33
<!DOCTYPE html>
4-
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5-
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
4+
<html class="writer-html5" lang="en" >
65
<head>
7-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
87

9-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
109

1110
<title>Circuit analysis &mdash; qucat documentation</title>
1211

1312

1413

14+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
15+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
16+
17+
18+
19+
1520

1621

22+
1723

1824

1925

20-
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
26+
<!--[if lt IE 9]>
27+
<script src="../_static/js/html5shiv.min.js"></script>
28+
<![endif]-->
2129

2230

2331
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
24-
<script type="text/javascript" src="../_static/jquery.js"></script>
25-
<script type="text/javascript" src="../_static/underscore.js"></script>
26-
<script type="text/javascript" src="../_static/doctools.js"></script>
27-
<script type="text/javascript" src="../_static/language_data.js"></script>
28-
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
29-
<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>
32+
<script src="../_static/jquery.js"></script>
33+
<script src="../_static/underscore.js"></script>
34+
<script src="../_static/doctools.js"></script>
35+
<script src="../_static/language_data.js"></script>
36+
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
37+
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
3038
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
3139

3240
<script type="text/javascript" src="../_static/js/theme.js"></script>
3341

3442

35-
36-
37-
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
38-
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
3943
<link rel="author" title="About these documents" href="../about.html" />
4044
<link rel="index" title="Index" href="../genindex.html" />
4145
<link rel="search" title="Search" href="../search.html" />
@@ -77,6 +81,7 @@
7781

7882
</div>
7983

84+
8085
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
8186

8287

@@ -114,6 +119,7 @@
114119

115120

116121
</div>
122+
117123
</div>
118124
</nav>
119125

@@ -148,11 +154,13 @@
148154

149155

150156

157+
158+
151159
<div role="navigation" aria-label="breadcrumbs navigation">
152160

153161
<ul class="wy-breadcrumbs">
154162

155-
<li><a href="../index.html">Docs</a> &raquo;</li>
163+
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
156164

157165
<li><a href="index.html">Index of functions</a> &raquo;</li>
158166

@@ -161,7 +169,7 @@
161169

162170
<li class="wy-breadcrumbs-aside">
163171

164-
172+
165173
<a href="../_sources/API/circuit_functions.rst.txt" rel="nofollow"> View page source</a>
166174

167175

@@ -180,13 +188,13 @@
180188
/* CSS overrides for sphinx_rtd_theme */
181189

182190
/* 24px margin */
183-
.nbinput.nblast,
184-
.nboutput.nblast {
191+
.nbinput.nblast.container,
192+
.nboutput.nblast.container {
185193
margin-bottom: 19px; /* padding has already 5px */
186194
}
187195

188196
/* ... except between code cells! */
189-
.nblast + .nbinput {
197+
.nblast.container + .nbinput.container {
190198
margin-top: -19px;
191199
}
192200

@@ -221,29 +229,29 @@
221229

222230
</div>
223231
<footer>
224-
225232
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
226-
227-
<a href="circuit_functions/eigenfrequencies.html" class="btn btn-neutral float-right" title="Calculating eigen-frequencies" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
228-
229-
230-
<a href="network.html" class="btn btn-neutral float-left" title="Building a circuit programmatically" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
231-
233+
<a href="circuit_functions/eigenfrequencies.html" class="btn btn-neutral float-right" title="Calculating eigen-frequencies" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
234+
<a href="network.html" class="btn btn-neutral float-left" title="Building a circuit programmatically" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
232235
</div>
233-
234236

235237
<hr/>
236238

237239
<div role="contentinfo">
238240
<p>
239-
&copy; Copyright 2019, Mario Gely
241+
&#169; Copyright 2019, Mario Gely.
240242

241243
</p>
242244
</div>
243-
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
245+
246+
247+
248+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
249+
250+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
251+
252+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
244253

245254
</footer>
246-
247255
</div>
248256
</div>
249257

@@ -252,7 +260,6 @@
252260
</div>
253261

254262

255-
256263
<script type="text/javascript">
257264
jQuery(function () {
258265
SphinxRtdTheme.Navigation.enable(true);

0 commit comments

Comments
 (0)