Skip to content

Commit

Permalink
update links to Discord (#17087)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Mar 15, 2023
1 parent 2f39bb6 commit f25dfbe
Show file tree
Hide file tree
Showing 34 changed files with 16 additions and 100 deletions.
4 changes: 2 additions & 2 deletions .github/BECOMING_A_CORE_CONTRIBUTOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ Lightning should reflect the broader community it serves. As such we should have

### Community

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

## Applying

There are no precise targets for becoming a core contributor. In the past, community members have become core after fitting the previous expectations consistently.
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)!.
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)!.

## Employment

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
Before you go any further. Is this really a **🐛 bug**?
If it's a question about how Lightning works, have a look at our [Lightning documentation](https://lightning.ai/lightning-docs/)
or ask a question on our [Community Slack](https://pytorch-lightning.slack.com).
or ask a question on our [Community Discord](https://discord.gg/VptPCZkGNa).
- type: textarea
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ contact_links:
url: https://lightning.ai/forums
about: Ask and answer Lightning related questions.
- name: 💬 Chat with us
url: https://www.pytorchlightning.ai/community
about: Live chat with experts, engineers, and users in our Slack community.
url: https://discord.gg/VptPCZkGNa
about: Live chat with experts, engineers, and users in our Discord community.
- name: 📖 Read the documentation
url: https://lightning.ai/lightning-docs/
about: Please consult the documentation before opening any issues!
Expand Down
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pulls:
This pull request has been automatically marked as stale because it has not had recent activity.
It will be closed in 7 days if no further activity occurs. If you need further help see our docs:
https://pytorch-lightning.readthedocs.io/en/latest/generated/CONTRIBUTING.html#pull-request
or ask the assistance of a core contributor here or on Slack.
or ask the assistance of a core contributor here or on Dicord.
Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ______________________________________________________________________
[![codecov](https://codecov.io/gh/Lightning-AI/lightning/branch/master/graph/badge.svg?token=SmzX8mnKlA)](https://codecov.io/gh/Lightning-AI/lightning)

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

<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/source-app/_templates/theme_variables.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'governance': 'https://github.com/Lightning-AI/lightning/blob/master/docs/source-pytorch/governance.rst',
'docs': 'https://lightning.rtfd.io/en/latest',
'twitter': 'https://twitter.com/PyTorchLightnin',
'discuss': 'https://pytorch-lightning.slack.com',
'discuss': 'https://discord.gg/VptPCZkGNa',
'tutorials': 'https://pt-lightning.readthedocs.io/en/latest/#tutorials',
'previous_pytorch_versions': 'https://pt-lightning.rtfd.io/en/latest/',
'home': 'https://lightning.ai/',
Expand Down
3 changes: 0 additions & 3 deletions docs/source-app/get_started/add_an_interactive_demo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ Add an Interactive Demo

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

.. join_slack::
:align: left

----

.. include:: go_beyond_training_content.rst
3 changes: 0 additions & 3 deletions docs/source-app/get_started/build_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ Build and Train a Model

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

.. join_slack::
:align: left

----

*********************************
Expand Down
4 changes: 0 additions & 4 deletions docs/source-app/get_started/go_beyond_training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@ Start from an ML system template

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

.. join_slack::
:align: left

----

.. include:: go_beyond_training_content.rst
4 changes: 0 additions & 4 deletions docs/source-app/get_started/jumpstart_from_app_gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Anyone can build Apps for their own use cases and promote them on the `App Galle

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.

.. join_slack::
:align: left

----

*************
User Workflow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Anyone can build components for their own use case and promote them on the `Comp

In return, you can benefit from the work of others and add new functionalities to your Apps with minimal effort.

.. join_slack::
:align: left

----

*************
User Workflow
Expand Down
4 changes: 0 additions & 4 deletions docs/source-app/get_started/training_with_apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Evolve a model into an ML system

**Goal:** We'll walk you through the two key steps to build your first Lightning App from your existing PyTorch Lightning scripts.

.. join_slack::
:align: left

----

*******************
Training and beyond
Expand Down
4 changes: 0 additions & 4 deletions docs/source-app/get_started/what_app_can_do.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ Discover what Lightning Apps can do in 5 min

Lightning Apps can be plenty things, and while a picture is worth a thousand words, videos showing you examples should be worth even more.

.. join_slack::
:align: left

----

*****************************
Flashy - Auto ML App (Public)
Expand Down
3 changes: 0 additions & 3 deletions docs/source-app/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Welcome to ⚡ Lightning
#######################
Build models, ML components and full stack AI apps ⚡ *Lightning fast*.

.. join_slack::
:align: left

**Featured examples of what you can do with Lightning:**

|
Expand Down
2 changes: 1 addition & 1 deletion docs/source-app/install/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installation
************
Troubleshoot
************
If you encounter issues during installation join our community slack and share the output of the following command:
If you encounter issues during installation join our community discord and share the output of the following command:

.. code:: bash
Expand Down
4 changes: 0 additions & 4 deletions docs/source-app/levels/advanced/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Advanced skills
###############
Learn to build nested components with advanced functionality.

.. join_slack::
:align: left

----

.. raw:: html

Expand Down
4 changes: 0 additions & 4 deletions docs/source-app/levels/basic/build_a_lightning_component.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Level 1: Package code in a lightning component

**Goal:** In this guide you'll learn to develop `a Lightning component <https://lightning.ai/components>`_.

.. join_slack::
:align: left

----

*********************************
Why you need Lightning components
Expand Down
4 changes: 0 additions & 4 deletions docs/source-app/levels/basic/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Learn to package your code into Lightning components which can plug into your ex
A Lightning component organizes arbitrary code so it can run on the cloud, manages
its own infrastructure, cloud costs, networking and more.

.. join_slack::
:align: left

----

.. raw:: html

Expand Down
4 changes: 0 additions & 4 deletions docs/source-app/levels/expert/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
Expert skills
#############

.. join_slack::
:align: left

----

.. raw:: html

Expand Down
4 changes: 0 additions & 4 deletions docs/source-app/levels/intermediate/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ Intermediate skills
###################
Learn to coordinate 2+ components into workflows which we call Lightning apps.

.. join_slack::
:align: left

----

.. raw:: html

Expand Down
2 changes: 1 addition & 1 deletion docs/source-fabric/guide/multi_node/barebones.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ Launch your command by prepending ``NCCL_DEBUG=INFO`` to get more info.
----

If you are sick of troubleshooting cluster problems, give :doc:`Lightning cloud <./cloud>` a try!
For other questions, please don't hesitate to join the `Lightning Forum <https://lightning.ai/forums/>`_ and the `Community Slack <https://join.slack.com/t/pytorch-lightning/shared_invite/zt-1dm4phlc0-84Jv9_8Mp_tWraICOJ467Q>`_.
For other questions, please don't hesitate to join the `Discord <https://discord.gg/VptPCZkGNa>`_.
2 changes: 1 addition & 1 deletion docs/source-fabric/guide/multi_node/slurm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ The most likely reasons and how to fix it:


If you are sick of troubleshooting SLURM settings, give :doc:`Lightning cloud <./cloud>` a try!
For other questions, please don't hesitate to join the `Lightning Forum <https://lightning.ai/forums/>`_ and the `Community Slack <https://join.slack.com/t/pytorch-lightning/shared_invite/zt-1dm4phlc0-84Jv9_8Mp_tWraICOJ467Q>`_.
For other questions, please don't hesitate to join the `Discord <https://discord.gg/VptPCZkGNa>`_.
4 changes: 0 additions & 4 deletions docs/source-pytorch/common_usecases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Common Workflows

Customize and extend Lightning for things like custom hardware or distributed strategies.

.. join_slack::
:align: left

----

.. raw:: html

Expand Down
3 changes: 1 addition & 2 deletions docs/source-pytorch/ecosystem/ecosystem-ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Follow the instructions below to add a new project to the PyTorch Lightning ecos
For GPU integrations, you only add the path to the config (OS/Linux and Python version is fixed) to be running with Azure pipelines.
4. Add a Contact to the ``.github/CODEOWNERS`` list for your organization folder or just a single project.
5. Create a Draft PR with all mentioned requirements.
6. Join our `Slack <https://www.pytorchlightning.ai/community>`_ (Optional) channel ``#alerts-ecosystem-ci`` to be notified if your project is breaking.

6. Join our `Discord <https://discord.gg/VptPCZkGNa>`_ (Optional) channel ``#alerts-ecosystem-ci`` to be notified if your project is breaking.

To learn more about Ecosystem CI, please refer to the `Ecosystem CI repo <https://github.com/Lightning-AI/ecosystem-ci>`_.
Also, note that some particular implementation details described above may evolve over time.
5 changes: 0 additions & 5 deletions docs/source-pytorch/expertise_levels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ Level up
========
Learn enough Lightning to match the level of expertise required by your research or job.

.. join_slack::
:align: left
:margin: 30

----

Basic skills
------------
Expand Down
4 changes: 0 additions & 4 deletions docs/source-pytorch/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Welcome to ⚡ PyTorch Lightning
</div>
<div class='col-md-6'>

.. join_slack::
:align: center
:margin: 0

.. raw:: html

</div>
Expand Down
4 changes: 0 additions & 4 deletions docs/source-pytorch/levels/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ Advanced skills

Configure all aspects of Lightning for advanced usecases.

.. join_slack::
:align: left

----

.. raw:: html

Expand Down
4 changes: 0 additions & 4 deletions docs/source-pytorch/levels/core_skills.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ Basic skills
############
Learn the basics of model development with Lightning. Researchers and machine learning engineers should start here.

.. join_slack::
:align: left

----

.. raw:: html

Expand Down
4 changes: 0 additions & 4 deletions docs/source-pytorch/levels/expert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ Expert skills

Customize and extend Lightning for things like custom hardware or distributed strategies.

.. join_slack::
:align: left

----

.. raw:: html

Expand Down
4 changes: 0 additions & 4 deletions docs/source-pytorch/levels/intermediate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ Intermediate skills

Learn to scale up your models and enable collaborative model development at academic or industry research labs.

.. join_slack::
:align: left

----

.. include:: ../links.rst

Expand Down
5 changes: 0 additions & 5 deletions docs/source-pytorch/starter/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ Lightning in 15 minutes

PyTorch Lightning is the deep learning framework with "batteries included" for professional AI researchers and machine learning engineers who need maximal flexibility while super-charging performance at scale.

.. join_slack::
:align: left
:margin: 20


Lightning organizes PyTorch code to remove boilerplate and unlock scalability.

.. raw:: html
Expand Down
2 changes: 1 addition & 1 deletion src/lightning_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ If you have any questions please:

1. [Read the docs](https://lightning.ai/lightning-docs/).
1. [Search through existing Discussions](https://github.com/Lightning-ai/lightning/discussions), or [add a new question](https://github.com/Lightning-ai/lightning/discussions/new)
1. [Join our Slack community](https://www.pytorchlightning.ai/community).
1. [Join our Discord community ](https://discord.gg/VptPCZkGNa).
2 changes: 1 addition & 1 deletion src/lightning_fabric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ______________________________________________________________________
<a href="#getting-started">Getting started</a> •
<a href="#faq">FAQ</a> •
<a href="#asking-for-help">Help</a> •
<a href="https://www.pytorchlightning.ai/community">Slack</a>
<a href="https://discord.gg/VptPCZkGNa">Discord</a>
</p>

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/lightning_fabric)](https://pypi.org/project/lightning_fabric/)
Expand Down
4 changes: 2 additions & 2 deletions src/pytorch_lightning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ______________________________________________________________________
[![codecov](https://codecov.io/gh/Lightning-AI/lightning/branch/master/graph/badge.svg)](https://codecov.io/gh/Lightning-AI/lightning)

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

<!--
Expand Down Expand Up @@ -384,4 +384,4 @@ If you have any questions please:

1. [Read the docs](https://lightning.ai/docs/pytorch/latest).
1. [Search through existing Discussions](https://github.com/Lightning-AI/lightning/discussions), or [add a new question](https://github.com/Lightning-AI/lightning/discussions/new)
1. [Join our Slack community](https://www.pytorchlightning.ai/community).
1. [Join our Discord community](https://discord.gg/VptPCZkGNa).

0 comments on commit f25dfbe

Please sign in to comment.