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

Args and Returns in docstring

swghosh opened this issue · comments

I'm using Pycco for my project to generate the API documentation. An example code snippet would be as following:

https://github.com/swghosh/ml-tour/blob/fcbfcf430a8924cff05c2078442912685d361199/ml_tour/kmeans.py

The documentation is generated fine but the

"""
Args:

Returns:

"""

section of all docstrings is completely ignored. How do we fix this?