You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ is facing upwards, :code:`r` means the robot is facing towards the right,
54
54
:code:`d` means the robot is facing downwards, or :code:`l` means the robot is
55
55
facing towards the left).
56
56
57
-
**N.B.** You can find an example level `here <https://github.com/dwayne/herbert-python/blob/master/data/example/level3.txt>`_.
57
+
**N.B.** You can find an example level `here <https://github.com/dwayne/herbert-python/blob/master/data/example/level3.txt>`__.
58
58
59
59
On each level there are some white buttons. To solve a level you must press all
60
60
the white buttons. Your goal then is to program Herbert, in a language called
@@ -72,12 +72,12 @@ allotted maximum number of bytes.
72
72
**The "h" language**
73
73
74
74
It is a simple language that contains statements, procedures with zero or more
75
-
parameters and recursion. Check out the tutorial `here <https://github.com/dwayne/herbert-python/blob/master/data/resources/Tutorial.aspx.html>`_
75
+
parameters and recursion. Check out the tutorial `here <https://github.com/dwayne/herbert-python/blob/master/data/resources/Tutorial.aspx.html>`__
76
76
to get a better understanding of the language.
77
77
78
-
You can find examples of the language in use `here <https://github.com/dwayne/herbert-python/blob/master/data/example/sol3a.h>`_,
0 commit comments