Skip to content

Commit ce6d6c9

Browse files
committed
Fix build errors
1 parent a8ac806 commit ce6d6c9

File tree

7 files changed

+27
-29
lines changed

7 files changed

+27
-29
lines changed

source/educators/olx/directory-structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ For more information, see :ref:`Course Assets`.
179179
The ``tabs`` directory contains an HTML file for each page you add to your
180180
course.
181181

182-
For more information, see :ref:`Course Tabs`.
182+
For more information, see :ref:`Create tabs, or pages, in your course<Course Tabs OLX>`.
183183

184184
==========================
185185
``vertical`` Directory

source/educators/olx/example-course/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ courses in many ways. While there is no best way to structure courses in all
1111
situations, there are best practices that help make an OLX course easier to
1212
create and maintain.
1313

14-
This section uses the `olx-example`_ course as an example of how to create an
15-
OLX course. The files for `olx-example`_ are stored in GitHub, so you can
14+
This section uses the `olx_example_course`_ as an example of how to create an
15+
OLX course. The files for the `olx_example_course`_ are stored in GitHub, so you can
1616
explore how the course is made for yourself.
1717

1818
These topics examine the overall structure of the olx-example course and how the

source/educators/olx/example-course/insider-structure.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ olx_example_course and Directory File Structures
2424
All files and subdirectories that comprise *olx_example_course* are stored in the
2525
`olx_example_course course`_ directory in the ``training-courses`` GitHub repository.
2626

27-
.. admonition:: TODO FIX THIS IMAGE
27+
.. admonition:: TODO
28+
29+
Fix this image
2830

2931
.. Image:: /_images/olx-example-images/olx-example-github.png
3032
:alt: The olx_example_course in GitHub, showing the file structure of the ``course/`` directory.
@@ -33,7 +35,7 @@ All files and subdirectories that comprise *olx_example_course* are stored in th
3335
Top-level Directories
3436
**********************
3537

36-
The `olx-example_course course`_ directory in the ``training-courses`` GitHub
38+
The `olx_example_course course`_ directory in the ``training-courses`` GitHub
3739
repository contains the ``course.xml`` file as well as various XBlock and
3840
Platform directories.
3941

source/educators/olx/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ complete the following steps.
2323
#. :ref:`Define course policies<Course Policies>`.
2424
#. :ref:`Add course assets<Course Assets>`.
2525
#. :ref:`Create the course Overview page<Course Overview>`.
26-
#. :ref:`Create tabs, or pages, in your course<Course Tabs>`.
26+
#. :ref:`Create tabs, or pages, in your course<Course Tabs OLX>`.
2727
#. :ref:`Organize Courseware<OLX Course Building Blocks>`.
2828
#. :ref:`Create course components<OLX Components>`.
2929
#. :ref:`Create problems and tools<Components and Activities TOC>`.

source/educators/olx/organizing-course/course-structure-overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ following list describes the types of supported content.
5656
more information, see :ref:`Course Assets`.
5757

5858
* Course pages are custom pages that you can have appear in the top navigation
59-
menu of your course. For more information, see :ref:`Course Tabs`.
59+
menu of your course. For more information, see :ref:`Create tabs, or pages, in your course<Course Tabs OLX>`.
6060

6161
****************************
6262
Course Policies

source/educators/olx/pages/pages.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.. _Course Tabs:
1+
.. _Course Tabs OLX:
22

33
########################################
44
Create Course Tabs in OLX
5-
#########################################
5+
########################################
66

77
.. tags:: educator, how-to
88

@@ -36,14 +36,12 @@ in :ref:`Course Policies`.
3636
3737
{
3838
"course/2025": {
39-
...
40-
41-
{
42-
"course_staff_only": false,
43-
"name": "HTML Custom Tab",
44-
"type": "static_tab",
45-
"url_slug": "html_custom_tab"
46-
}
39+
{
40+
"course_staff_only": false,
41+
"name": "HTML Custom Tab",
42+
"type": "static_tab",
43+
"url_slug": "html_custom_tab"
44+
},
4745
}
4846
4947

source/educators/olx/policies/assets-policy.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,20 +142,18 @@ with information in the ``pdf_textbooks`` key:
142142
143143
{
144144
"course/2025": {
145-
...
146145
"pdf_textbooks": [
147-
{
148-
"chapters": [
149-
{
150-
"title": "Full Book",
151-
"url": "/asset-v1:OpenedX+OLXex+2025+type@asset+block@Education_for_a_Digital_World.pdf"
152-
}
153-
],
154-
"id": "6Education_for_a_Digital_World",
155-
"tab_title": "Education for a Digital World: Advice, Guidelines and Effective Practice from Around Globe"
156-
}
146+
{
147+
"chapters": [
148+
{
149+
"title": "Full Book",
150+
"url": "/asset-v1:OpenedX+OLXex+2025+type@asset+block@Education_for_a_Digital_World.pdf"
151+
}
152+
],
153+
"id": "6Education_for_a_Digital_World",
154+
"tab_title": "Education for a Digital World: Advice, Guidelines and Effective Practice from Around Globe"
155+
}
157156
],
158-
...
159157
}
160158
161159
.. seealso::

0 commit comments

Comments
 (0)