Skip to content

Commit

Permalink
mv docs for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskiesel committed Jun 19, 2024
1 parent 4615866 commit 0c7b7c6
Show file tree
Hide file tree
Showing 28 changed files with 60 additions and 69 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
121 changes: 56 additions & 65 deletions docs/api/index.html → docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"simulation-server": "bin/simulation-server.js"
},
"scripts": {
"doc": "documentation build -f html -o docs/api/ --github --config docs/api/config.yml"
"doc": "documentation build -f html -o docs/ --github --config docs/config.yml"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const defaultLogCallback = entry => console.error(JSON.stringify(entry));
* either one of the standard classes of GenIRSim or one in `additionalSystems`
* @param {number} [configuration.maxTurns] - The maximum number of user turns
* to simulate (default: 3)
* @param {Object} [options] -
* @param {Object} [options]
* @param {function} [options.logCallback] - The function to consume all
* {@link LogbookEntry} of the simulation
* @param {Object} [options.additionalUsers] - Object that contains non-standard
Expand Down Expand Up @@ -155,7 +155,7 @@ async function evaluateTurn(instantiatedEvaluators, logbook, simulation, userTur
* in the the constructor and (2) has a property `class` that is the name of the
* evaluator class, either one of the standard classes of GenIRSim or one in
* `additionalEvaluators`
* @param {Object} [options] -
* @param {Object} [options]
* @param {function} [options.logCallback] - The function to consume all
* {@link LogbookEntry} of the evaluation
* @param {Object} [options.additionalEvaluators] - Object that contains
Expand Down Expand Up @@ -211,7 +211,7 @@ export async function evaluate(simulation, configuration, options = undefined) {
* simulation, see {@link simulate}
* @param {Object} configuration.evaluation - The configuration for the
* evaluation, see {@link evaluate}
* @param {Object} [options] -
* @param {Object} [options]
* @param {function} [options.logCallback] - The function to consume all
* {@link LogbookEntry} of the simulation and evaluation
* @param {Object} [options.additionalUsers] - Object that contains non-standard {User}
Expand Down

0 comments on commit 0c7b7c6

Please sign in to comment.