Skip to content

Commit 9540632

Browse files
committed
Add CI description check
1 parent ca333e9 commit 9540632

File tree

3 files changed

+95
-0
lines changed

3 files changed

+95
-0
lines changed

docs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# from the environment for the first two.
66
SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
8+
SPHINXINTL ?= sphinx-intl
89
SOURCEDIR = .
910
BUILDDIR = _build/html
1011
SPHINXOPTS += -W --keep-going -n
@@ -18,5 +19,6 @@ help:
1819
# Catch-all target: route all unknown targets to Sphinx using the new
1920
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2021
%: Makefile
22+
@$(SPHINXINTL) update -p _build/gettext -l en -l ru
2123
@$(SPHINXBUILD) -b html -D language=en "$(SOURCEDIR)" "$(BUILDDIR)/en" $(SPHINXOPTS) $(O)
2224
@$(SPHINXBUILD) -b html -D language=ru "$(SOURCEDIR)" "$(BUILDDIR)/ru" $(SPHINXOPTS) $(O)
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2025, Learning Process
3+
# This file is distributed under the same license as the Parallel
4+
# Programming Course package.
5+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
6+
#
7+
#, fuzzy
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Parallel Programming Course \n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2025-01-25 16:54+0100\n"
13+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15+
"Language: en\n"
16+
"Language-Team: en <LL@li.org>\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"MIME-Version: 1.0\n"
19+
"Content-Type: text/plain; charset=utf-8\n"
20+
"Content-Transfer-Encoding: 8bit\n"
21+
"Generated-By: Babel 2.16.0\n"
22+
23+
#: ../../user_guide/ci.rst:2
24+
msgid "Continuous Integration (CI)"
25+
msgstr ""
26+
27+
#: ../../user_guide/ci.rst:4
28+
msgid ""
29+
"Students need to pass all the checks in the CI pipeline before their work"
30+
" can be considered for submission. This includes successful code "
31+
"checkout, build ans testing stages. Each integration is verified by an "
32+
"automated build and automated tests."
33+
msgstr ""
34+
35+
#: ../../user_guide/ci.rst:9
36+
msgid "CI Pipeline"
37+
msgstr ""
38+
39+
#: ../../user_guide/ci.rst:11
40+
msgid "The CI pipeline for this project is illustrated in the following diagram:"
41+
msgstr ""
42+
43+
#: ../../user_guide/ci.rst:13
44+
msgid "CI Pipeline Diagram"
45+
msgstr ""
46+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2025, Learning Process
3+
# This file is distributed under the same license as the Parallel
4+
# Programming Course package.
5+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
6+
#
7+
#, fuzzy
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Parallel Programming Course \n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2025-01-25 16:54+0100\n"
13+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15+
"Language: ru\n"
16+
"Language-Team: ru <LL@li.org>\n"
17+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
18+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19+
"MIME-Version: 1.0\n"
20+
"Content-Type: text/plain; charset=utf-8\n"
21+
"Content-Transfer-Encoding: 8bit\n"
22+
"Generated-By: Babel 2.16.0\n"
23+
24+
#: ../../user_guide/ci.rst:2
25+
msgid "Continuous Integration (CI)"
26+
msgstr ""
27+
28+
#: ../../user_guide/ci.rst:4
29+
msgid ""
30+
"Students need to pass all the checks in the CI pipeline before their work"
31+
" can be considered for submission. This includes successful code "
32+
"checkout, build ans testing stages. Each integration is verified by an "
33+
"automated build and automated tests."
34+
msgstr ""
35+
36+
#: ../../user_guide/ci.rst:9
37+
msgid "CI Pipeline"
38+
msgstr ""
39+
40+
#: ../../user_guide/ci.rst:11
41+
msgid "The CI pipeline for this project is illustrated in the following diagram:"
42+
msgstr ""
43+
44+
#: ../../user_guide/ci.rst:13
45+
msgid "CI Pipeline Diagram"
46+
msgstr ""
47+

0 commit comments

Comments
 (0)