readthedocs / pydoc.io

A browser for Python project documentation
Apache License 2.0
25 stars 13 forks source link

Add napolean and other common extensions #13

Closed ericholscher closed 7 years ago

ericholscher commented 7 years ago

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.

ericholscher commented 7 years ago

Test project: tensor2tensor Pass through NumpyDocstring class.