mapbox/mapbox-sdk-py

Include numpy-style doctrings for all service methods

Open

#195 创建于 2017年6月28日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (111 fork)batch import
documentationgood first issue

仓库指标

Star
 (319 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南