Skip to content

Commit

Permalink
deploy: 499a846
Browse files Browse the repository at this point in the history
  • Loading branch information
aornugent committed Mar 11, 2023
1 parent 2574aa6 commit 120a693
Show file tree
Hide file tree
Showing 199 changed files with 12,532 additions and 36,929 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 2438e64bf1805f6075442689aca6987b
config: b7074a3cd4ced27434f5f1d6581f60d7
tags: 645f666f9bcd5a90fca523b33c5a78b7
830 changes: 360 additions & 470 deletions Appendices.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter1/index.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter1/section_one.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter1/section_two.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter2/index.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter2/section_one.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter2/section_three.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter2/section_two.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter3/index.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter3/section_one.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter3/section_three.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter3/section_two.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter4/index.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter4/section_one.html

Large diffs are not rendered by default.

748 changes: 340 additions & 408 deletions Chapter5/index.html

Large diffs are not rendered by default.

778 changes: 348 additions & 430 deletions Chapter5/section_four.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter5/section_one.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter5/section_three.html

Large diffs are not rendered by default.

748 changes: 340 additions & 408 deletions Chapter5/section_two.html

Large diffs are not rendered by default.

703 changes: 324 additions & 379 deletions Chapter5/section_two_a.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter5/section_two_b.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter5/section_two_c.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter5/section_two_d.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter6/index.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter6/section_one.html

Large diffs are not rendered by default.

748 changes: 340 additions & 408 deletions Chapter6/section_three.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Chapter6/section_two.html

Large diffs are not rendered by default.

695 changes: 320 additions & 375 deletions Conclusion.html

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
55 changes: 26 additions & 29 deletions _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -222,7 +222,7 @@ table.modindextable td {
/* -- general body styles --------------------------------------------------- */

div.body {
min-width: 450px;
min-width: 360px;
max-width: 800px;
}

Expand All @@ -237,16 +237,6 @@ a.headerlink {
visibility: hidden;
}

a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -335,12 +325,16 @@ p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -379,13 +373,17 @@ div.body p.centered {

div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -428,10 +426,6 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa;
}

table.footnote td, table.footnote th {
border: 0 !important;
}

th {
text-align: left;
padding-right: 5px;
Expand Down Expand Up @@ -615,19 +609,26 @@ ul.simple p {
margin-bottom: 0;
}

dl.footnote > dt,
dl.citation > dt {
aside.footnote > span,
div.citation > span {
float: left;
margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
aside.footnote > span:last-of-type,
div.citation > span:last-of-type {
padding-right: 0.5em;
}
aside.footnote > p {
margin-left: 2em;
}
div.citation > p {
margin-left: 4em;
}
aside.footnote > p:last-of-type,
div.citation > p:last-of-type {
margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
aside.footnote > p:last-of-type:after,
div.citation > p:last-of-type:after {
content: "";
clear: both;
}
Expand All @@ -644,10 +645,6 @@ dl.field-list > dt {
padding-right: 5px;
}

dl.field-list > dt:after {
content: ":";
}

dl.field-list > dd {
padding-left: 0.5em;
margin-top: 0em;
Expand Down
Loading

0 comments on commit 120a693

Please sign in to comment.