Skip to content

Commit 95b5f6a

Browse files
Update community page to use active channels and streamline language (#800)
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
1 parent f784230 commit 95b5f6a

File tree

6 files changed

+57
-83
lines changed

6 files changed

+57
-83
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
url: /try
55
- title: Install
66
url: /install
7-
- title: Get Involved
7+
- title: Community
88
url: /community
99
- title: Documentation
1010
url: https://docs.jupyter.org/

assets/community/discourse.svg

Lines changed: 8 additions & 0 deletions
Loading

assets/community/gitter.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

assets/community/zulip-icon.svg

Lines changed: 16 additions & 0 deletions
Loading

binder.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,12 @@ Like all Project Jupyter efforts, the Binder Project is an
118118
open-source and community-driven project. We'd love for you
119119
to join our community and contribute code, time, comments, or appreciation.
120120

121+
* [**The Binder Zulip Channel**](https://jupyter.zulipchat.com/#narrow/channel/469744-jupyterhub) is where real-time conversations happen in the Binder community. This is shared with the JupyterHub project.
122+
* [**The Binder Community Forum**](https://discourse.jupyter.org/c/binder) has a lot of
123+
community interaction and useful information about using, running, and contributing to Binder.
124+
* [**The JupyterHub Contributing guide**](https://jupyterhub-team-compass.readthedocs.io/en/latest/contribute/index.html) is
125+
a great place to start learning how you can contribute to the Binder Project.
121126
* [**The JupyterHub Team Compass**](https://jupyterhub-team-compass.readthedocs.io/en/latest/) is a resource
122127
for the JupyterHub community to share information, team practices, and important information.
123128
* [**The JupyterHub Teams Page**](https://jupyterhub-team-compass.readthedocs.io/en/latest/team/index.html) lists
124129
the current members of the JupyterHub and Binder teams.
125-
* [**The JupyterHub Contributing guide**](https://jupyterhub-team-compass.readthedocs.io/en/latest/contribute/index.html) is
126-
a great place to start learning how you can contribute to the Binder Project.
127-
* [**The Binder Gitter Channel**](https://gitter.im/jupyterhub/binder) is where a lot of real-time
128-
conversations happen in the Binder community.
129-
* [**The Binder Community Forum**](https://discourse.jupyter.org/c/binder) has a lot of
130-
community interaction and useful information about using, running, and contributing to Binder.

community.md

Lines changed: 27 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
---
22
layout: page
3-
title: Get Involved
4-
tagline: How to join the Project Jupyter community
3+
title: Get Involved in the Community
4+
tagline: How to learn about and join our open source community
55
permalink: /community
66

77
channels:
8-
- title: Jupyter GitHub
9-
description: A place where the community collaborates on the development of Jupyter software.
10-
src: assets/widgets/github.svg
11-
alt: GitHub logo
12-
url: https://github.com/jupyter/
13-
- title: Jupyter Discourse
14-
description: A Discourse Forum for a multitude of Jupyter topics.
15-
src: assets/community/mail-list.svg
16-
alt: Mailing list
8+
- title: Jupyter Forum
9+
description: A forum for asynchronous communication across the Jupyter community and many of its subprojects.
10+
src: assets/community/discourse.svg
11+
alt: Discourse logo
1712
url: https://discourse.jupyter.org/
13+
- title: Jupyter Chatroom
14+
description: For real-time discussion project-wide. Also used by several sub-projects for their team conversation.
15+
src: assets/community/zulip-icon.svg
16+
alt: Zulip logo
17+
url: https://jupyter.zulipchat.com
1818
- title: Jupyter General Mailing List
1919
description: A Google Group for general discussions of Jupyter's use.
2020
src: assets/community/mail-list.svg
2121
alt: Mailing list
2222
url: https://groups.google.com/forum/#!forum/jupyter
23+
- title: Jupyter GitHub
24+
description: A place where the community collaborates on the development of Jupyter software.
25+
src: assets/widgets/github.svg
26+
alt: GitHub logo
27+
url: https://github.com/jupyter/
2328
- title: Jupyter in Education Mailing List
2429
description: A Google Group for general discussions of Jupyter's use in education.
2530
src: assets/community/mail-education.svg
@@ -30,11 +35,6 @@ channels:
3035
src: assets/community/mail-list.svg
3136
alt: Mailing list
3237
url: https://groups.google.com/forum/?pli=1#!forum/jupyter-research-facilities
33-
- title: Jupyter Gitter Chatroom
34-
description: A real-time chatroom, for general development related discussions.
35-
src: assets/community/gitter.svg
36-
alt: Gitter logo
37-
url: https://gitter.im/jupyter/jupyter
3838
- title: Jupyter on Stack Overflow
3939
description: A popular third party site for programmers to ask and answer questions about Jupyter.
4040
src: assets/community/stack-overflow.svg
@@ -52,52 +52,24 @@ channels:
5252
url: https://jupyter.readthedocs.io/en/latest/contributing/content-contributor.html
5353
---
5454

55-
Jupyter is a community of data enthusiasts who believe in the power of open
56-
tools and standards for education, research, and data analytics. We welcome
57-
contributions and contributors of all kinds - whether they come as contributions
58-
to code, participation in the community, opening issues and pointing out bugs,
59-
or simply sharing your work with your colleagues and friends.
60-
61-
## Join the Jupyter community
62-
63-
If you're interested in joining the Jupyter community (yay!) we recommend
64-
checking out the Jupyter [Contributing
65-
guide](https://jupyter.readthedocs.io/en/latest/contributing/content-contributor.html).
66-
This contains information about the different projects in the Jupyter ecosystem,
67-
the tools and skills that are useful for each project, and other ways that you
68-
can become a part of the Jupyter community.
69-
70-
## Explore our projects
55+
Jupyter is an open community of data enthusiasts who believe in the power of open
56+
tools and standards for education, research, and data analytics.
7157

72-
Jupyter has seen wonderful growth over the past decade. As we have grown, the
73-
projects now span multiple GitHub organizations. Jupyter projects may be found
74-
in these organizations:
58+
## Where to learn
7559

76-
- [jupyter](https://github.com/jupyter)
77-
- [ipython](https://github.com/ipython)
78-
- [jupyterhub](https://github.com/jupyterhub)
79-
- [jupyterlab](https://github.com/jupyterlab)
80-
- [jupyter-widgets](https://github.com/jupyter-widgets)
81-
- [jupyter-server](https://github.com/jupyter-server)
82-
- [jupyter-xeus](https://github.com/jupyter-xeus)
83-
- [jupyter-lsp](https://github.com/jupyter-lsp)
84-
- [voila-dashboards](https://github.com/voila-dashboards)
85-
- [binder-examples](https://github.com/binder-examples)
60+
We welcome contributions and contributors of all kinds - whether they come as contributions to code, participation in the community, opening issues and pointing out bugs, or simply sharing your work with your colleagues and friends.
8661

87-
Many organizations have a **team-compass** repo to provide detailed information
88-
about the sub-community, its meetings, and contribution tips.
62+
To learn more about contributing, see the [Jupyter Contributing guide](https://docs.jupyter.org/en/latest/contributing/content-contributor.html).
8963

90-
## Participate online
64+
Jupyter is organized into sub-projects, each of which has their own goals, practices, and spaces for communication.
65+
To get started, see [this list of Jupyter Subprojects](https://jupyter.org/governance/list_of_subprojects.html).
9166

92-
Jupyter also has a number of online communication channels to help keep in touch.
67+
## Where to talk
9368

94-
As you interact with others in the Jupyter ecosystem, remember that we have a strong
95-
commitment to being an **open, inclusive, and positive community**. Please read the
96-
[Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/main/conduct/code_of_conduct.md)
97-
for guidance on how to interact with others in a way that makes the community thrive.
69+
Jupyter has a number of online communication channels to help keep in touch. Here are several of the most-prominent ones.
9870

99-
Below is a short list of Gitter channels, mailing lists, and GitHub repositories
100-
where you can get involved. **We always welcome participation in the Jupyter community**.
71+
Remember that we have a strong commitment to being an **open, inclusive, and positive community**. Please read the [Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/main/conduct/code_of_conduct.md)
72+
for guidance on how to interact with others.
10173

10274
<section class="resourcelist">
10375
{% for obj in page.channels %}

0 commit comments

Comments
 (0)