Hacktoberfestdifficulty easydocumentationgood first issue
倉庫指標
- Star
- (15,144 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
It would be better for API documentation if "public" class attributes, e.g. models.Doc2Vec.docvecs, were explicitly documented as part of the class with examples describing appropriate use. Hopefully, this would help mitigate questions such as this one.
This could be achieved in a few ways with Sphinx:
- Via
__init__doc strings with autoattribute (example) - Use Python properties