- Added optional parameter `import_prefix` to `PyMdDoc.get_doc()` and `PyMdDoc.get_docs()`.
0.2.4
- Fixed: Various issues with functions not appearing correctly or not appearing at all with `get_docs_with_inheritance()`. - Fixed: There is no ` Functions` header if there aren't also fields.
0.2.3
- Fixed: `get_docs_with_inheritance()` returns the abstract class document for a child class if there are any `final` attribute headers.
0.2.2
- Added: `get_docs_with_inheritance()` Basic support for API documentation with class inheritance.
0.2.1
- Added a header to documents generated by `VarDoc`.
0.2.0
- Added: `VarDoc` Create documentation of variables.