Compare commits
5 Commits
09b01811a9
...
e03dec68d3
| Author | SHA1 | Date | |
|---|---|---|---|
| e03dec68d3 | |||
|
|
8749588d99 | ||
|
|
5cfcae1481 | ||
|
|
702f852f9e | ||
|
|
4b93c78cd6 |
@@ -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/)
|
||||||
Reference in New Issue
Block a user