diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 10:28:41 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 10:28:41 +0000 |
commit | 8b1e2f929fdfb79e0a446a1fb7bec33a799d492b (patch) | |
tree | 588d1fb59f52798ef54a98dbe5ef20210dd16eae /DEV_README.txt | |
parent | b97663c8b33bbce12926887bf6ddac68fbadb42d (diff) | |
download | numpy-8b1e2f929fdfb79e0a446a1fb7bec33a799d492b.tar.gz |
Add a few more docstrings using add_docstring.
Diffstat (limited to 'DEV_README.txt')
-rw-r--r-- | DEV_README.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/DEV_README.txt b/DEV_README.txt new file mode 100644 index 000000000..6f89b5d5b --- /dev/null +++ b/DEV_README.txt @@ -0,0 +1,15 @@ + +Thank you for your willingness to help make NumPy the best array system +available. + +The only rules we like to follow are to try hard to keep the SVN +repository in a buildable state and to not indiscriminately muck with +others' code. + +Simple changes and obvious improvements are always welcome. Changes +that fundamentally change behavior need discussion on scipy-dev@scipy.org +before anything is done. + +Please add meaningful comments when you check changes in. These comments +form the basis of the change-log. + |