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

Commit c1fc62b

Browse files
committed
Add additional options for testing and demonstration
1 parent 08d28ca commit c1fc62b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

runestone/common/project_template/_sources/overview.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Take a look at the activecode interpreter in action. If we take a simple Python
7474

7575
.. activecode:: codeexample1
7676
:coach:
77+
:caption: This is a caption
7778

7879
print("My first program adds a list of numbers")
7980
myList = [2, 4, 6, 8, 10]
@@ -108,6 +109,8 @@ are learning to program.
108109

109110
.. activecode:: codeexample2
110111
:nocodelens:
112+
:hidecode:
113+
:autorun:
111114

112115
import turtle
113116

@@ -610,7 +613,7 @@ in the gray output area.
610613
Other Languages - LiveCode
611614
--------------------------
612615

613-
.. livecode:: lc1
616+
.. activecode:: lc1
614617
:language: java
615618
:stdin: 100
616619

0 commit comments

Comments
 (0)