Improve inline documentation for primary abstractions
Đang mở
documentation
- Ngôn ngữ chính
- Python
- Star
- 383
- Fork
- 59
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## Problem
All of our primary abstractions should have good documentation and be fully typed.
## Solution
Go through all of these critical files and ensure that:
1. All classes/methods/modules have doc strings and these doc strings enumerate all the parameters if relevant.
2. All (except in rare cases where doing so would be highly unpractical) parameters are typed.
## Dependencies
None
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.