Skip to content

Commit

Permalink
DOC: mention numpydoc docstrings in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y-p committed Apr 23, 2013
1 parent e6aaca5 commit dfaf365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ your contribution or address the issue you're having.
- Performance matters. You can use the included "test_perf.sh"
script to make sure your PR does not introduce any performance regressions
in the library.
- docstrings follow the [numpydoc](https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt) format.
- **Don't** merge upstream into a branch you're going to submit as a PR,
This can create all sorts of problems. Use "git rebase" instead. This ensures
no merge conflicts occur when you're code is merged by the core team.
Expand Down

0 comments on commit dfaf365

Please sign in to comment.