mapbox/mapbox-sdk-py

Include numpy-style doctrings for all service methods

开放

#195 创建于 2017年6月28日

 (0 条评论) (0 个反应) (0 位负责人)Python (111 个派生)batch import
documentationgood first issue

仓库指标

星标
 (319 个星标)
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

贡献者指南