Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit a726db4

Browse files
committed
Docs: Restore a minimal docstring pointing to full docs.
1 parent 6cb91ca commit a726db4

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

runestone/fitb/fitb.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,21 @@ def depart_fitb_node(self, node):
121121
self.body.remove(node.delimiter)
122122

123123

124-
# See the :ref:`docs <fill in the blank docs>` for the syntax of this component.
125124
class FillInTheBlank(RunestoneIdDirective):
126125
"""
127-
config values (conf.py):
126+
.. fillintheblank:: some_unique_id_here
128127
129-
- fitb_div_class - custom CSS class of the component's outermost div
128+
Put the text of the question here.
129+
See https://runestone.academy/runestone/books/published/overview/Assessments/fitb.html
130+
for additional options and documentation.
131+
- :Put the correct answer here: Put feedback displayed for this answer here.
132+
:x: Put feedback displayed for an incorrect answer here.
130133
"""
131134

135+
# config values (conf.py):
136+
#
137+
# - fitb_div_class - custom CSS class of the component's outermost div
138+
132139
required_arguments = 1
133140
optional_arguments = 0
134141
final_argument_whitespace = True

0 commit comments

Comments
 (0)