Skip to content

Commit 4cc8b81

Browse files
authored
proofreading theme_result.rst (#369)
- fixes English grammar in 1 instance - adds code snippet to complete admonished example
1 parent 69b7a7d commit 4cc8b81

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/theme_result.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ directives, enable the :python:`"sphinx_immaterial.theme_result"` extension.
121121
.. rst:directive:option:: output-prefix
122122
123123
This option allows separating the generated code block and rendered result with
124-
text to conciseness. If no value is given, then the default phrase is used
124+
text for conciseness. If no value is given, then the default phrase is used
125125
"Which renders the following content:"
126126
127127
.. md-tab-set::
@@ -164,7 +164,13 @@ directives, enable the :python:`"sphinx_immaterial.theme_result"` extension.
164164
.. example::
165165
:collapsible:
166166
167-
This option was also used to add padding to the bottom of this page's recursive examples.
167+
This option was also used to add padding to this page's recursive examples'
168+
rendered output.
169+
170+
.. code-block:: rst
171+
172+
.. rst-example::
173+
:class: recursive-rst-example
168174
169175
.. literalinclude:: _static/extra_css.css
170176
:language: css

0 commit comments

Comments
 (0)