diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-08-06 16:22:18 -0700 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-08-06 16:22:18 -0700 |
| commit | bf8c54cbcfd6cbdac80f32e5e98290cfe5af9510 (patch) | |
| tree | fa01c01536afac35e1618e12903a852f92cd6796 /doc/source/dev | |
| parent | 9348b051f2c3993501eea0462580bff9bc8fcfc7 (diff) | |
| download | numpy-bf8c54cbcfd6cbdac80f32e5e98290cfe5af9510.tar.gz | |
DOC: finish "contributing to NumPy" edits - w private list and Slack.
Diffstat (limited to 'doc/source/dev')
| -rw-r--r-- | doc/source/dev/index.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index 833d9219a..3b409f5ca 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -9,7 +9,8 @@ we list them in alphabetical order): - Code maintenance and development - Community coordination - DevOps -- Developing educational content +- Developing educational content & narrative documentation +- Writing technical documentation - Fundraising - Project management - Marketing @@ -20,11 +21,12 @@ The rest of this document discusses working on the NumPy code base and documenta We're in the process of updating our descriptions of other activities and roles. If you are interested in these other activities, please contact us! You can do this via -the [numpy-discussion mailing list](https://scipy.org/scipylib/mailing-lists.html)), +the `numpy-discussion mailing list <https://scipy.org/scipylib/mailing-lists.html>`__, or on GitHub (open an issue or comment on a relevant issue). These are our preferred communication channels (open source is open by nature!), however if you prefer to discuss in private first, please reach out to our community coordinators -at (TODO: email address that's linked to a Google Group, or an individual address?). +at `numpy-team@googlegroups.com` or `numpy-team.slack.com` (send an email to +`numpy-team@googlegroups.com` for an invite the first time). Development process - summary |
