Skip to content

Commit 414b15e

Browse files
updated docs
1 parent d22ee03 commit 414b15e

103 files changed

Lines changed: 3715 additions & 3590 deletions

File tree

Some content is hidden

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

docs/.github/ISSUE_TEMPLATE/bug_report.html

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<!DOCTYPE html>
44

55

6-
<html >
6+
<html lang="en" >
77

88
<head>
99
<meta charset="utf-8" />
10-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
1111

1212
<title>&lt;no title&gt; &#8212; Prodigious Python 🐍</title>
1313

@@ -19,12 +19,12 @@
1919
</script>
2020

2121
<!-- Loaded before other Sphinx assets -->
22-
<link href="../../_static/styles/theme.css?digest=12da95d707ffb74b382d" rel="stylesheet" />
23-
<link href="../../_static/styles/bootstrap.css?digest=12da95d707ffb74b382d" rel="stylesheet" />
24-
<link href="../../_static/styles/pydata-sphinx-theme.css?digest=12da95d707ffb74b382d" rel="stylesheet" />
22+
<link href="../../_static/styles/theme.css?digest=e353d410970836974a52" rel="stylesheet" />
23+
<link href="../../_static/styles/bootstrap.css?digest=e353d410970836974a52" rel="stylesheet" />
24+
<link href="../../_static/styles/pydata-sphinx-theme.css?digest=e353d410970836974a52" rel="stylesheet" />
2525

2626

27-
<link href="../../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=12da95d707ffb74b382d" rel="stylesheet" />
27+
<link href="../../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=e353d410970836974a52" rel="stylesheet" />
2828
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2" />
2929
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
3030
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
@@ -38,12 +38,13 @@
3838
<link rel="stylesheet" type="text/css" href="../../_static/design-style.4045f2051d55cab465a707391d5b2007.min.css" />
3939

4040
<!-- Pre-loaded scripts that we'll load fully later -->
41-
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=12da95d707ffb74b382d" />
42-
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=12da95d707ffb74b382d" />
41+
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
42+
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
4343

4444
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
4545
<script src="../../_static/jquery.js"></script>
4646
<script src="../../_static/underscore.js"></script>
47+
<script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
4748
<script src="../../_static/doctools.js"></script>
4849
<script src="../../_static/clipboard.min.js"></script>
4950
<script src="../../_static/copybutton.js"></script>
@@ -72,7 +73,7 @@
7273
<link rel="index" title="Index" href="../../genindex.html" />
7374
<link rel="search" title="Search" href="../../search.html" />
7475
<meta name="viewport" content="width=device-width, initial-scale=1"/>
75-
<meta name="docsearch:language" content="None"/>
76+
<meta name="docsearch:language" content="en"/>
7677
</head>
7778

7879

@@ -475,9 +476,15 @@ <h2> Contents </h2>
475476

476477

477478
<footer class="bd-footer-article">
478-
<!-- Previous / next buttons -->
479+
480+
<div class="footer-article-items footer-article__inner">
481+
482+
<div class="footer-article-item"><!-- Previous / next buttons -->
479483
<div class="prev-next-area">
484+
</div></div>
485+
480486
</div>
487+
481488
</footer>
482489

483490
</div>
@@ -501,7 +508,7 @@ <h2> Contents </h2>
501508

502509
</div>
503510
<footer class="bd-footer-content">
504-
<div class="bd-footer-content__inner">
511+
505512
<div class="bd-footer-content__inner container">
506513

507514
<div class="footer-item">
@@ -538,7 +545,7 @@ <h2> Contents </h2>
538545
</div>
539546
</div>
540547

541-
</div></div>
548+
</div>
542549
</footer>
543550

544551

@@ -547,8 +554,8 @@ <h2> Contents </h2>
547554
</div>
548555

549556
<!-- Scripts loaded after <body> so the DOM is not blocked -->
550-
<script src="../../_static/scripts/bootstrap.js?digest=12da95d707ffb74b382d"></script>
551-
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=12da95d707ffb74b382d"></script>
557+
<script src="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52"></script>
558+
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52"></script>
552559

