Skip to content

Commit 3c0866b

Browse files
committed
Updated text to the current event
1 parent ab896e3 commit 3c0866b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: github pages
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
deploy:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 vfdev-5, PyTorch-Ignite
3+
Copyright (c) 2021 PyTorch-Ignite
44
Copyright (c) 2020 Thomas Fan
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PyData Global 2021/10/29 - PyTorch-Ignite slides
1+
# PyData Global Mentored Sprint 2021/10/29 - PyTorch-Ignite slides
22

33
[Link to slides]()
44

@@ -11,7 +11,7 @@ This repo is under the [MIT License](LICENSE).
1111

1212
0. Clone the repository with `--recursive` option:
1313
```bash
14-
git clone --recursive https://github.com/pytorch-ignite/pydata-global2021-slides.git
14+
git clone --recursive https://github.com/pytorch-ignite/pydata-global2021-slides.git
1515
# or
1616
# git submodule --init --recursive update
1717
```

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
theme = "reveal-hugo"
22
disableKinds = ["taxonomy", "term", "sitemap", "RSS"]
3-
baseURL = "https://vfdev-5.github.io/pybucaramanga-pytorch-ignite-slides/"
3+
baseURL = "https://pytorch-ignite.github.io/pydata-global2021-slides/"
44

55
[markup.goldmark.renderer]
66
unsafe = true

content/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ src = "https://raw.githubusercontent.com/pytorch/ignite/master/assets/logo/ignit
1111
> Training and evaluating neural networks
1212
> flexibly and transparently
1313
14-
Priyansi & Victor & Taras
14+
Priyansi & Ahmed & François & Victor
1515

1616
{{< social >}}
1717

1818
{{< add_vspace >}}
1919
{{< add_vspace >}}
2020

21-
Slides:
21+
Slides:
2222

2323
---
2424

layouts/partials/reveal-hugo/end.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
</style>
1010

1111
<footer class="footer">
12-
Python Bucaramanga - 2021/10/09 ○ pytorch-ignite.ai
12+
PyData Global 2021 Mentored Sprint - 2021/10/29 ○ pytorch-ignite.ai
1313
</footer>

0 commit comments

Comments
 (0)