Skip to content

Commit 00a032e

Browse files
authored
Merge branch 'master' into ci/rename-files
2 parents b305b4d + 7708ce2 commit 00a032e

File tree

9 files changed

+2543
-2543
lines changed

9 files changed

+2543
-2543
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,16 +202,16 @@ We recommend creating a PR in a separate branch other than `master`, especially
202202
First, make sure you have set [upstream](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork) by running:
203203

204204
```bash
205-
git remote add upstream https://github.com/PyTorchLightning/pytorch-lightning.git
205+
git remote add upstream https://github.com/Lightning-AI/lightning.git
206206
```
207207

208208
You'll know its set up right if you run `git remote -v` and see something similar to this:
209209

210210
```bash
211211
origin https://github.com/{YOUR_USERNAME}/pytorch-lightning.git (fetch)
212212
origin https://github.com/{YOUR_USERNAME}/pytorch-lightning.git (push)
213-
upstream https://github.com/PyTorchLightning/pytorch-lightning.git (fetch)
214-
upstream https://github.com/PyTorchLightning/pytorch-lightning.git (push)
213+
upstream https://github.com/Lightning-AI/lightning.git (fetch)
214+
upstream https://github.com/Lightning-AI/lightning.git (push)
215215
```
216216

217217
Checkout your feature branch and rebase it with upstream's master before pushing up your feature branch:
@@ -319,7 +319,7 @@ NOTE: Once you edit one of these files, remember to `source` it or restart your
319319
plclone (){
320320
git clone https://github.com/{YOUR_USERNAME}/pytorch-lightning.git
321321
cd pytorch-lightning
322-
git remote add upstream https://github.com/PyTorchLightning/pytorch-lightning.git
322+
git remote add upstream https://github.com/Lightning-AI/lightning.git
323323
# This is just here to print out info about your remote upstream/origin
324324
git remote -v
325325
}

.github/workflows/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

3030
## Code Quality
3131

32-
| workflow file | action |
33-
| --------------------------------- | ----------------------------------------------------------------------------------------------------- |
34-
| .codecov.yml | Measure test coverage with [codecov.io](https://app.codecov.io/gh/PyTorchLightning/pytorch-lightning) |
35-
| .github/workflows/code-checks.yml | Check Python typing with [MyPy](https://mypy.readthedocs.io/en/stable/). |
36-
| .github/workflows/ci_schema.yml | Validate the syntax of workflow files. |
32+
| workflow file | action |
33+
| --------------------------------- | ----------------------------------------------------------------------------------------- |
34+
| .codecov.yml | Measure test coverage with [codecov.io](https://app.codecov.io/gh/Lightning-AI/lightning) |
35+
| .github/workflows/code-checks.yml | Check Python typing with [MyPy](https://mypy.readthedocs.io/en/stable/). |
36+
| .github/workflows/ci_schema.yml | Validate the syntax of workflow files. |
3737

3838
## Others
3939

README.md

Lines changed: 25 additions & 26 deletions
Large diffs are not rendered by default.

docs/source-pytorch/_templates/theme_variables.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{%- set external_urls = {
2-
'github': 'https://github.com/PyTorchLightning/pytorch-lightning',
3-
'github_issues': 'https://github.com/PyTorchLightning/pytorch-lightning/issues',
4-
'contributing': 'https://github.com/PyTorchLightning/pytorch-lightning/blob/master/CONTRIBUTING.md',
2+
'github': 'https://github.com/Lightning-AI/lightning',
3+
'github_issues': 'https://github.com/Lightning-AI/lightning/issues',
4+
'contributing': 'https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md',
55
'governance': 'https://pytorch-lightning.readthedocs.io/en/latest/governance.html',
66
'docs': 'https://pytorch-lightning.rtfd.io/en/latest',
77
'twitter': 'https://twitter.com/PyTorchLightnin',
@@ -15,6 +15,6 @@
1515
'resources': 'https://pytorch-lightning.readthedocs.io/en/latest/#community-examples',
1616
'support': 'https://pytorch-lightning.rtfd.io/en/latest/',
1717
'community': 'https://www.pytorchlightning.ai/community',
18-
'forums': 'https://github.com/PyTorchLightning/pytorch-lightning/discussions',
18+
'forums': 'https://github.com/Lightning-AI/lightning/discussions',
1919
}
2020
-%}

docs/source-pytorch/starter/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ are not published yet. This is the bleeding edge, so use it at your own discreti
5050

5151
.. code-block:: bash
5252
53-
pip install https://github.com/PyTorchLightning/pytorch-lightning/archive/master.zip
53+
pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/master.zip -U
5454
5555
Install future patch releases from the source. Note that the patch release contains only the bug fixes for the recent major release.
5656

5757
.. code-block:: bash
5858
59-
pip install https://github.com/PyTorchLightning/pytorch-lightning/archive/refs/heads/release/1.5.x.zip
59+
pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/release/pytorch.zip -U

src/lightning_app/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1212

1313
### Changed
1414

15-
- Update the Lightning App docs ([#13537](https://github.com/PyTorchLightning/pytorch-lightning/pull/13537))
15+
- Update the Lightning App docs ([#13537](https://github.com/Lightning-AI/lightning/pull/13537))
1616

1717
### Changed
1818

0 commit comments

Comments
 (0)