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
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Runestone Components
3
3
********************
4
4
This site documents the working of the Runestone Components. See the `Runestone Interactive Overview <https://runestone.academy/runestone/books/published/overview/overview.html>`_ or the `Runestone instructor's guide <https://runestone.academy/runestone/static/instructorguide/index.html>`_.
5
5
6
-
Demo linking to the Runestone Server docs: `assignments/grades_report endpoint`.
6
+
Demo linking to the Runestone Server docs: :ref:`assignments/grades_report endpoint`.
Copy file name to clipboardExpand all lines: runestone/common/js/runestonebase.js
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -74,10 +74,8 @@ export default class RunestoneBase {
74
74
});
75
75
}
76
76
77
-
// .. _logBookEvent:
78
-
//
79
-
// logBookEvent
80
-
// ------------
77
+
// _`logBookEvent`
78
+
//----------------
81
79
// This function sends the provided ``eventInfo`` to the `hsblog endpoint` of the server. Awaiting this function returns either ``undefined`` (if Runestone services are not available) or the data returned by the server as a JavaScript object (already JSON-decoded).
82
80
asynclogBookEvent(eventInfo){
83
81
if(this.graderactive){
@@ -127,10 +125,8 @@ export default class RunestoneBase {
127
125
returnpost_return;
128
126
}
129
127
130
-
// .. _logRunEvent:
131
-
//
132
-
// logRunEvent
133
-
// -----------
128
+
// -`logRunEvent`
129
+
//---------------
134
130
// This function sends the provided ``eventInfo`` to the `runlog endpoint`. When awaited, this function returns the data (decoded from JSON) the server sent back.
0 commit comments