Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit b107fba

Browse files
committed
Updated challenge: WRW -> WTK
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
1 parent a290242 commit b107fba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-course"
3-
version = "2022.11.dev"
3+
version = "2023.04.dev"
44
description = ""
55
license = "MIT"
66
authors = [
@@ -11,7 +11,7 @@ maintainers = [
1111
"Serhii Horodilov <sgorodil@gmail.com>"
1212
]
1313
readme = "README.rst"
14-
homepage = "" # todo:
14+
homepage = "https://edu-python-course.github.io"
1515
repository = "https://github.com/edu-python-course/edu-python-course.github.io"
1616
keywords = [
1717
"python",

src/appx/wrw_game.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/appx/wtk.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: /../problem-sets/src/wtk/challenge.rst

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
f"{datetime.now().year}, Python training course authors and contributors"
1515
authors = "Vladyslav Ponomaryov \\and " \
1616
"Serhii Horodilov"
17-
version = "2022.11.dev"
17+
version = "2023.04.dev"
1818

1919
# general configuration
2020
master_doc = root_doc = "index"

src/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
appx/precedence
2929
appx/printf
3030
appx/conv_store
31-
appx/wrw_game
31+
appx/wtk
3232
appx/blog
3333

3434
.. rubric:: References

0 commit comments

Comments
 (0)