Is your feature request related to a problem? Please describe.
Pydoc-Markdown has been added to the repo, we can now start writing API reference documentation, so let's start with the API class.
Describe the solution you'd like
Refactor the API class' docstrings to be Pydoc-Markdown-friendly, then generate the docs and add a new child to the API Reference section.
Is your feature request related to a problem? Please describe. Pydoc-Markdown has been added to the repo, we can now start writing API reference documentation, so let's start with the
API
class.Describe the solution you'd like Refactor the
API
class' docstrings to be Pydoc-Markdown-friendly, then generate the docs and add a new child to the API Reference section.