Is there a standar for Python comments?
I was creating a game in Python and wondering if Python has anything standard just like Java with javadocs. I really was hoping to create some kind of documentation for my game in Python but I would like it to be automatic.
Is there any standard or any simple way to achieve what I want?