Give Me the Docs finds the docs for Python packages so you don't have to.
$ gmtd numpy
Found documentation for numpy:
- https://numpy.org/doc/1.21
- https://www.numpy.orgGive Me the Docs is available on PyPI:
$ pip install gmtdGive Me the Docs officially supports Python 3.8+.
Gets the documentation URL for a package.
package(str): The name of the package to get documentation for.
(List[str]): A list of possible documentation URLs for the package, ordered from most to
least likely to be official documentation.
PackageNotFoundError: If the package is not installed.