Skip to content

Commit f25dfbe

Browse files
Bordalantigacarmoccaawaelchli
authored
update links to Discord (#17087)
* update links to Discord * link * Apply suggestions from code review Co-authored-by: Luca Antiga <[email protected]> * slack * Update docs/source-app/levels/expert/index.rst * Apply suggestions from code review --------- Co-authored-by: Luca Antiga <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]> Co-authored-by: Adrian Wälchli <[email protected]>
1 parent 2f39bb6 commit f25dfbe

34 files changed

+16
-100
lines changed

.github/BECOMING_A_CORE_CONTRIBUTOR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ Lightning should reflect the broader community it serves. As such we should have
5151

5252
### Community
5353

54-
We have an active [Slack](https://www.pytorchlightning.ai/community) community, where questions are asked daily.
54+
We have an active [Discord](https://discord.gg/VptPCZkGNa) community, where questions are asked daily.
5555
This is a great way to show off your Lightning and PyTorch knowledge, and help out others.
5656
There's also [GitHub discussions](https://github.com/Lightning-AI/lightning/discussions).
5757

5858
## Applying
5959

6060
There are no precise targets for becoming a core contributor. In the past, community members have become core after fitting the previous expectations consistently.
61-
We are on the lookout for new people to join, however, if you feel like you meet the expectations already and we haven't reached out to you yet, feel free to ping us privately on [Slack](https://www.pytorchlightning.ai/community)!.
61+
We are on the lookout for new people to join, however, if you feel like you meet the expectations already and we haven't reached out to you yet, feel free to ping us privately on [![Discord](https://img.shields.io/discord/1077906959069626439?style=plastic)](https://discord.gg/VptPCZkGNa)!.
6262

6363
## Employment
6464

.github/ISSUE_TEMPLATE/1_bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
Before you go any further. Is this really a **🐛 bug**?
99
1010
If it's a question about how Lightning works, have a look at our [Lightning documentation](https://lightning.ai/lightning-docs/)
11-
or ask a question on our [Community Slack](https://pytorch-lightning.slack.com).
11+
or ask a question on our [Community Discord](https://discord.gg/VptPCZkGNa).
1212
1313
- type: textarea
1414
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ contact_links:
44
url: https://lightning.ai/forums
55
about: Ask and answer Lightning related questions.
66
- name: 💬 Chat with us
7-
url: https://www.pytorchlightning.ai/community
8-
about: Live chat with experts, engineers, and users in our Slack community.
7+
url: https://discord.gg/VptPCZkGNa
8+
about: Live chat with experts, engineers, and users in our Discord community.
99
- name: 📖 Read the documentation
1010
url: https://lightning.ai/lightning-docs/
1111
about: Please consult the documentation before opening any issues!

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pulls:
3030
This pull request has been automatically marked as stale because it has not had recent activity.
3131
It will be closed in 7 days if no further activity occurs. If you need further help see our docs:
3232
https://pytorch-lightning.readthedocs.io/en/latest/generated/CONTRIBUTING.html#pull-request
33-
or ask the assistance of a core contributor here or on Slack.
33+
or ask the assistance of a core contributor here or on Dicord.
3434
Thank you for your contributions.
3535
# Comment to post when closing a stale issue. Set to `false` to disable
3636
closeComment: >

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ______________________________________________________________________
3333
[![codecov](https://codecov.io/gh/Lightning-AI/lightning/branch/master/graph/badge.svg?token=SmzX8mnKlA)](https://codecov.io/gh/Lightning-AI/lightning)
3434

3535
[![ReadTheDocs](https://readthedocs.org/projects/pytorch-lightning/badge/?version=stable)](https://pytorch-lightning.readthedocs.io/en/stable/)
36-
[![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://www.pytorchlightning.ai/community)
36+
[![Discord](https://img.shields.io/discord/1077906959069626439?style=plastic)](https://discord.gg/VptPCZkGNa)
3737
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Lightning-AI/lightning/blob/master/LICENSE)
3838

3939
<!--

docs/source-app/_templates/theme_variables.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'governance': 'https://github.com/Lightning-AI/lightning/blob/master/docs/source-pytorch/governance.rst',
66
'docs': 'https://lightning.rtfd.io/en/latest',
77
'twitter': 'https://twitter.com/PyTorchLightnin',
8-
'discuss': 'https://pytorch-lightning.slack.com',
8+
'discuss': 'https://discord.gg/VptPCZkGNa',
99
'tutorials': 'https://pt-lightning.readthedocs.io/en/latest/#tutorials',
1010
'previous_pytorch_versions': 'https://pt-lightning.rtfd.io/en/latest/',
1111
'home': 'https://lightning.ai/',

docs/source-app/get_started/add_an_interactive_demo.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Add an Interactive Demo
1010

1111
**Goal:** We'll walk you through the 4 key steps to run a Lightning App that trains and demos a model.
1212

13-
.. join_slack::
14-
:align: left
15-
1613
----
1714

1815
.. include:: go_beyond_training_content.rst

docs/source-app/get_started/build_model.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Build and Train a Model
1010

1111
**Goal:** We'll walk you through the creation of a model using PyTorch Lightning.
1212

13-
.. join_slack::
14-
:align: left
15-
1613
----
1714

1815
*********************************

docs/source-app/get_started/go_beyond_training.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@ Start from an ML system template
1010

1111
**Goal:** We'll walk you through the 4 key steps to run a Lightning App that trains and demos a model.
1212

13-
.. join_slack::
14-
:align: left
15-
16-
----
1713

1814
.. include:: go_beyond_training_content.rst

docs/source-app/get_started/jumpstart_from_app_gallery.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Anyone can build Apps for their own use cases and promote them on the `App Galle
1010

1111
In return, you can benefit from the work of others and get started faster by re-using a ready-to-run App close to your own use case.
1212

13-
.. join_slack::
14-
:align: left
15-
16-
----
1713

1814
*************
1915
User Workflow

0 commit comments

Comments
 (0)