Skip to content

Commit 20cf8e2

Browse files
committed
Updated project directory files.
- Updated comments, added type information, and made minor source code changes to program files. - Upgraded Sphinx documentation from version 3.1.1 to 6.2.1.
1 parent 62751ef commit 20cf8e2

34 files changed

+1193
-13105
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store
101 KB
Binary file not shown.
114 Bytes
Binary file not shown.
106 Bytes
Binary file not shown.
4 KB
Binary file not shown.
10.4 KB
Binary file not shown.
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: 84c91b5d218df14540579a14e7439bbd
3+
config: 20883e4afa36c8d160c3e135bf22110f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

MySphinxExample/sphinx/_build/html/_sources/index.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. My Sphinx Example Project documentation master file, created by
2-
sphinx-quickstart on Wed Jul 1 14:56:34 2020.
2+
sphinx-quickstart on Thu Apr 27 11:02:30 2023.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
@@ -27,6 +27,7 @@ Modules
2727

2828
modules
2929

30+
3031
Indices and tables
3132
------------------
3233

MySphinxExample/sphinx/_build/html/_static/alabaster.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,9 @@ table.footnote td {
419419
}
420420

421421
dl {
422-
margin: 0;
422+
margin-left: 0;
423+
margin-right: 0;
424+
margin-top: 0;
423425
padding: 0;
424426
}
425427

0 commit comments

Comments
 (0)