Improve inline documentation for primary abstractions
Abierto
documentation
- Lenguaje dominante
- Python
- Estrellas
- 383
- Forks
- 59
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.