Skip to content

Commit ec702c3

Browse files
committed
ENH: finish content on Get Help and Community pages.
Closes numpygh-28
1 parent 12fce10 commit ec702c3

File tree

2 files changed

+43
-35
lines changed

2 files changed

+43
-35
lines changed

content/en/community.md

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,23 @@ NumPy is a community-driven open source project developed by a very diverse grou
77

88
We offer several communication channels to learn, share your knowledge and connect with others within the NumPy community.
99

10+
1011
## Participate online
1112

12-
### [NumPy mailing list](https://mail.python.org/mailman/listinfo/numpy-discussion)
13+
The following are ways to engage directly with the NumPy project and community.
14+
_Please note that we encourage users and community members to support each other
15+
for usage questions - see [Get Help](/gethelp)._
1316

14-
The main forum for longer-form discussions, like adding new features to NumPy, making changes to the NumPy Roadmap, and all kinds of project-wide decision making.
1517

18+
### [NumPy mailing list](https://mail.python.org/mailman/listinfo/numpy-discussion)
19+
20+
This list is the main forum for longer-form discussions, like adding new features to NumPy, making changes to the NumPy Roadmap, and all kinds of project-wide decision making.
1621
Announcements about NumPy, such as for releases, developer meetings, sprints or
1722
conference talks are also made on this list.
1823

24+
On this list please use bottom posting, reply to the list (rather than to
25+
another sender), and don't reply to digests. A searchable archive of this lists
26+
is available [here](http://numpy-discussion.10968.n7.nabble.com/).
1927

2028
***
2129

@@ -29,31 +37,14 @@ _Please note that GitHub is not the right place to report a security vulnerabili
2937

3038
***
3139

32-
### [StackOverflow](http://stackoverflow.com/questions/tagged/numpy)
33-
34-
A place for asking *usage* questions, e.g. "How do I do X in NumPy?” Please use the `#numpy` tag.
35-
36-
37-
***
38-
39-
### [Reddit](https://www.reddit.com/r/Numpy/)
40-
41-
Another place for asking usage questions.
42-
43-
44-
***
45-
46-
### [Gitter](https://gitter.im/numpy/numpy)
47-
48-
A real-time chat room where users and community members help each other.
49-
50-
51-
***
52-
53-
### [Slack](numpy-team.slack.com)
40+
### [Slack](https://numpy-team.slack.com)
5441

5542
A real-time chat room to ask questions about _contributing_ to NumPy.
56-
43+
This is a private space, specifically meant for people who are hesitant to
44+
bring up their questions or ideas on a large public mailing list or on GitHub.
45+
Please see
46+
[here](https://numpy.org/devdocs/dev/index.html#contributing-to-numpy) for more
47+
details and how to get an invite.
5748

5849

5950
## Study Groups and Meetups

content/en/gethelp.md

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,41 @@
22
title: Get Help
33
sidebar: false
44
---
5-
# Get Help
65

7-
### Technical Questions
6+
User questions are best asked on a public community site. The largest such site
7+
is Stack Overflow. There are also smaller active groups of users that ask and
8+
answer questions on IRC, Gitter, and Reddit.
89

9-
Have a question or hit a snag? Find answers and get support from the NumPy community.
10+
These forums are not moderated by the NumPy team at the moment (we wish we
11+
could, the volume is just a little overwhelming!). We encourage everyone to
12+
engage patiently and respectfully in all these forums, in the spirit of the
13+
[NumPy Code of Conduct](/code-of-conduct).
1014

11-
#### [StackOverflow](http://stackoverflow.com/questions/tagged/numpy)
1215

16+
_For NumPy development related matters (e.g. bug reports), please
17+
see [Community](/community)._
1318

1419

15-
#### [Reddit](https://www.reddit.com/r/Numpy/)
20+
### [StackOverflow](http://stackoverflow.com/questions/tagged/numpy)
1621

22+
A forum for asking usage questions, e.g. "How do I do X in NumPy?”. Please use the `#numpy` tag.
1723

18-
#### [Gitter](https://gitter.im/numpy/numpy)
24+
***
1925

20-
****
21-
### Bug Reports and Feature Requests
26+
### [Reddit](https://www.reddit.com/r/Numpy/)
2227

23-
#### [GitHub](github.com/numpy/numpy/issues)
24-
To report bugs or make feature requests, file an issue selecting the most relevant repository.
28+
Another forum for asking usage questions.
2529

30+
***
31+
32+
### [Gitter](https://gitter.im/numpy/numpy)
33+
34+
A real-time chat room where users and community members help each other.
35+
36+
***
37+
38+
### [IRC](https://webchat.freenode.net/?channels=%23numpy)
39+
40+
Another real-time chat room where users and community members help each other.
41+
42+
***

0 commit comments

Comments
 (0)