pycco-docs / pycco

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

Args and Returns in docstring #114

Open swghosh opened 4 years ago

swghosh commented 4 years ago

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?