Skip to content

Commit

Permalink
ENH: finish content on Get Help and Community pages.
Browse files Browse the repository at this point in the history
Closes numpygh-28
  • Loading branch information
rgommers committed Mar 14, 2020
1 parent 12fce10 commit ec702c3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 35 deletions.
41 changes: 16 additions & 25 deletions content/en/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,23 @@ NumPy is a community-driven open source project developed by a very diverse grou

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


## Participate online

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

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.

### [NumPy mailing list](https://mail.python.org/mailman/listinfo/numpy-discussion)

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.
Announcements about NumPy, such as for releases, developer meetings, sprints or
conference talks are also made on this list.

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

***

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

***

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

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


***

### [Reddit](https://www.reddit.com/r/Numpy/)

Another place for asking usage questions.


***

### [Gitter](https://gitter.im/numpy/numpy)

A real-time chat room where users and community members help each other.


***

### [Slack](numpy-team.slack.com)
### [Slack](https://numpy-team.slack.com)

A real-time chat room to ask questions about _contributing_ to NumPy.

This is a private space, specifically meant for people who are hesitant to
bring up their questions or ideas on a large public mailing list or on GitHub.
Please see
[here](https://numpy.org/devdocs/dev/index.html#contributing-to-numpy) for more
details and how to get an invite.


## Study Groups and Meetups
Expand Down
37 changes: 27 additions & 10 deletions content/en/gethelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,41 @@
title: Get Help
sidebar: false
---
# Get Help

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

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

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

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


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

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

#### [Gitter](https://gitter.im/numpy/numpy)
***

****
### Bug Reports and Feature Requests
### [Reddit](https://www.reddit.com/r/Numpy/)

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

***

### [Gitter](https://gitter.im/numpy/numpy)

A real-time chat room where users and community members help each other.

***

### [IRC](https://webchat.freenode.net/?channels=%23numpy)

Another real-time chat room where users and community members help each other.

***

0 comments on commit ec702c3

Please sign in to comment.