To install the latest version of pdocs simply run:
pip3 install pdocs
OR
poetry add pdocs
OR
pipenv install pdocs
see the Installation QuickStart for more instructions.
- Dropped Python 3.6 support
- Bumped dependencies
- General fixes
- Fixed #18: Incorrectly identified "google docstring" format should not break building.
- Added numpydoc and googledoc support.
- Improved support for a variety of package hierchies.
- Fixed a bug determining class methods
Initial API stable release of pdocs