pycco-docs / pycco

Literate-style documentation generator.

Home Page:https://pycco-docs.github.io/pycco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create docs for class methods?

sizhky opened this issue · comments

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?

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