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

Commit 18bf355

Browse files
bjones1bnmnetp
authored andcommitted
Docs: correct Intersphinx links.
1 parent 8df3a88 commit 18bf355

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Runestone Components
33
********************
44
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>`_.
55

6+
Demo linking to the Runestone Server docs: :ref:`assignments/grades_report endpoint`.
7+
68

79
Getting started
810
===============

runestone/common/js/runestonebase.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ export default class RunestoneBase {
7474
});
7575
}
7676

77-
// .. _logBookEvent:
78-
//
79-
// logBookEvent
80-
// ------------
77+
// _`logBookEvent`
78+
//----------------
8179
// 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).
8280
async logBookEvent(eventInfo) {
8381
if (this.graderactive) {
@@ -127,10 +125,8 @@ export default class RunestoneBase {
127125
return post_return;
128126
}
129127

130-
// .. _logRunEvent:
131-
//
132-
// logRunEvent
133-
// -----------
128+
// -`logRunEvent`
129+
//---------------
134130
// This function sends the provided ``eventInfo`` to the `runlog endpoint`. When awaited, this function returns the data (decoded from JSON) the server sent back.
135131
async logRunEvent(eventInfo) {
136132
let post_promise = "done";

runestone/timed/js/timed.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,8 @@ export default class Timed extends RunestoneBase {
997997
});
998998
localStorage.setItem(this.localStorageKey(), storageObj);
999999
}
1000+
// _`timed exam endpoint parameters`
1001+
//----------------------------------
10001002
logScore() {
10011003
this.logBookEvent({
10021004
event: "timedExam",

0 commit comments

Comments
 (0)