553560
<footer class="bd-footer">
554561
</footer>

docs/.github/ISSUE_TEMPLATE/feature_request.html

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<!DOCTYPE html>
44

55

6-
<html >
6+
<html lang="en" >
77

88
<head>
99
<meta charset="utf-8" />
10-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
1111

1212
<title>&lt;no title&gt; &#8212; Prodigious Python 🐍</title>
1313

@@ -19,12 +19,12 @@
1919
</script>
2020

2121
<!-- Loaded before other Sphinx assets -->
22-
<link href="../../_static/styles/theme.css?digest=12da95d707ffb74b382d" rel="stylesheet" />
23-
<link href="../../_static/styles/bootstrap.css?digest=12da95d707ffb74b382d" rel="stylesheet" />
24-
<link href="../../_static/styles/pydata-sphinx-theme.css?digest=12da95d707ffb74b382d" rel="stylesheet" />
22+
<link href="../../_static/styles/theme.css?digest=e353d410970836974a52" rel="stylesheet" />
23+
<link href="../../_static/styles/bootstrap.css?digest=e353d410970836974a52" rel="stylesheet" />
24+
<link href="../../_static/styles/pydata-sphinx-theme.css?digest=e353d410970836974a52" rel="stylesheet" />
2525

2626

27-
<link href="../../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=12da95d707ffb74b382d" rel="stylesheet" />
27+
<link href="../../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=e353d410970836974a52" rel="stylesheet" />
2828
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2" />
2929
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
3030
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
@@ -38,12 +38,13 @@
3838
<link rel="stylesheet" type="text/css" href="../../_static/design-style.4045f2051d55cab465a707391d5b2007.min.css" />
3939

4040
<!-- Pre-loaded scripts that we'll load fully later -->
41-
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=12da95d707ffb74b382d" />
42-
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=12da95d707ffb74b382d" />
41+
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
42+
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />
4343

4444
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
4545
<script src="../../_static/jquery.js"></script>
4646
<script src="../../_static/underscore.js"></script>
47+
<script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
4748
<script src="../../_static/doctools.js"></script>
4849
<script src="../../_static/clipboard.min.js"></script>
4950
<script src="../../_static/copybutton.js"></script>
@@ -72,7 +73,7 @@
7273
<link rel="index" title="Index" href="../../genindex.html" />
7374
<link rel="search" title="Search" href="../../search.html" />
7475
<meta name="viewport" content="width=device-width, initial-scale=1"/>
75-
<meta name="docsearch:language" content="None"/>
76+
<meta name="docsearch:language" content="en"/>
7677
</head>
7778

7879

@@ -454,9 +455,15 @@ <h2> Contents </h2>
454455

455456

456457
<footer class="bd-footer-article">
457-
<!-- Previous / next buttons -->
458+
459+
<div class="footer-article-items footer-article__inner">
460+
461+
<div class="footer-article-item"><!-- Previous / next buttons -->
458462
<div class="prev-next-area">
463+
</div></div>
464+
459465
</div>
466+
460467
</footer>
461468

462469
</div>
@@ -480,7 +487,7 @@ <h2> Contents </h2>
480487

481488
</div>
482489
<footer class="bd-footer-content">
483-
<div class="bd-footer-content__inner">
490+
484491
<div class="bd-footer-content__inner container">
485492

486493
<div class="footer-item">
@@ -517,7 +524,7 @@ <h2> Contents </h2>
517524
</div>
518525
</div>
519526

520-
</div></div>
527+
</div>
521528
</footer>
522529

523530

@@ -526,8 +533,8 @@ <h2> Contents </h2>
526533
</div>
527534

528535
<!-- Scripts loaded after <body> so the DOM is not blocked -->
529-
<script src="../../_static/scripts/bootstrap.js?digest=12da95d707ffb74b382d"></script>
530-
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=12da95d707ffb74b382d"></script>
536+
<script src="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52"></script>
537+
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52"></script>
531538

532539
<footer class="bd-footer">
533540
</footer>

0 commit comments

Comments
 (0)