mapbox/mapbox-sdk-py

Include numpy-style doctrings for all service methods

Open

#195 aperta il 28 giu 2017

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (111 fork)batch import
documentationgood first issue

Metriche repository

Star
 (319 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor