@@ -3,29 +3,29 @@ title: Get Help
3
3
sidebar : false
4
4
---
5
5
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.
6
+ ** User questions:** The best way to get help is to post your question to a site
7
+ like [ StackOverflow] ( http://stackoverflow.com/questions/tagged/numpy ) , with
8
+ thousands of users available to answer. Smaller alternatives include
9
+ [ IRC] ( https://webchat.freenode.net/?channels=%23numpy ) ,
10
+ [ Gitter] ( https://gitter.im/numpy/numpy ) , and
11
+ [ Reddit] ( https://www.reddit.com/r/Numpy/ ) . We wish we could keep an eye on
12
+ these sites, or answer questions directly, but the volume is just a little
13
+ overwhelming!
9
14
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 ) .
15
+ ** Development issues:** For NumPy development-related matters (e.g. bug reports), please
16
+ see [ Community] ( /community ) .
14
17
15
18
16
- _ For NumPy development related matters (e.g. bug reports), please
17
- see [ Community] ( /community ) ._
18
-
19
19
20
20
### [ StackOverflow] ( http://stackoverflow.com/questions/tagged/numpy )
21
21
22
- A forum for asking usage questions, e.g. "How do I do X in NumPy?”. Please use the ` #numpy ` tag.
22
+ A forum for asking usage questions, e.g. "How do I do X in NumPy?”. Please [ use the ` #numpy ` tag] ( https://stackoverflow.com/help/tagging )
23
23
24
24
***
25
25
26
26
### [ Reddit] ( https://www.reddit.com/r/Numpy/ )
27
27
28
- Another forum for asking usage questions.
28
+ Another forum for usage questions.
29
29
30
30
***
31
31
0 commit comments