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.
The pydoc_markdown.reflection module has been replaced by docspec
The parser logic in pydoc_markdown.contrib.loaders.python was moved to docspec_python
The ModuleGraph has been eliminated and replaced with lists of docspec.Module objects.
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
anddocspec_python
and makes use of these modules instead, respectively.pydoc_markdown.reflection
module has been replaced bydocspec
pydoc_markdown.contrib.loaders.python
was moved todocspec_python
ModuleGraph
has been eliminated and replaced with lists ofdocspec.Module
objects.