diff options
author | Anne Archibald <archibald@astron.nl> | 2015-08-28 11:35:23 +0200 |
---|---|---|
committer | Anne Archibald <archibald@astron.nl> | 2015-08-28 11:35:23 +0200 |
commit | 82b19d2023a1dbe88c54e70f27b282e73676e06d (patch) | |
tree | 85c729d4b6b15321344cbd1113a91bf1a17484f6 /CONTRIBUTING.md | |
parent | f907d7b5f0864340632b5b7d46bac2c594ae37fc (diff) | |
download | numpy-82b19d2023a1dbe88c54e70f27b282e73676e06d.tar.gz |
MAINT give pointers to coding style and dev environment
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3c36e2da..ead627fb7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,4 +23,9 @@ through our Either way, please be sure to follow our [convention for commit messages](http://docs.scipy.org/doc/numpy-dev/dev/gitwash/development_workflow.html#writing-the-commit-message). +If you are writing new C code, please follow the style described in +``doc/C_STYLE_GUIDE``. +Suggested ways to work on your development version (compile and run +the tests without interfering with system packages) are described in +``doc/source/dev/development_environment.rst``. |