mapbox-sdk-py
mapbox-sdk-py copied to clipboard
Include numpy-style doctrings for all service methods
Some of our service methods are missing docstrings altogether, others have narrative comments only. We should use numpy-style docstrings throughout to
- specify Parameters, Return values
- facilitate API doc generation