Skip to content

Commit

Permalink
temp: Fix overview/introduction.rst build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Nov 8, 2023
1 parent a2abeb4 commit 3e49a2c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,12 @@
f"https://docs.openedx.org/en/latest/developers/references/developer_guide/glossary.html",
None,
),
"ora2": (
f"https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/exercises_tools/open_response_assessments/OpenResponseAssessments.html",
None,
),
"gdrive_files_tool": (
f"https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/exercises_tools/google_docs.html",
None,
)
}
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _EdX XBlock API Guide:
.. _Open edX XBlock API Guide:

#########################
Open edX XBlock API Guide
Expand Down
6 changes: 3 additions & 3 deletions docs/xblock-tutorial/overview/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ a different XBlock compliant runtime might not provide.
The Open edX Platform currently has a large suite of XBlocks built into its primary
repository that are available to course developers. Those XBlocks include HTML
content, videos, and interactive problems. The Open edX Platform also includes many
specialized XBlocks such as the :ref:`opencoursestaff:Google Drive Files Tool`
and :ref:`opencoursestaff:Open Response Assessments Two`. For more information,
specialized XBlocks such as the :doc:`gdrive_files_tool`
and :doc:`ora2`. For more information,
see :ref:`XBlocks and the edX Platform`.

**********************
Expand Down Expand Up @@ -70,7 +70,7 @@ XBlock, and to explain the :ref:`concepts<XBlock Concepts>` and
:ref:`anatomy<Anatomy of an XBlock>` of XBlocks.

The `XBlock SDK`_ supports the creation of new XBlocks.
Developers should also see the :ref:`xblockapi:EdX XBlock API Guide`.
Developers should also see the :ref:`Open edX XBlock API Guide`.

========================================
XBlock Independence and Interoperability
Expand Down

0 comments on commit 3e49a2c

Please sign in to comment.