|
|
|
|
|
by emgeee
579 days ago
|
|
Commenting code and generating documentation. I like to copy entire python modules into the context window and say something like "add docstrings to all methods, classes, and functions". You can then feed the code into something like sphinx or pdoc to get a nice webpage. |
|