Compare commits

..

5 Commits

Author SHA1 Message Date
e03dec68d3 Merge pull request 'Corran's Additions to Day 3 links' (#7) from typing-for-humans into main
Reviewed-on: #7
2025-10-22 18:18:09 +00:00
Corran Webster
8749588d99 Add link to Sphinx AutoAPI 2025-10-22 17:52:25 +01:00
Corran Webster
5cfcae1481 Add PyData Sphinx Theme 2025-10-22 17:14:03 +01:00
Corran Webster
702f852f9e Use a better link to blog article. 2025-10-22 16:41:19 +01:00
Corran Webster
4b93c78cd6 Add day 3 links section and links to typing blog post. 2025-10-22 16:19:11 +01:00

View File

@@ -25,3 +25,8 @@ $ pip install -e .
- [`cpplint`](https://github.com/cpplint/cpplint) is a style _linter_ for C that checks against the Google C++ Style Guide. - [`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) - [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. - [`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)
- [PyData Sphinx Theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/)
- [Sphinx AutoAPI](https://sphinx-autoapi.readthedocs.io/en/latest/)