Commit Graph

143 Commits

Author SHA1 Message Date
BethanyG
7fad60db57 [Python Docs]: Update Python Version in INSTALLATION.md (#3601)
Changed version from Python `3.11.2` to `3.11.5`
2024-01-22 14:55:52 -08:00
BethanyG
185fbdfac9 Random grammar, spelling and content edits. (#3581)
[no important files changed]
2023-12-27 06:02:10 -08:00
BethanyG
aa3e379ff1 [DOCS]: Update Python Versions and Requirements (#3467)
* Additional sweep to update Python versions and supported Python versions.
* Fixed requirements and CONTRIBUTING.
* Trying a different line skip to see if it fixes CI.  CI is failing on test file generation again.
* Once again re-rendering tests to see if it fixes CI.
[no important files changed]
2023-07-16 15:09:14 -07:00
Isaac Good
29a64a4889 Remove Python 2 references from the track (#3437)
* Remove Python 2 references from the track

* Revert unintentional whitespace changes to test files

[no important files changed]
2023-07-14 14:53:39 +02:00
BethanyG
c865759d7d Updated refrences to Python 3.10 --> 3.11. (#3384) 2023-04-07 13:19:47 +02:00
Erik Schierboom
d783bd1432 Update INSTALLATION.md 2023-03-18 09:43:31 -07:00
Isaac Good
5d9319abe3 Update docs/TRACEBACKS.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2023-01-05 21:06:38 -08:00
Isaac Good
6bdb1aede8 Apply suggestions from code review
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2023-01-05 21:06:38 -08:00
Isaac Good
11d4006f29 Add examples to all the discussed exceptions 2023-01-05 21:06:38 -08:00
Isaac Good
e6c795657f Add common exceptions to the TRACEBACK docs. 2023-01-05 21:06:38 -08:00
meatball
5983e7e946 Update TRACEBACKS.md 2022-11-18 01:44:21 -08:00
meatball
979f7f7a6e Update TRACEBACKS.md 2022-11-18 01:44:21 -08:00
meatball
c490085cf9 Apply suggestions from code review
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2022-11-18 01:44:21 -08:00
meatball
996df0e92a Update TRACEBACKS.md 2022-11-18 01:44:21 -08:00
meatball
623fe0e8b7 Spelling fixes 2022-11-18 01:44:21 -08:00
meatball
bac4d3d6ca Update TRACEBACKS.md 2022-11-18 01:44:21 -08:00
meatball
4374b84249 Added pdb 2022-11-18 01:44:21 -08:00
Bob Hoeppner
ee9120ce12 Update TDD.md
Added code block endings whose omission caused the links to not parse. Slipped by my critique fatigue.
2022-07-22 11:37:40 -07:00
Bob Hoeppner
29b2bd0bf4 Update TRACEBACKS.md 2022-07-22 06:27:27 -05:00
Bob Hoeppner
748d0c1922 Update docs/TRACEBACKS.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
e396542286 Update docs/TRACEBACKS.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
9f38f4513c Update TRACEBACKS.md
Expanded int to integer
2022-07-22 06:27:27 -05:00
Bob Hoeppner
e310d7789d Update TRACEBACKS.md 2022-07-22 06:27:27 -05:00
Bob Hoeppner
13e11689c9 Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
94f50e8986 Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
cbce6d8d75 Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
6057f11ca4 Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
33bc36e471 Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
12c9ae0fd2 Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
594b8e33d8 Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
1ced3a3ac9 Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
41ecb31749 Update docs/TRACEBACKS.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
798e6c60a4 Update docs/TRACEBACKS.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
4553756a12 Update docs/TRACEBACKS.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
89800c109b Update docs/TRACEBACKS.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
74f803a8d8 Update TRACEBACKS.md
Logging "writes" instead of "prints".
2022-07-22 06:27:27 -05:00
Bob Hoeppner
216bdb95c6 Update TDD.md
Took out duplicate sentence.
2022-07-22 06:27:27 -05:00
Bob Hoeppner
211af777b8 Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
e57d8dcd81 Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
eb67ae8fd9 Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
098bbe060c Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
e0b0ad9a6f Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
8dd274bd8a Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
6058cec573 Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
1ad29ee099 Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
6d6c7ad38e Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
da9bfb0b90 Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
415a92bafd Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
82ad226a9c Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00
Bob Hoeppner
a31d51bb10 Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
2022-07-22 06:27:27 -05:00