File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
import tqdm
8
8
import yaml
9
9
10
- REPO_NAME = "lightning-examples "
10
+ REPO_NAME = "lightning-tutorials "
11
11
DEFAULT_BRANCH = "main"
12
12
TEMPLATE_HEADER = f"""
13
13
# %%%% [markdown] colab_type="text" id="view-in-github"
Original file line number Diff line number Diff line change 1
- # Pytorch lightning Examples
1
+ # PytorchLightning Tutorials
2
2
3
- [ ![ Publish notebook] ( https://github.com/PyTorchLightning/lightning-examples /actions/workflows/pub_notebooks.yml/badge.svg )] ( https://github.com/PyTorchLightning/lightning-examples /actions/workflows/pub_notebooks.yml )
4
- [ ![ Code formatting] ( https://github.com/PyTorchLightning/lightning-examples /actions/workflows/ci_code-format.yml/badge.svg?event=push )] ( https://github.com/PyTorchLightning/lightning-examples /actions/workflows/ci_code-format.yml )
5
- [ ![ Deploy Docs] ( https://github.com/PyTorchLightning/lightning-examples /actions/workflows/docs-deploy.yml/badge.svg )] ( https://github.com/PyTorchLightning/lightning-examples /actions/workflows/docs-deploy.yml )
3
+ [ ![ Publish notebook] ( https://github.com/PyTorchLightning/lightning-tutorials /actions/workflows/pub_notebooks.yml/badge.svg )] ( https://github.com/PyTorchLightning/lightning-tutorials /actions/workflows/pub_notebooks.yml )
4
+ [ ![ Code formatting] ( https://github.com/PyTorchLightning/lightning-tutorials /actions/workflows/ci_code-format.yml/badge.svg?event=push )] ( https://github.com/PyTorchLightning/lightning-tutorials /actions/workflows/ci_code-format.yml )
5
+ [ ![ Deploy Docs] ( https://github.com/PyTorchLightning/lightning-tutorials /actions/workflows/docs-deploy.yml/badge.svg )] ( https://github.com/PyTorchLightning/lightning-tutorials /actions/workflows/docs-deploy.yml )
6
6
7
7
This is the Lightning Library - collection of Lightning related notebooks which are pulled back to the main repo as submodule and rendered inside the main documentations.
8
8
The key features/highlights:
Original file line number Diff line number Diff line change 27
27
# -- Project information -----------------------------------------------------
28
28
29
29
# this name shall match the project name in Github as it is used for linking to code
30
- project = 'Lightning-Examples '
30
+ project = 'lightning-tutorials '
31
31
author = "PytorchLightning team"
32
32
copyright = f'Copyright (c) 2020-2021, { author } .'
33
33
homepage = "https://www.pytorchlightning.ai"
You can’t perform that action at this time.
0 commit comments