readthedocs / pydoc.io

A browser for Python project documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add napolean and other common extensions

ericholscher opened this issue · comments

We need to update our standard config with some of the more common extension formats that we see. We also likely need to be smarter about the data we're pulling out of docstrings, as I think napolean has a couple different formats, and they might be mutually exclusive. So we'd need to properly configure it for the right format of docstring.

Test project: tensor2tensor
Pass through NumpyDocstring class.