Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 14b32b4

Browse files
committed
build: Change name of open_edx_students dir to edx_students
1 parent 3ae1f53 commit 14b32b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+9
-9
lines changed

en_us/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ html:
3838
@echo Open edX Release Notes
3939
@cd $(CURDIR)/open_edx_release_notes && make html $(Q_FLAG)
4040
@echo edX Open edX Students
41-
@cd $(CURDIR)/open_edx_students && make html $(Q_FLAG)
41+
@cd $(CURDIR)/edx_students && make html $(Q_FLAG)
4242
@echo XBlock Tutorial
4343
@cd $(CURDIR)/xblock-tutorial && make html $(Q_FLAG)

en_us/open_edx_students/.readthedocs.yaml renamed to en_us/edx_students/.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88

99
# Build documentation in the docs/ directory with Sphinx
1010
sphinx:
11-
configuration: en_us/open_edx_students/source/conf.py
11+
configuration: en_us/edx_students/source/conf.py
1212

1313
build:
1414
os: ubuntu-22.04
File renamed without changes.
File renamed without changes.

en_us/open_edx_students/locales/pot/front_matter.pot renamed to en_us/edx_students/locales/pot/front_matter.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ msgid "The *Open edX Learner's Guide* is created using RST_ files and Sphinx_. Y
466466
msgstr ""
467467

468468
#: ../../source/front_matter/read_me.rst:9
469-
msgid "https://github.com/openedx/edx-documentation/tree/master/en_us/open_edx_students/source"
469+
msgid "https://github.com/openedx/edx-documentation/tree/master/en_us/edx_students/source"
470470
msgstr ""
471471

472472
#: ../../source/front_matter/read_me.rst:11

en_us/open_edx_students/source/front_matter/read_me.rst renamed to en_us/edx_students/source/front_matter/read_me.rst

+1-1

i18n.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo "host = https://www.transifex.com" >> $TX_CONFIG_FILE
4646
# assesing which books will remain a part of openedx and which ones are actually specific
4747
# to edx.org
4848
projects=(
49-
"en_us/open_edx_students"
49+
"en_us/edx_students"
5050
"en_us/open_edx_course_authors"
5151
"en_us/open_edx_release_notes"
5252
)

run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ then
4545
"en_us/landing_page"
4646
"en_us/open_edx_course_authors"
4747
"en_us/open_edx_release_notes"
48-
"en_us/open_edx_students"
48+
"en_us/edx_students"
4949
"en_us/students_redirect"
5050
)
5151
fi

shared/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def ism_location(dir_name):
224224
"installation" : ("https://docs.openedx.org/en/latest/", None),
225225
"olx" : ("https://docs.openedx.org/en/latest/", None),
226226
"learners" : ("", ism_location("students_redirect")),
227-
"openlearners" : (openedx_rtd_url("open-edx-learner-guide"), ism_location("open_edx_students")),
227+
"openlearners" : (openedx_rtd_url("open-edx-learner-guide"), ism_location("edx_students")),
228228
"opendevelopers" : ("https://docs.openedx.org/en/latest/", None),
229229
"opendataapi" : (edx_rtd_url("edx-data-analytics-api"), None),
230230
"openreleasenotes" : ("https://docs.openedx.org/en/latest/", None),

transifex.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ git:
22
filters:
33
- filter_type: dir
44
file_format: PO
5-
source_file_dir: en_us/open_edx_students/locales/pot/
5+
source_file_dir: en_us/edx_students/locales/pot/
66
source_file_extension: pot
77
source_language: en
8-
translation_files_expression: en_us/open_edx_students/locales/<lang>/LC_MESSAGES/
8+
translation_files_expression: en_us/edx_students/locales/<lang>/LC_MESSAGES/
99

1010
- filter_type: dir
1111
file_format: PO

0 commit comments

Comments
 (0)