It would be helpful to have HTML documentation for gpxpy. It appears that the source code is the main source of documentation currently.
Since gpxpy already has type annotations and some docstrings, it would be fairly simple to use sphinx-apidoc and sphinx-autodoc-typehints to generate HTML docs using the information that's already present.
I would be willing to set this up, if you'd be open to a PR for this.
It would be helpful to have HTML documentation for
gpxpy. It appears that the source code is the main source of documentation currently.Since
gpxpyalready has type annotations and some docstrings, it would be fairly simple to usesphinx-apidocandsphinx-autodoc-typehintsto generate HTML docs using the information that's already present.I would be willing to set this up, if you'd be open to a PR for this.