mapbox/mapbox-sdk-py

Include numpy-style doctrings for all service methods

Open

#195 geöffnet am 28. Juni 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (111 Forks)batch import
documentationgood first issue

Repository-Metriken

Stars
 (319 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide