NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
460 stars 105 forks source link

Use docspec for Python for loading Python data #117

Closed NiklasRosenstein closed 4 years ago

NiklasRosenstein commented 4 years ago

I started docspec to define a strictly defined standard for representing API objects and their documentation in a language-agnostic way. This PR removes the code that was moved into docspec and docspec_python and makes use of these modules instead, respectively.