Skip to content

Commit d5b83ed

Browse files
Update docs
1 parent 95741d6 commit d5b83ed

File tree

156 files changed

+13498
-1477
lines changed

Some content is hidden

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

156 files changed

+13498
-1477
lines changed

Diff for: docs/_images/examples_Heart_Failure_13_0.png

45.5 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_14_0.png

52.5 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_17_0.png

40.7 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_18_0.png

49.7 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_21_0.png

32.1 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_22_0.png

49.6 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_25_0.png

22.6 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_26_0.png

51 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_29_1.png

18.8 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_30_0.png

58 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_33_0.png

35.7 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_34_0.png

55.4 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_37_0.png

32.7 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_38_0.png

49.4 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_41_0.png

38.8 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_42_0.png

52 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_45_0.png

22.6 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_46_0.png

49.3 KB
Loading

Diff for: docs/_images/examples_Heart_Failure_6_0.png

21.3 KB
Loading

Diff for: docs/_static/_sphinx_javascript_frameworks_compat.js

-134
This file was deleted.

Diff for: docs/_static/basic.css

+8-30
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ table.modindextable td {
222222
/* -- general body styles --------------------------------------------------- */
223223

224224
div.body {
225-
min-width: 360px;
225+
min-width: 450px;
226226
max-width: 800px;
227227
}
228228

@@ -236,6 +236,7 @@ div.body p, div.body dd, div.body li, div.body blockquote {
236236
a.headerlink {
237237
visibility: hidden;
238238
}
239+
239240
a.brackets:before,
240241
span.brackets > a:before{
241242
content: "[";
@@ -246,7 +247,6 @@ span.brackets > a:after {
246247
content: "]";
247248
}
248249

249-
250250
h1:hover > a.headerlink,
251251
h2:hover > a.headerlink,
252252
h3:hover > a.headerlink,
@@ -334,11 +334,13 @@ aside.sidebar {
334334
p.sidebar-title {
335335
font-weight: bold;
336336
}
337+
337338
div.admonition, div.topic, blockquote {
338339
clear: left;
339340
}
340341

341342
/* -- topics ---------------------------------------------------------------- */
343+
342344
div.topic {
343345
border: 1px solid #ccc;
344346
padding: 7px;
@@ -426,6 +428,10 @@ table.docutils td, table.docutils th {
426428
border-bottom: 1px solid #aaa;
427429
}
428430

431+
table.footnote td, table.footnote th {
432+
border: 0 !important;
433+
}
434+
429435
th {
430436
text-align: left;
431437
padding-right: 5px;
@@ -609,7 +615,6 @@ ul.simple p {
609615
margin-bottom: 0;
610616
}
611617

612-
/* Docutils 0.17 and older (footnotes & citations) */
613618
dl.footnote > dt,
614619
dl.citation > dt {
615620
float: left;
@@ -627,33 +632,6 @@ dl.citation > dd:after {
627632
clear: both;
628633
}
629634

630-
/* Docutils 0.18+ (footnotes & citations) */
631-
aside.footnote > span,
632-
div.citation > span {
633-
float: left;
634-
}
635-
aside.footnote > span:last-of-type,
636-
div.citation > span:last-of-type {
637-
padding-right: 0.5em;
638-
}
639-
aside.footnote > p {
640-
margin-left: 2em;
641-
}
642-
div.citation > p {
643-
margin-left: 4em;
644-
}
645-
aside.footnote > p:last-of-type,
646-
div.citation > p:last-of-type {
647-
margin-bottom: 0em;
648-
}
649-
aside.footnote > p:last-of-type:after,
650-
div.citation > p:last-of-type:after {
651-
content: "";
652-
clear: both;
653-
}
654-
655-
/* Footnotes & citations ends */
656-
657635
dl.field-list {
658636
display: grid;
659637
grid-template-columns: fit-content(30%) auto;

0 commit comments

Comments
 (0)