pycco-docs / pycco

Literate-style documentation generator.
https://pycco-docs.github.io/pycco/
Other
842 stars 144 forks source link

How to create docs for class methods? #115

Closed sizhky closed 4 years ago

sizhky commented 4 years ago

Hi,

Is there a way to render teh docstrings that are found within methods of a class??

e.g.,

class MNO:
    "this docstring renders in pycco"
    def __init__(self, *args):
         "But this does not"
         ...

Or am I missing any flag?

sizhky commented 4 years ago

I didn't realize that this code doesn't work with quotes as comments