mapbox/mapbox-sdk-py

Include numpy-style doctrings for all service methods

Open

#195 opened on 2017年6月28日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (111 forks)batch import
documentationgood first issue

Repository metrics

Stars
 (319 stars)
PR merge metrics
 (30d に merged 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

コントリビューターガイド