dgilland / pydash

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.

Home Page:http://pydash.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use sphinx-autodoc-typehints to autogenerate typed API docs and remove typing from docstrings

dgilland opened this issue · comments

The new type annotations can replace the typing in the docstrings so that we don't have to maintain two sources of typing. All that's needed is to add sphinx-autodoc-typehints to the dev requirements in setup.cfg and then remove all typing from docstrings.

@DeviousStoat is this something you want to take on?