mapbox/mapbox-sdk-py

Include numpy-style doctrings for all service methods

Open

#195 aberto em 28 de jun. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (111 forks)batch import
documentationgood first issue

Métricas do repositório

Stars
 (319 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador