diff --git a/docs/introduction.rst b/docs/introduction.rst index ad67d0a79..7f5d61fa4 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -1,4 +1,4 @@ -.. _Introduction to XBlocks: +.. Introduction to XBlocks: ####################### Introduction to XBlocks diff --git a/docs/xblock-tutorial/anatomy/html.rst b/docs/xblock-tutorial/anatomy/html.rst index 549f8ff7a..c8123289e 100644 --- a/docs/xblock-tutorial/anatomy/html.rst +++ b/docs/xblock-tutorial/anatomy/html.rst @@ -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 `. The HTML content can reference the XBlock diff --git a/docs/xblock-tutorial/anatomy/python.rst b/docs/xblock-tutorial/anatomy/python.rst index 8b20ce0c0..044936149 100644 --- a/docs/xblock-tutorial/anatomy/python.rst +++ b/docs/xblock-tutorial/anatomy/python.rst @@ -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 `, :ref:`views `, :ref:`handlers `, and workbench diff --git a/docs/xblock-tutorial/reusable/XBlock_URL_example_after.png b/docs/xblock-tutorial/reusable/images/XBlock_URL_example_after.png similarity index 100% rename from docs/xblock-tutorial/reusable/XBlock_URL_example_after.png rename to docs/xblock-tutorial/reusable/images/XBlock_URL_example_after.png diff --git a/docs/xblock-tutorial/reusable/XBlock_URL_example_before.png b/docs/xblock-tutorial/reusable/images/XBlock_URL_example_before.png similarity index 100% rename from docs/xblock-tutorial/reusable/XBlock_URL_example_before.png rename to docs/xblock-tutorial/reusable/images/XBlock_URL_example_before.png