Skip to content

Commit b7aeeb0

Browse files
committed
rename >> tutorials
1 parent 946a125 commit b7aeeb0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.actions/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import tqdm
88
import yaml
99

10-
REPO_NAME = "lightning-examples"
10+
REPO_NAME = "lightning-tutorials"
1111
DEFAULT_BRANCH = "main"
1212
TEMPLATE_HEADER = f"""
1313
# %%%% [markdown] colab_type="text" id="view-in-github"

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Pytorch lightning Examples
1+
# PytorchLightning Tutorials
22

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)
66

77
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.
88
The key features/highlights:

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# -- Project information -----------------------------------------------------
2828

2929
# 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'
3131
author = "PytorchLightning team"
3232
copyright = f'Copyright (c) 2020-2021, {author}.'
3333
homepage = "https://www.pytorchlightning.ai"

0 commit comments

Comments
 (0)