From a370bf6dbae452265b6649e758885c31ec7edd36 Mon Sep 17 00:00:00 2001 From: davidcb98 Date: Fri, 24 Nov 2023 12:26:37 +0100 Subject: [PATCH] Update documentation --- _static/basic.css | 22 ++++++++++------------ docs/about_py.html | 19 +++++++++---------- docs/getting_started.html | 2 +- docs/index.html | 2 +- docs/learn_more.html | 2 +- docs/python_by_example.html | 2 +- 6 files changed, 23 insertions(+), 26 deletions(-) diff --git a/_static/basic.css b/_static/basic.css index 9e364ed34..5685b52eb 100644 --- a/_static/basic.css +++ b/_static/basic.css @@ -236,6 +236,16 @@ div.body p, div.body dd, div.body li, div.body blockquote { 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, @@ -324,17 +334,11 @@ aside.sidebar { 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; @@ -373,9 +377,6 @@ 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; @@ -383,9 +384,6 @@ div.admonition > :last-child { div.sidebar::after, aside.sidebar::after, -nav.contents::after, -aside.topic::after, - div.topic::after, div.admonition::after, blockquote::after { diff --git a/docs/about_py.html b/docs/about_py.html index 2ddd75387..6de7c3a37 100644 --- a/docs/about_py.html +++ b/docs/about_py.html @@ -7,7 +7,7 @@ - + About Python — Scientific Python QuickStart @@ -434,15 +434,14 @@

Scientific Programming

Bibliography#

-
-[Gut16] -

John Guttag. Introduction to computation and programming using Python: With application to understanding data. MIT Press, 2016.

-
-
-[Hil16] -

Christian Hill. Learning scientific programming with python. Cambridge University Press, 2016.

-
-
+
+
Gut16
+

John Guttag. Introduction to computation and programming using Python: With application to understanding data. MIT Press, 2016.

+
+
Hil16
+

Christian Hill. Learning scientific programming with python. Cambridge University Press, 2016.

+
+
diff --git a/docs/getting_started.html b/docs/getting_started.html index 5f63154ba..7283e6f77 100644 --- a/docs/getting_started.html +++ b/docs/getting_started.html @@ -7,7 +7,7 @@ - + Setting up Your Python Environment — Scientific Python QuickStart diff --git a/docs/index.html b/docs/index.html index b7e2aa0f9..5679704b3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ - + Scientific Python QuickStart — Scientific Python QuickStart diff --git a/docs/learn_more.html b/docs/learn_more.html index ef564c1e3..0cf50202a 100644 --- a/docs/learn_more.html +++ b/docs/learn_more.html @@ -7,7 +7,7 @@ - + Learn More — Scientific Python QuickStart diff --git a/docs/python_by_example.html b/docs/python_by_example.html index 0dd02fed3..c41b6389c 100644 --- a/docs/python_by_example.html +++ b/docs/python_by_example.html @@ -7,7 +7,7 @@ - + An Introductory Example — Scientific Python QuickStart