Skip to content

Commit

Permalink
temp: try fixing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Nov 3, 2023
1 parent 765b9f6 commit 7ac74b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _Introduction to XBlocks:
.. Introduction to XBlocks:
#######################
Introduction to XBlocks
Expand Down
4 changes: 3 additions & 1 deletion docs/xblock-tutorial/anatomy/html.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This section of the tutorial walks through the HTML file, `thumbs.html`_, that
is part of the Thumbs XBlock in the XBlock SDK.

If you completed the steps in :ref:`Build an XBlock Quick Start`, you can find
this file locally at ``xblock_development/xblock-sdk/sample_xblocks/thumbs/static/html/thumbs.html``.
this file locally at::

xblock_development/xblock-sdk/sample_xblocks/thumbs/static/html/thumbs.html

In the XBlock HTML file, you define the HTML content that is added to a
:ref:`fragment <XBlock Fragments>`. The HTML content can reference the XBlock
Expand Down
2 changes: 1 addition & 1 deletion docs/xblock-tutorial/anatomy/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This section of the tutorial walks through the Python file, `thumbs.py`_, for
the Thumbs XBlock example in the XBlock SDK.

If you completed the steps in :ref:`Build an XBlock Quick Start`, you can find
this file locally at ``xblock_development/xblock-sdk/sample_xblocks/thumbs/thumbs.py``.
this file locally at:: ``xblock_development/xblock-sdk/sample_xblocks/thumbs/thumbs.py``.

In the XBlock Python file, you define :ref:`fields <XBlock Fields>`,
:ref:`views <View Methods>`, :ref:`handlers <Handler Methods>`, and workbench
Expand Down

0 comments on commit 7ac74b4

Please sign in to comment.