summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMelissa Weber Mendonça <melissawm@gmail.com>2020-04-02 20:29:49 -0300
committerGitHub <noreply@github.com>2020-04-02 17:29:49 -0600
commit3f6dba405c259a41e91077868f54722ef0a2a325 (patch)
tree72d37842b75ea681a3979dffa8832495bf0fcb1d /doc
parent081c7230546861259bac75a316338b1c00005d5e (diff)
downloadnumpy-3f6dba405c259a41e91077868f54722ef0a2a325.tar.gz
DOC: Fixed order of items and link to mailing list in dev docs index. (#15901)
* Fixed order of items and link to mailing list. * Fixed link for github.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/dev/index.rst17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst
index b5c7d297b..c3f880a35 100644
--- a/doc/source/dev/index.rst
+++ b/doc/source/dev/index.rst
@@ -10,24 +10,23 @@ we list them in alphabetical order):
- Community coordination
- DevOps
- Developing educational content & narrative documentation
-- Writing technical documentation
- Fundraising
-- Project management
- Marketing
+- Project management
- Translating content
- Website design and development
+- Writing technical documentation
The rest of this document discusses working on the NumPy code base and documentation.
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>`__,
-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 `numpy-team@googlegroups.com` or `numpy-team.slack.com` (send an email to
-`numpy-team@googlegroups.com` for an invite the first time).
-
+the `numpy-discussion mailing list <https://mail.python.org/mailman/listinfo/numpy-discussion>`__,
+or on `GitHub <https://github.com/numpy/numpy>`__ (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 `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
=============================