pdoc is a tool that automatically generates API documentation based on the Python module hierarchy of a project. It requires no configuration, supports type annotations, and provides features like cross-linking identifiers and an integrated live-reloading web server, with compatibility for numpydoc and Google-style docstrings. The latest release is version 16.0.0, and additional resources are available on its documentation site, PyPI, and GitHub.