Skip to content

Finish content on Get Help and Community pages. #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ languages:
- text: Code of conduct
link: /code-of-conduct
- text: Get help
link: /help
link: /gethelp
- text: Contribute
link: /contribute
column3:
Expand Down Expand Up @@ -172,7 +172,7 @@ languages:
- text: Code of conduct
link: /nl/code-of-conduct
- text: Get help
link: /nl/help
link: /nl/gethelp
- text: Contribute
link: /nl/contribute
column3:
Expand Down
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.

***
2 changes: 1 addition & 1 deletion layouts/partials/single/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="shortcuts-title">Shortcuts</div>
<div id="shortcuts"></div>
<div class="sidebar-links">
<a href="/help">Get Help</a>
<a href="/gethelp">Get Help</a>
</div>
</div>
<div class="content-container">
Expand Down