From 4b93c78cd68f66c9a8d5ddda86bbddf58f0f85c8 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Wed, 22 Oct 2025 16:19:11 +0100 Subject: [PATCH 1/4] Add day 3 links section and links to typing blog post. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc93058..7b6e78c 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,7 @@ $ pip install -e . - [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) - [`cpplint`](https://github.com/cpplint/cpplint) is a style _linter_ for C that checks against the Google C++ Style Guide. - [LLVM Code Style Guide](https://llvm.org/docs/CodingStandards.html) - - [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) Can be configured to a variety of code styles. \ No newline at end of file + - [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) Can be configured to a variety of code styles. + +# Day 3 Resources +- *Python Typing is for Humans*: [Unital.dev blog](https://www.unital.dev/blog/) or [LinkedIn](https://www.linkedin.com/pulse/python-typing-humans-corran-webster-u66ee) \ No newline at end of file -- 2.50.1 From 702f852f9e50cb8a15870bec063828fdf1eb8c67 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Wed, 22 Oct 2025 16:41:19 +0100 Subject: [PATCH 2/4] Use a better link to blog article. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b6e78c..a813095 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ $ pip install -e . - [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) Can be configured to a variety of code styles. # Day 3 Resources -- *Python Typing is for Humans*: [Unital.dev blog](https://www.unital.dev/blog/) or [LinkedIn](https://www.linkedin.com/pulse/python-typing-humans-corran-webster-u66ee) \ No newline at end of file +- *Python Typing is for Humans*: [Unital.dev blog](https://www.unital.dev/blog/python-typing-is-for-humans/) or [LinkedIn](https://www.linkedin.com/pulse/python-typing-humans-corran-webster-u66ee) \ No newline at end of file -- 2.50.1 From 5cfcae14816a3e9f772aca33a6d71f56ad9a878d Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Wed, 22 Oct 2025 17:14:03 +0100 Subject: [PATCH 3/4] Add PyData Sphinx Theme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a813095..3f50253 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,5 @@ $ pip install -e . - [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) Can be configured to a variety of code styles. # Day 3 Resources -- *Python Typing is for Humans*: [Unital.dev blog](https://www.unital.dev/blog/python-typing-is-for-humans/) or [LinkedIn](https://www.linkedin.com/pulse/python-typing-humans-corran-webster-u66ee) \ No newline at end of file +- *Python Typing is for Humans*: [Unital.dev blog](https://www.unital.dev/blog/python-typing-is-for-humans/) or [LinkedIn](https://www.linkedin.com/pulse/python-typing-humans-corran-webster-u66ee) +- [PyData Sphinx Theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/) \ No newline at end of file -- 2.50.1 From 8749588d996df91bc9e65cd0df27a22a423000af Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Wed, 22 Oct 2025 17:52:25 +0100 Subject: [PATCH 4/4] Add link to Sphinx AutoAPI --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f50253..0f46650 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,5 @@ $ pip install -e . # Day 3 Resources - *Python Typing is for Humans*: [Unital.dev blog](https://www.unital.dev/blog/python-typing-is-for-humans/) or [LinkedIn](https://www.linkedin.com/pulse/python-typing-humans-corran-webster-u66ee) -- [PyData Sphinx Theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/) \ No newline at end of file +- [PyData Sphinx Theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/) +- [Sphinx AutoAPI](https://sphinx-autoapi.readthedocs.io/en/latest/) \ No newline at end of file -- 2.50.1