jekwatt / study_effective_python

Study materials to write more pythonic code inspired by book Effective Python
6 stars 0 forks source link

Add notebook for item 49: Write Docstrings for Every Function, Class, and Module #14

Closed jekwatt closed 4 years ago

jekwatt commented 4 years ago

Notebook for item 49:

Documentation-generation tools:

Follow a few guidelines when you write docstrings:

jekwatt commented 4 years ago

Issue resolved in PR #15

jekwatt commented 4 years ago

Closing as this is done.