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

Commit 62575d5

Browse files
authored
[Submodules] Move specification submodules to spec directory (#174)
2 parents 9409a2d + 0e5dc42 commit 62575d5

File tree

17 files changed

+491
-795
lines changed

17 files changed

+491
-795
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
path = problem-sets
33
url = git@github.com:edu-python-course/problem-sets
44
[submodule "src/appx/blog"]
5-
path = src/appx/blog
5+
path = src/spec/blog
66
url = git@github.com:edu-python-course/blog-spec
77
[submodule "src/appx/libms"]
8-
path = src/appx/libms
8+
path = src/spec/libms
99
url = git@github.com:edu-python-course/libms-spec.git
1010
[submodule "src/spec/giver"]
1111
path = src/spec/giver

poetry.lock

Lines changed: 37 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ sphinxcontrib-bibtex = "^2.5.0"
4141
sphinxcontrib-mermaid = "^0.8.1"
4242
sphinx-copybutton = "^0.5.2"
4343
toml = "^0.10.2"
44+
sphinx-reredirects = "^0.1.3"
4445

4546
[build-system]
4647
requires = ["poetry-core>=1.0.0"]

requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
alabaster==0.7.13 ; python_version >= "3.9" and python_version < "4.0"
2-
babel==2.13.1 ; python_version >= "3.9" and python_version < "4.0"
3-
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0"
2+
babel==2.14.0 ; python_version >= "3.9" and python_version < "4.0"
3+
certifi==2023.11.17 ; python_version >= "3.9" and python_version < "4.0"
44
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
55
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
66
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows"
77
docutils==0.18.1 ; python_version >= "3.9" and python_version < "4.0"
8-
idna==3.4 ; python_version >= "3.9" and python_version < "4.0"
8+
idna==3.6 ; python_version >= "3.9" and python_version < "4.0"
99
imagesize==1.4.1 ; python_version >= "3.9" and python_version < "4.0"
10-
importlib-metadata==6.8.0 ; python_version >= "3.9" and python_version < "3.10"
10+
importlib-metadata==7.0.1 ; python_version >= "3.9" and python_version < "3.10"
1111
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
1212
latexcodec==2.0.1 ; python_version >= "3.9" and python_version < "4.0"
1313
markdown-it-py==2.2.0 ; python_version >= "3.9" and python_version < "4.0"
@@ -18,14 +18,15 @@ myst-parser==1.0.0 ; python_version >= "3.9" and python_version < "4.0"
1818
packaging==23.2 ; python_version >= "3.9" and python_version < "4.0"
1919
pybtex-docutils==1.0.3 ; python_version >= "3.9" and python_version < "4.0"
2020
pybtex==0.24.0 ; python_version >= "3.9" and python_version < "4.0"
21-
pygments==2.16.1 ; python_version >= "3.9" and python_version < "4.0"
21+
pygments==2.17.2 ; python_version >= "3.9" and python_version < "4.0"
2222
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
2323
requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
24-
setuptools==68.2.2 ; python_version >= "3.9" and python_version < "4.0"
24+
setuptools==69.0.3 ; python_version >= "3.9" and python_version < "4.0"
2525
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
2626
snowballstemmer==2.2.0 ; python_version >= "3.9" and python_version < "4.0"
2727
sphinx-copybutton==0.5.2 ; python_version >= "3.9" and python_version < "4.0"
2828
sphinx-intl==2.1.0 ; python_version >= "3.9" and python_version < "4.0"
29+
sphinx-reredirects==0.1.3 ; python_version >= "3.9" and python_version < "4.0"
2930
sphinx-rtd-theme==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
3031
sphinx==6.2.1 ; python_version >= "3.9" and python_version < "4.0"
3132
sphinxcontrib-applehelp==1.0.7 ; python_version >= "3.9" and python_version < "4.0"

src/_locales/uk/LC_MESSAGES/appx/printf.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python Training Course 2022.11.dev\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2023-10-05 19:49+0300\n"
10-
"PO-Revision-Date: 2023-10-05 20:02+0300\n"
9+
"POT-Creation-Date: 2023-12-26 23:58+0200\n"
10+
"PO-Revision-Date: 2023-12-27 00:02+0200\n"
1111
"Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
1212
"Language-Team: ua <LL@li.org>\n"
1313
"Language: uk\n"
@@ -16,8 +16,8 @@ msgstr ""
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
1818
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
19-
"Generated-By: Babel 2.13.0\n"
20-
"X-Generator: Poedit 3.4\n"
19+
"Generated-By: Babel 2.14.0\n"
20+
"X-Generator: Poedit 3.4.2\n"
2121

2222
#: ../../src/appx/printf.txt:-1
2323
msgid "Formatted strings usage in Python"
@@ -32,8 +32,8 @@ msgid "python, string, formatting"
3232
msgstr "python, string, formatting"
3333

3434
#: ../../src/appx/printf.txt:10
35-
msgid "``printf-style`` String Formatting"
36-
msgstr "``printf-style`` Форматування рядків"
35+
msgid "String Formatting: printf-style"
36+
msgstr "Форматування рядка: стиль printf"
3737

3838
#: ../../src/appx/printf.txt:12
3939
msgid ""

0 commit comments

Comments
 (0)