Improve Docstrings - #69
Conversation
luar123
commented
May 30, 2024
I don't know if @happyleavesaoc wants to merge this, but there are many unrelated changes like replacing single quotes with double quotes and even some code changes. |
chicco-carone
commented
May 31, 2024
I was trying to minimize the code changes but sometimes it would say that the code changed but after checking the original version the code was the same with the same indentation |
happyleavesaoc
commented
May 31, 2024
Hello, I'm interested in accepting a PR with some docstring updates, but I think the following would be necessary:
|
chicco-carone
commented
May 31, 2024
I'll keep it in mind and try to update the pr with these fixes |
chicco-carone
commented
Jun 1, 2024
@happyleavesaoc Should i open a new pr with only the new docstrings or just update this one? |
happyleavesaoc
commented
Jun 3, 2024
@chicco-carone either way is fine |
chicco-carone
commented
Jun 24, 2024
If there are any issues with the pr so that it can't be merged just let me know and i'll try to fix them |
I'm currently making an application which uses this library but i was having trouble when testing with what every function did, so i added into the docstring for all the functions what are the arguments and what they are used for and if the function retuns anything i added that too. All the docstrings were generated with github copilot but i checked all of them.