nilsnolde / py-osrm

Python bindings to the OSRM routing framework
https://gis-ops.github.io/py-osrm/
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Add docstrings and mkdocs support #18

Closed whytro closed 1 year ago

whytro commented 1 year ago

Continuation of #17, but in a new PR, using mkdocs.

I've also set up a sample here for reference: https://whytro.github.io/py-osrm/

As for the unused default column, I couldn't find documentation regarding how to manually set the default, or disable it, and I'm also not sure if it's able to pull the default from the nanobind signature, resulting in everything being labeled as required.