From 6515b87e5640934b723efdc1ad2f4713672dd2bc Mon Sep 17 00:00:00 2001 From: ClaasRostock Date: Sun, 22 Oct 2023 05:36:39 +0000 Subject: [PATCH] deploy: a1d03b94f2efadac5d1b670f1e9e78178eb22ba7 --- .buildinfo | 4 + .nojekyll | 0 CHANGELOG.html | 832 ++ LICENSE.html | 312 + README.html | 417 + STYLEGUIDE.html | 750 ++ _images/demoCase.png | Bin 0 -> 50178 bytes _sources/CHANGELOG.md.txt | 2 + _sources/LICENSE.md.txt | 3 + _sources/README.md.txt | 2 + _sources/STYLEGUIDE.md.txt | 2 + _sources/api.rst.txt | 7 + _sources/cli.importSystemStructure.rst.txt | 3 + _sources/cli.ospCaseBuilder.rst.txt | 3 + _sources/cli.rst.txt | 9 + _sources/cli.watchCosim.rst.txt | 3 + _sources/fileFormat.caseDict.md.txt | 300 + _sources/fileFormat.rst.txt | 8 + _sources/fileFormat.watchDict.md.txt | 59 + _sources/index.rst.txt | 27 + _sources/ospx.component.rst.txt | 7 + _sources/ospx.connection.rst.txt | 7 + _sources/ospx.connector.rst.txt | 7 + _sources/ospx.fmi.experiment.rst.txt | 7 + _sources/ospx.fmi.fmu.rst.txt | 7 + _sources/ospx.fmi.rst.txt | 18 + _sources/ospx.fmi.unit.rst.txt | 7 + _sources/ospx.fmi.variable.rst.txt | 7 + _sources/ospx.graph.rst.txt | 7 + _sources/ospx.importer.rst.txt | 7 + _sources/ospx.ospCaseBuilder.rst.txt | 7 + _sources/ospx.ospSimulationCase.rst.txt | 7 + _sources/ospx.rst.txt | 32 + _sources/ospx.simulation.rst.txt | 7 + _sources/ospx.system.rst.txt | 7 + _sources/ospx.watch.rst.txt | 15 + _sources/ospx.watch.watchCosim.rst.txt | 7 + _static/OSPx.png | Bin 0 -> 20168 bytes _static/OSPx.svg | 1 + _static/basic.css | 925 ++ _static/debug.css | 69 + _static/doctools.js | 156 + _static/documentation_options.js | 13 + _static/file.png | Bin 0 -> 286 bytes _static/language_data.js | 199 + _static/minus.png | Bin 0 -> 90 bytes _static/plus.png | Bin 0 -> 90 bytes _static/pygments.css | 258 + _static/scripts/furo-extensions.js | 0 _static/scripts/furo.js | 3 + _static/scripts/furo.js.LICENSE.txt | 7 + _static/scripts/furo.js.map | 1 + _static/searchtools.js | 574 + _static/skeleton.css | 296 + _static/sphinx_highlight.js | 154 + _static/styles/furo-extensions.css | 2 + _static/styles/furo-extensions.css.map | 1 + _static/styles/furo.css | 2 + _static/styles/furo.css.map | 1 + api.html | 354 + branch/fmi2_object_model/.buildinfo | 4 + branch/fmi2_object_model/CHANGELOG.html | 652 + branch/fmi2_object_model/LICENSE.html | 317 + branch/fmi2_object_model/README.html | 422 + branch/fmi2_object_model/STYLEGUIDE.html | 749 ++ branch/fmi2_object_model/_images/demoCase.png | Bin 0 -> 50178 bytes .../_sources/CHANGELOG.md.txt | 2 + .../fmi2_object_model/_sources/LICENSE.md.txt | 3 + .../fmi2_object_model/_sources/README.md.txt | 2 + .../_sources/STYLEGUIDE.md.txt | 2 + branch/fmi2_object_model/_sources/api.rst.txt | 7 + .../cli.importSystemStructure.rst.txt | 3 + .../_sources/cli.ospCaseBuilder.rst.txt | 3 + branch/fmi2_object_model/_sources/cli.rst.txt | 9 + .../_sources/cli.watchCosim.rst.txt | 3 + .../_sources/fileFormat.caseDict.md.txt | 300 + .../_sources/fileFormat.rst.txt | 8 + .../_sources/fileFormat.watchDict.md.txt | 59 + .../fmi2_object_model/_sources/index.rst.txt | 27 + .../_sources/ospx.component.rst.txt | 7 + .../_sources/ospx.connection.rst.txt | 7 + .../_sources/ospx.connector.rst.txt | 7 + .../_sources/ospx.fmi.experiment.rst.txt | 7 + .../_sources/ospx.fmi.fmu.rst.txt | 7 + .../_sources/ospx.fmi.rst.txt | 18 + .../_sources/ospx.fmi.unit.rst.txt | 7 + .../_sources/ospx.fmi.variable.rst.txt | 7 + .../_sources/ospx.graph.rst.txt | 7 + .../_sources/ospx.importer.rst.txt | 7 + .../_sources/ospx.ospCaseBuilder.rst.txt | 7 + .../_sources/ospx.ospSimulationCase.rst.txt | 7 + .../fmi2_object_model/_sources/ospx.rst.txt | 32 + .../_sources/ospx.simulation.rst.txt | 7 + .../_sources/ospx.system.rst.txt | 7 + .../_sources/ospx.systemStructure.rst.txt | 7 + .../_sources/ospx.watch.rst.txt | 15 + .../_sources/ospx.watch.watchCosim.rst.txt | 7 + branch/fmi2_object_model/_static/OSPx.png | Bin 0 -> 20168 bytes branch/fmi2_object_model/_static/OSPx.svg | 1 + .../_sphinx_javascript_frameworks_compat.js | 134 + branch/fmi2_object_model/_static/basic.css | 900 ++ branch/fmi2_object_model/_static/debug.css | 69 + branch/fmi2_object_model/_static/doctools.js | 156 + .../_static/documentation_options.js | 14 + branch/fmi2_object_model/_static/file.png | Bin 0 -> 286 bytes .../fmi2_object_model/_static/jquery-3.6.0.js | 10881 ++++++++++++++++ branch/fmi2_object_model/_static/jquery.js | 2 + .../_static/language_data.js | 199 + branch/fmi2_object_model/_static/minus.png | Bin 0 -> 90 bytes branch/fmi2_object_model/_static/plus.png | Bin 0 -> 90 bytes branch/fmi2_object_model/_static/pygments.css | 255 + .../_static/scripts/furo-extensions.js | 0 .../fmi2_object_model/_static/scripts/furo.js | 3 + .../_static/scripts/furo.js.LICENSE.txt | 7 + .../_static/scripts/furo.js.map | 1 + .../fmi2_object_model/_static/searchtools.js | 566 + branch/fmi2_object_model/_static/skeleton.css | 296 + .../_static/sphinx_highlight.js | 144 + .../_static/styles/furo-extensions.css | 2 + .../_static/styles/furo-extensions.css.map | 1 + .../fmi2_object_model/_static/styles/furo.css | 2 + .../_static/styles/furo.css.map | 1 + .../_static/underscore-1.13.1.js | 2042 +++ .../fmi2_object_model/_static/underscore.js | 6 + branch/fmi2_object_model/api.html | 359 + branch/fmi2_object_model/cli.html | 319 + .../cli.importSystemStructure.html | 340 + .../fmi2_object_model/cli.ospCaseBuilder.html | 343 + branch/fmi2_object_model/cli.watchCosim.html | 346 + .../fileFormat.caseDict.html | 735 ++ branch/fmi2_object_model/fileFormat.html | 317 + .../fileFormat.watchDict.html | 400 + branch/fmi2_object_model/genindex.html | 835 ++ branch/fmi2_object_model/index.html | 416 + branch/fmi2_object_model/objects.inv | Bin 0 -> 2038 bytes branch/fmi2_object_model/ospx.component.html | 393 + branch/fmi2_object_model/ospx.connection.html | 378 + branch/fmi2_object_model/ospx.connector.html | 363 + .../ospx.fmi.experiment.html | 353 + branch/fmi2_object_model/ospx.fmi.fmu.html | 387 + branch/fmi2_object_model/ospx.fmi.html | 386 + branch/fmi2_object_model/ospx.fmi.unit.html | 450 + .../fmi2_object_model/ospx.fmi.variable.html | 374 + branch/fmi2_object_model/ospx.graph.html | 335 + branch/fmi2_object_model/ospx.html | 468 + branch/fmi2_object_model/ospx.importer.html | 333 + .../ospx.ospCaseBuilder.html | 358 + .../ospx.ospSimulationCase.html | 380 + branch/fmi2_object_model/ospx.simulation.html | 357 + branch/fmi2_object_model/ospx.system.html | 368 + .../ospx.systemStructure.html | 282 + branch/fmi2_object_model/ospx.watch.html | 335 + .../ospx.watch.watchCosim.html | 362 + branch/fmi2_object_model/py-modindex.html | 392 + branch/fmi2_object_model/search.html | 289 + branch/fmi2_object_model/searchindex.js | 1 + branch/main/.buildinfo | 4 + branch/main/CHANGELOG.html | 832 ++ branch/main/LICENSE.html | 312 + branch/main/README.html | 417 + branch/main/STYLEGUIDE.html | 750 ++ branch/main/_images/demoCase.png | Bin 0 -> 50178 bytes branch/main/_sources/CHANGELOG.md.txt | 2 + branch/main/_sources/LICENSE.md.txt | 3 + branch/main/_sources/README.md.txt | 2 + branch/main/_sources/STYLEGUIDE.md.txt | 2 + branch/main/_sources/api.rst.txt | 7 + .../cli.importSystemStructure.rst.txt | 3 + .../main/_sources/cli.ospCaseBuilder.rst.txt | 3 + branch/main/_sources/cli.rst.txt | 9 + branch/main/_sources/cli.watchCosim.rst.txt | 3 + .../main/_sources/fileFormat.caseDict.md.txt | 300 + branch/main/_sources/fileFormat.rst.txt | 8 + .../main/_sources/fileFormat.watchDict.md.txt | 59 + branch/main/_sources/index.rst.txt | 27 + branch/main/_sources/ospx.component.rst.txt | 7 + branch/main/_sources/ospx.connection.rst.txt | 7 + branch/main/_sources/ospx.connector.rst.txt | 7 + .../main/_sources/ospx.fmi.experiment.rst.txt | 7 + branch/main/_sources/ospx.fmi.fmu.rst.txt | 7 + branch/main/_sources/ospx.fmi.rst.txt | 18 + branch/main/_sources/ospx.fmi.unit.rst.txt | 7 + .../main/_sources/ospx.fmi.variable.rst.txt | 7 + branch/main/_sources/ospx.graph.rst.txt | 7 + branch/main/_sources/ospx.importer.rst.txt | 7 + .../main/_sources/ospx.ospCaseBuilder.rst.txt | 7 + .../_sources/ospx.ospSimulationCase.rst.txt | 7 + branch/main/_sources/ospx.rst.txt | 32 + branch/main/_sources/ospx.simulation.rst.txt | 7 + branch/main/_sources/ospx.system.rst.txt | 7 + branch/main/_sources/ospx.watch.rst.txt | 15 + .../_sources/ospx.watch.watchCosim.rst.txt | 7 + branch/main/_static/OSPx.png | Bin 0 -> 20168 bytes branch/main/_static/OSPx.svg | 1 + branch/main/_static/basic.css | 925 ++ branch/main/_static/debug.css | 69 + branch/main/_static/doctools.js | 156 + branch/main/_static/documentation_options.js | 13 + branch/main/_static/file.png | Bin 0 -> 286 bytes branch/main/_static/language_data.js | 199 + branch/main/_static/minus.png | Bin 0 -> 90 bytes branch/main/_static/plus.png | Bin 0 -> 90 bytes branch/main/_static/pygments.css | 258 + .../main/_static/scripts/furo-extensions.js | 0 branch/main/_static/scripts/furo.js | 3 + .../main/_static/scripts/furo.js.LICENSE.txt | 7 + branch/main/_static/scripts/furo.js.map | 1 + branch/main/_static/searchtools.js | 574 + branch/main/_static/skeleton.css | 296 + branch/main/_static/sphinx_highlight.js | 154 + .../main/_static/styles/furo-extensions.css | 2 + .../_static/styles/furo-extensions.css.map | 1 + branch/main/_static/styles/furo.css | 2 + branch/main/_static/styles/furo.css.map | 1 + branch/main/api.html | 354 + branch/main/cli.html | 314 + branch/main/cli.importSystemStructure.html | 335 + branch/main/cli.ospCaseBuilder.html | 338 + branch/main/cli.watchCosim.html | 341 + branch/main/fileFormat.caseDict.html | 730 ++ branch/main/fileFormat.html | 312 + branch/main/fileFormat.watchDict.html | 395 + branch/main/genindex.html | 830 ++ branch/main/index.html | 446 + branch/main/objects.inv | Bin 0 -> 2009 bytes branch/main/ospx.component.html | 424 + branch/main/ospx.connection.html | 442 + branch/main/ospx.connector.html | 408 + branch/main/ospx.fmi.experiment.html | 348 + branch/main/ospx.fmi.fmu.html | 409 + branch/main/ospx.fmi.html | 381 + branch/main/ospx.fmi.unit.html | 445 + branch/main/ospx.fmi.variable.html | 372 + branch/main/ospx.graph.html | 332 + branch/main/ospx.html | 463 + branch/main/ospx.importer.html | 350 + branch/main/ospx.ospCaseBuilder.html | 353 + branch/main/ospx.ospSimulationCase.html | 375 + branch/main/ospx.simulation.html | 353 + branch/main/ospx.system.html | 420 + branch/main/ospx.watch.html | 330 + branch/main/ospx.watch.watchCosim.html | 360 + branch/main/py-modindex.html | 387 + branch/main/search.html | 284 + branch/main/searchindex.js | 1 + branch/release/.buildinfo | 4 + branch/release/LICENSE.html | 284 + branch/release/README.html | 390 + branch/release/STYLEGUIDE.html | 716 + branch/release/_images/demoCase.png | Bin 0 -> 50178 bytes branch/release/_sources/LICENSE.md.txt | 3 + branch/release/_sources/README.md.txt | 2 + branch/release/_sources/STYLEGUIDE.md.txt | 2 + branch/release/_sources/api.rst.txt | 7 + .../_sources/cli.ospCaseBuilder.rst.txt | 3 + branch/release/_sources/cli.rst.txt | 8 + .../release/_sources/cli.watchCosim.rst.txt | 3 + .../_sources/fileFormat.caseDict.md.txt | 259 + branch/release/_sources/fileFormat.rst.txt | 8 + .../_sources/fileFormat.watchDict.md.txt | 57 + branch/release/_sources/index.rst.txt | 26 + .../_sources/ospx.ospCaseBuilder.rst.txt | 7 + branch/release/_sources/ospx.rst.txt | 23 + branch/release/_sources/ospx.watch.rst.txt | 15 + .../_sources/ospx.watch.watchCosim.rst.txt | 7 + branch/release/_static/OSPx.png | Bin 0 -> 20168 bytes branch/release/_static/OSPx.svg | 1 + branch/release/_static/basic.css | 905 ++ branch/release/_static/doctools.js | 323 + .../release/_static/documentation_options.js | 12 + branch/release/_static/file.png | Bin 0 -> 286 bytes branch/release/_static/jquery-3.5.1.js | 10872 +++++++++++++++ branch/release/_static/jquery.js | 2 + branch/release/_static/language_data.js | 297 + branch/release/_static/minus.png | Bin 0 -> 90 bytes branch/release/_static/plus.png | Bin 0 -> 90 bytes branch/release/_static/pygments.css | 250 + .../_static/scripts/furo-extensions.js | 0 branch/release/_static/scripts/furo.js | 3 + .../_static/scripts/furo.js.LICENSE.txt | 7 + branch/release/_static/scripts/furo.js.map | 1 + branch/release/_static/searchtools.js | 529 + .../_static/styles/furo-extensions.css | 2 + .../_static/styles/furo-extensions.css.map | 1 + branch/release/_static/styles/furo.css | 2 + branch/release/_static/styles/furo.css.map | 1 + branch/release/_static/underscore-1.13.1.js | 2042 +++ branch/release/_static/underscore.js | 6 + branch/release/api.html | 285 + branch/release/cli.html | 281 + branch/release/cli.ospCaseBuilder.html | 310 + branch/release/cli.watchCosim.html | 312 + branch/release/fileFormat.caseDict.html | 632 + branch/release/fileFormat.html | 284 + branch/release/fileFormat.watchDict.html | 364 + branch/release/genindex.html | 426 + branch/release/index.html | 341 + branch/release/objects.inv | Bin 0 -> 1123 bytes branch/release/ospx.html | 309 + branch/release/ospx.ospCaseBuilder.html | 376 + branch/release/ospx.watch.html | 294 + branch/release/ospx.watch.watchCosim.html | 314 + branch/release/py-modindex.html | 278 + branch/release/search.html | 253 + branch/release/searchindex.js | 1 + cli.html | 314 + cli.importSystemStructure.html | 335 + cli.ospCaseBuilder.html | 338 + cli.watchCosim.html | 341 + fileFormat.caseDict.html | 730 ++ fileFormat.html | 312 + fileFormat.watchDict.html | 395 + genindex.html | 830 ++ index.html | 446 + objects.inv | Bin 0 -> 2009 bytes ospx.component.html | 424 + ospx.connection.html | 442 + ospx.connector.html | 408 + ospx.fmi.experiment.html | 348 + ospx.fmi.fmu.html | 409 + ospx.fmi.html | 381 + ospx.fmi.unit.html | 445 + ospx.fmi.variable.html | 372 + ospx.graph.html | 332 + ospx.html | 463 + ospx.importer.html | 350 + ospx.ospCaseBuilder.html | 353 + ospx.ospSimulationCase.html | 375 + ospx.simulation.html | 353 + ospx.system.html | 420 + ospx.watch.html | 330 + ospx.watch.watchCosim.html | 360 + py-modindex.html | 387 + search.html | 284 + searchindex.js | 1 + 335 files changed, 86718 insertions(+) create mode 100644 .buildinfo create mode 100644 .nojekyll create mode 100644 CHANGELOG.html create mode 100644 LICENSE.html create mode 100644 README.html create mode 100644 STYLEGUIDE.html create mode 100644 _images/demoCase.png create mode 100644 _sources/CHANGELOG.md.txt create mode 100644 _sources/LICENSE.md.txt create mode 100644 _sources/README.md.txt create mode 100644 _sources/STYLEGUIDE.md.txt create mode 100644 _sources/api.rst.txt create mode 100644 _sources/cli.importSystemStructure.rst.txt create mode 100644 _sources/cli.ospCaseBuilder.rst.txt create mode 100644 _sources/cli.rst.txt create mode 100644 _sources/cli.watchCosim.rst.txt create mode 100644 _sources/fileFormat.caseDict.md.txt create mode 100644 _sources/fileFormat.rst.txt create mode 100644 _sources/fileFormat.watchDict.md.txt create mode 100644 _sources/index.rst.txt create mode 100644 _sources/ospx.component.rst.txt create mode 100644 _sources/ospx.connection.rst.txt create mode 100644 _sources/ospx.connector.rst.txt create mode 100644 _sources/ospx.fmi.experiment.rst.txt create mode 100644 _sources/ospx.fmi.fmu.rst.txt create mode 100644 _sources/ospx.fmi.rst.txt create mode 100644 _sources/ospx.fmi.unit.rst.txt create mode 100644 _sources/ospx.fmi.variable.rst.txt create mode 100644 _sources/ospx.graph.rst.txt create mode 100644 _sources/ospx.importer.rst.txt create mode 100644 _sources/ospx.ospCaseBuilder.rst.txt create mode 100644 _sources/ospx.ospSimulationCase.rst.txt create mode 100644 _sources/ospx.rst.txt create mode 100644 _sources/ospx.simulation.rst.txt create mode 100644 _sources/ospx.system.rst.txt create mode 100644 _sources/ospx.watch.rst.txt create mode 100644 _sources/ospx.watch.watchCosim.rst.txt create mode 100644 _static/OSPx.png create mode 100644 _static/OSPx.svg create mode 100644 _static/basic.css create mode 100644 _static/debug.css create mode 100644 _static/doctools.js create mode 100644 _static/documentation_options.js create mode 100644 _static/file.png create mode 100644 _static/language_data.js create mode 100644 _static/minus.png create mode 100644 _static/plus.png create mode 100644 _static/pygments.css create mode 100644 _static/scripts/furo-extensions.js create mode 100644 _static/scripts/furo.js create mode 100644 _static/scripts/furo.js.LICENSE.txt create mode 100644 _static/scripts/furo.js.map create mode 100644 _static/searchtools.js create mode 100644 _static/skeleton.css create mode 100644 _static/sphinx_highlight.js create mode 100644 _static/styles/furo-extensions.css create mode 100644 _static/styles/furo-extensions.css.map create mode 100644 _static/styles/furo.css create mode 100644 _static/styles/furo.css.map create mode 100644 api.html create mode 100644 branch/fmi2_object_model/.buildinfo create mode 100644 branch/fmi2_object_model/CHANGELOG.html create mode 100644 branch/fmi2_object_model/LICENSE.html create mode 100644 branch/fmi2_object_model/README.html create mode 100644 branch/fmi2_object_model/STYLEGUIDE.html create mode 100644 branch/fmi2_object_model/_images/demoCase.png create mode 100644 branch/fmi2_object_model/_sources/CHANGELOG.md.txt create mode 100644 branch/fmi2_object_model/_sources/LICENSE.md.txt create mode 100644 branch/fmi2_object_model/_sources/README.md.txt create mode 100644 branch/fmi2_object_model/_sources/STYLEGUIDE.md.txt create mode 100644 branch/fmi2_object_model/_sources/api.rst.txt create mode 100644 branch/fmi2_object_model/_sources/cli.importSystemStructure.rst.txt create mode 100644 branch/fmi2_object_model/_sources/cli.ospCaseBuilder.rst.txt create mode 100644 branch/fmi2_object_model/_sources/cli.rst.txt create mode 100644 branch/fmi2_object_model/_sources/cli.watchCosim.rst.txt create mode 100644 branch/fmi2_object_model/_sources/fileFormat.caseDict.md.txt create mode 100644 branch/fmi2_object_model/_sources/fileFormat.rst.txt create mode 100644 branch/fmi2_object_model/_sources/fileFormat.watchDict.md.txt create mode 100644 branch/fmi2_object_model/_sources/index.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.component.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.connection.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.connector.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.fmi.experiment.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.fmi.fmu.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.fmi.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.fmi.unit.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.fmi.variable.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.graph.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.importer.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.ospCaseBuilder.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.ospSimulationCase.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.simulation.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.system.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.systemStructure.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.watch.rst.txt create mode 100644 branch/fmi2_object_model/_sources/ospx.watch.watchCosim.rst.txt create mode 100644 branch/fmi2_object_model/_static/OSPx.png create mode 100644 branch/fmi2_object_model/_static/OSPx.svg create mode 100644 branch/fmi2_object_model/_static/_sphinx_javascript_frameworks_compat.js create mode 100644 branch/fmi2_object_model/_static/basic.css create mode 100644 branch/fmi2_object_model/_static/debug.css create mode 100644 branch/fmi2_object_model/_static/doctools.js create mode 100644 branch/fmi2_object_model/_static/documentation_options.js create mode 100644 branch/fmi2_object_model/_static/file.png create mode 100644 branch/fmi2_object_model/_static/jquery-3.6.0.js create mode 100644 branch/fmi2_object_model/_static/jquery.js create mode 100644 branch/fmi2_object_model/_static/language_data.js create mode 100644 branch/fmi2_object_model/_static/minus.png create mode 100644 branch/fmi2_object_model/_static/plus.png create mode 100644 branch/fmi2_object_model/_static/pygments.css create mode 100644 branch/fmi2_object_model/_static/scripts/furo-extensions.js create mode 100644 branch/fmi2_object_model/_static/scripts/furo.js create mode 100644 branch/fmi2_object_model/_static/scripts/furo.js.LICENSE.txt create mode 100644 branch/fmi2_object_model/_static/scripts/furo.js.map create mode 100644 branch/fmi2_object_model/_static/searchtools.js create mode 100644 branch/fmi2_object_model/_static/skeleton.css create mode 100644 branch/fmi2_object_model/_static/sphinx_highlight.js create mode 100644 branch/fmi2_object_model/_static/styles/furo-extensions.css create mode 100644 branch/fmi2_object_model/_static/styles/furo-extensions.css.map create mode 100644 branch/fmi2_object_model/_static/styles/furo.css create mode 100644 branch/fmi2_object_model/_static/styles/furo.css.map create mode 100644 branch/fmi2_object_model/_static/underscore-1.13.1.js create mode 100644 branch/fmi2_object_model/_static/underscore.js create mode 100644 branch/fmi2_object_model/api.html create mode 100644 branch/fmi2_object_model/cli.html create mode 100644 branch/fmi2_object_model/cli.importSystemStructure.html create mode 100644 branch/fmi2_object_model/cli.ospCaseBuilder.html create mode 100644 branch/fmi2_object_model/cli.watchCosim.html create mode 100644 branch/fmi2_object_model/fileFormat.caseDict.html create mode 100644 branch/fmi2_object_model/fileFormat.html create mode 100644 branch/fmi2_object_model/fileFormat.watchDict.html create mode 100644 branch/fmi2_object_model/genindex.html create mode 100644 branch/fmi2_object_model/index.html create mode 100644 branch/fmi2_object_model/objects.inv create mode 100644 branch/fmi2_object_model/ospx.component.html create mode 100644 branch/fmi2_object_model/ospx.connection.html create mode 100644 branch/fmi2_object_model/ospx.connector.html create mode 100644 branch/fmi2_object_model/ospx.fmi.experiment.html create mode 100644 branch/fmi2_object_model/ospx.fmi.fmu.html create mode 100644 branch/fmi2_object_model/ospx.fmi.html create mode 100644 branch/fmi2_object_model/ospx.fmi.unit.html create mode 100644 branch/fmi2_object_model/ospx.fmi.variable.html create mode 100644 branch/fmi2_object_model/ospx.graph.html create mode 100644 branch/fmi2_object_model/ospx.html create mode 100644 branch/fmi2_object_model/ospx.importer.html create mode 100644 branch/fmi2_object_model/ospx.ospCaseBuilder.html create mode 100644 branch/fmi2_object_model/ospx.ospSimulationCase.html create mode 100644 branch/fmi2_object_model/ospx.simulation.html create mode 100644 branch/fmi2_object_model/ospx.system.html create mode 100644 branch/fmi2_object_model/ospx.systemStructure.html create mode 100644 branch/fmi2_object_model/ospx.watch.html create mode 100644 branch/fmi2_object_model/ospx.watch.watchCosim.html create mode 100644 branch/fmi2_object_model/py-modindex.html create mode 100644 branch/fmi2_object_model/search.html create mode 100644 branch/fmi2_object_model/searchindex.js create mode 100644 branch/main/.buildinfo create mode 100644 branch/main/CHANGELOG.html create mode 100644 branch/main/LICENSE.html create mode 100644 branch/main/README.html create mode 100644 branch/main/STYLEGUIDE.html create mode 100644 branch/main/_images/demoCase.png create mode 100644 branch/main/_sources/CHANGELOG.md.txt create mode 100644 branch/main/_sources/LICENSE.md.txt create mode 100644 branch/main/_sources/README.md.txt create mode 100644 branch/main/_sources/STYLEGUIDE.md.txt create mode 100644 branch/main/_sources/api.rst.txt create mode 100644 branch/main/_sources/cli.importSystemStructure.rst.txt create mode 100644 branch/main/_sources/cli.ospCaseBuilder.rst.txt create mode 100644 branch/main/_sources/cli.rst.txt create mode 100644 branch/main/_sources/cli.watchCosim.rst.txt create mode 100644 branch/main/_sources/fileFormat.caseDict.md.txt create mode 100644 branch/main/_sources/fileFormat.rst.txt create mode 100644 branch/main/_sources/fileFormat.watchDict.md.txt create mode 100644 branch/main/_sources/index.rst.txt create mode 100644 branch/main/_sources/ospx.component.rst.txt create mode 100644 branch/main/_sources/ospx.connection.rst.txt create mode 100644 branch/main/_sources/ospx.connector.rst.txt create mode 100644 branch/main/_sources/ospx.fmi.experiment.rst.txt create mode 100644 branch/main/_sources/ospx.fmi.fmu.rst.txt create mode 100644 branch/main/_sources/ospx.fmi.rst.txt create mode 100644 branch/main/_sources/ospx.fmi.unit.rst.txt create mode 100644 branch/main/_sources/ospx.fmi.variable.rst.txt create mode 100644 branch/main/_sources/ospx.graph.rst.txt create mode 100644 branch/main/_sources/ospx.importer.rst.txt create mode 100644 branch/main/_sources/ospx.ospCaseBuilder.rst.txt create mode 100644 branch/main/_sources/ospx.ospSimulationCase.rst.txt create mode 100644 branch/main/_sources/ospx.rst.txt create mode 100644 branch/main/_sources/ospx.simulation.rst.txt create mode 100644 branch/main/_sources/ospx.system.rst.txt create mode 100644 branch/main/_sources/ospx.watch.rst.txt create mode 100644 branch/main/_sources/ospx.watch.watchCosim.rst.txt create mode 100644 branch/main/_static/OSPx.png create mode 100644 branch/main/_static/OSPx.svg create mode 100644 branch/main/_static/basic.css create mode 100644 branch/main/_static/debug.css create mode 100644 branch/main/_static/doctools.js create mode 100644 branch/main/_static/documentation_options.js create mode 100644 branch/main/_static/file.png create mode 100644 branch/main/_static/language_data.js create mode 100644 branch/main/_static/minus.png create mode 100644 branch/main/_static/plus.png create mode 100644 branch/main/_static/pygments.css create mode 100644 branch/main/_static/scripts/furo-extensions.js create mode 100644 branch/main/_static/scripts/furo.js create mode 100644 branch/main/_static/scripts/furo.js.LICENSE.txt create mode 100644 branch/main/_static/scripts/furo.js.map create mode 100644 branch/main/_static/searchtools.js create mode 100644 branch/main/_static/skeleton.css create mode 100644 branch/main/_static/sphinx_highlight.js create mode 100644 branch/main/_static/styles/furo-extensions.css create mode 100644 branch/main/_static/styles/furo-extensions.css.map create mode 100644 branch/main/_static/styles/furo.css create mode 100644 branch/main/_static/styles/furo.css.map create mode 100644 branch/main/api.html create mode 100644 branch/main/cli.html create mode 100644 branch/main/cli.importSystemStructure.html create mode 100644 branch/main/cli.ospCaseBuilder.html create mode 100644 branch/main/cli.watchCosim.html create mode 100644 branch/main/fileFormat.caseDict.html create mode 100644 branch/main/fileFormat.html create mode 100644 branch/main/fileFormat.watchDict.html create mode 100644 branch/main/genindex.html create mode 100644 branch/main/index.html create mode 100644 branch/main/objects.inv create mode 100644 branch/main/ospx.component.html create mode 100644 branch/main/ospx.connection.html create mode 100644 branch/main/ospx.connector.html create mode 100644 branch/main/ospx.fmi.experiment.html create mode 100644 branch/main/ospx.fmi.fmu.html create mode 100644 branch/main/ospx.fmi.html create mode 100644 branch/main/ospx.fmi.unit.html create mode 100644 branch/main/ospx.fmi.variable.html create mode 100644 branch/main/ospx.graph.html create mode 100644 branch/main/ospx.html create mode 100644 branch/main/ospx.importer.html create mode 100644 branch/main/ospx.ospCaseBuilder.html create mode 100644 branch/main/ospx.ospSimulationCase.html create mode 100644 branch/main/ospx.simulation.html create mode 100644 branch/main/ospx.system.html create mode 100644 branch/main/ospx.watch.html create mode 100644 branch/main/ospx.watch.watchCosim.html create mode 100644 branch/main/py-modindex.html create mode 100644 branch/main/search.html create mode 100644 branch/main/searchindex.js create mode 100644 branch/release/.buildinfo create mode 100644 branch/release/LICENSE.html create mode 100644 branch/release/README.html create mode 100644 branch/release/STYLEGUIDE.html create mode 100644 branch/release/_images/demoCase.png create mode 100644 branch/release/_sources/LICENSE.md.txt create mode 100644 branch/release/_sources/README.md.txt create mode 100644 branch/release/_sources/STYLEGUIDE.md.txt create mode 100644 branch/release/_sources/api.rst.txt create mode 100644 branch/release/_sources/cli.ospCaseBuilder.rst.txt create mode 100644 branch/release/_sources/cli.rst.txt create mode 100644 branch/release/_sources/cli.watchCosim.rst.txt create mode 100644 branch/release/_sources/fileFormat.caseDict.md.txt create mode 100644 branch/release/_sources/fileFormat.rst.txt create mode 100644 branch/release/_sources/fileFormat.watchDict.md.txt create mode 100644 branch/release/_sources/index.rst.txt create mode 100644 branch/release/_sources/ospx.ospCaseBuilder.rst.txt create mode 100644 branch/release/_sources/ospx.rst.txt create mode 100644 branch/release/_sources/ospx.watch.rst.txt create mode 100644 branch/release/_sources/ospx.watch.watchCosim.rst.txt create mode 100644 branch/release/_static/OSPx.png create mode 100644 branch/release/_static/OSPx.svg create mode 100644 branch/release/_static/basic.css create mode 100644 branch/release/_static/doctools.js create mode 100644 branch/release/_static/documentation_options.js create mode 100644 branch/release/_static/file.png create mode 100644 branch/release/_static/jquery-3.5.1.js create mode 100644 branch/release/_static/jquery.js create mode 100644 branch/release/_static/language_data.js create mode 100644 branch/release/_static/minus.png create mode 100644 branch/release/_static/plus.png create mode 100644 branch/release/_static/pygments.css create mode 100644 branch/release/_static/scripts/furo-extensions.js create mode 100644 branch/release/_static/scripts/furo.js create mode 100644 branch/release/_static/scripts/furo.js.LICENSE.txt create mode 100644 branch/release/_static/scripts/furo.js.map create mode 100644 branch/release/_static/searchtools.js create mode 100644 branch/release/_static/styles/furo-extensions.css create mode 100644 branch/release/_static/styles/furo-extensions.css.map create mode 100644 branch/release/_static/styles/furo.css create mode 100644 branch/release/_static/styles/furo.css.map create mode 100644 branch/release/_static/underscore-1.13.1.js create mode 100644 branch/release/_static/underscore.js create mode 100644 branch/release/api.html create mode 100644 branch/release/cli.html create mode 100644 branch/release/cli.ospCaseBuilder.html create mode 100644 branch/release/cli.watchCosim.html create mode 100644 branch/release/fileFormat.caseDict.html create mode 100644 branch/release/fileFormat.html create mode 100644 branch/release/fileFormat.watchDict.html create mode 100644 branch/release/genindex.html create mode 100644 branch/release/index.html create mode 100644 branch/release/objects.inv create mode 100644 branch/release/ospx.html create mode 100644 branch/release/ospx.ospCaseBuilder.html create mode 100644 branch/release/ospx.watch.html create mode 100644 branch/release/ospx.watch.watchCosim.html create mode 100644 branch/release/py-modindex.html create mode 100644 branch/release/search.html create mode 100644 branch/release/searchindex.js create mode 100644 cli.html create mode 100644 cli.importSystemStructure.html create mode 100644 cli.ospCaseBuilder.html create mode 100644 cli.watchCosim.html create mode 100644 fileFormat.caseDict.html create mode 100644 fileFormat.html create mode 100644 fileFormat.watchDict.html create mode 100644 genindex.html create mode 100644 index.html create mode 100644 objects.inv create mode 100644 ospx.component.html create mode 100644 ospx.connection.html create mode 100644 ospx.connector.html create mode 100644 ospx.fmi.experiment.html create mode 100644 ospx.fmi.fmu.html create mode 100644 ospx.fmi.html create mode 100644 ospx.fmi.unit.html create mode 100644 ospx.fmi.variable.html create mode 100644 ospx.graph.html create mode 100644 ospx.html create mode 100644 ospx.importer.html create mode 100644 ospx.ospCaseBuilder.html create mode 100644 ospx.ospSimulationCase.html create mode 100644 ospx.simulation.html create mode 100644 ospx.system.html create mode 100644 ospx.watch.html create mode 100644 ospx.watch.watchCosim.html create mode 100644 py-modindex.html create mode 100644 search.html create mode 100644 searchindex.js diff --git a/.buildinfo b/.buildinfo new file mode 100644 index 00000000..2089be86 --- /dev/null +++ b/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 7f883bc62c11fa849211025de35d5f32 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/CHANGELOG.html b/CHANGELOG.html new file mode 100644 index 00000000..7835cfe6 --- /dev/null +++ b/CHANGELOG.html @@ -0,0 +1,832 @@ + + + + + + + + + Changelog - ospx 0.2.11 documentation + + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

Changelog#

+

All notable changes to the ospx project will be documented in this file.
+The changelog format is based on Keep a Changelog.

+
+

Unreleased#

+
    +
  • -/-

  • +
+
+
+

0.2.11 - 2023-09-25#

+
+

Dependencies#

+
    +
  • Updated dependencies to latest versions

  • +
+
+
+
+

0.2.10 - 2023-06-22#

+
+

Changed#

+
    +
  • Modularized GitHub workflows

  • +
  • Changed default Python version in GitHub workflows from 3.10 to 3.11

  • +
+
+
+

Dependencies#

+
    +
  • updated to dictIO>=0.2.8

  • +
  • requirements-dev.txt: Updated dependencies to latest versions

  • +
+
+
+
+

0.2.9 - 2023-05-04#

+
+

Changed#

+
    +
  • dependencies: updated dependencies to latest versions

  • +
+
+
+
+

0.2.8 - 2023-01-11#

+
+

Changed#

+
    +
  • Added missing DocStrings for public classes, methods and functions

  • +
  • Changed links to package documentation to open README.html, not the default index page

  • +
  • data classes: changed initialisation of mutable types to use default_factory

  • +
  • ruff: added rule-set “B” (flake8-bugbear)

  • +
+
+
+

Dependencies#

+
    +
  • updated to dictIO>=0.2.6

  • +
+
+
+
+

0.2.7 - 2023-01-04#

+
+

Changed#

+
    +
  • Linter: Migrated from flake8 to ruff.
    +(Added ruff; removed flake8 and isort)

  • +
  • Adjusted GitHub CI workflow accordingly.
    +(Added ruff job; removed flake8 and isort jobs)

  • +
  • VS Code settings: Adjusted Pylance configuration

  • +
+
+
+

Added#

+
    +
  • Added a batch file ‘qa.bat’ in root folder to ease local execution of code quality checks

  • +
+
+
+

Dependencies#

+
    +
  • updated to dictIO>=0.2.5

  • +
+
+
+
+

0.2.6 - 2022-12-12#

+
+

Changed#

+
    +
  • Moved dev-only dependencies from requirements.txt to requirements-dev.txt

  • +
  • ospx/__init__.py and ospx/fmi/__init__.py : ensured that imported symbols get also exported
    +(added “as” clause -> “from x import y as y” instead of only “from x import y”)

  • +
  • Configured code quality tools flake8, black, isort, pyright

  • +
  • Improved code quality, resolving all warnings and errors flagged by the configured code quality tools +(flake8, black, isort, pyright, sourcery)

  • +
+
+
+

Added#

+
    +
  • Added GitHub workflow ‘main.yml’ for continuous integration (runs all CI tasks except Sphinx)

    +
      +
    • format checks: black, isort

    • +
    • lint check: flake8, flake8-bugbear

    • +
    • type check: pyright

    • +
    • test: uses tox to run pytest on {Windows, Linux, MacOS} with {py39, py310}

    • +
    • publish: publishing to PyPI (runs only on push of new tag vx.x.x, and after all other jobs succeeded)

    • +
    • merge_to_release_branch: merge tagged commit to release branch (runs after publish)

    • +
    +
  • +
+
+
+

Dependencies#

+
    +
  • updated to dictIO>=0.2.4

  • +
+
+
+
+

0.2.5 - 2022-12-01#

+
+

Changed#

+
    +
  • variable.py: get_fmi_data_type():

    +
      +
    • Removed the elif branch ‘isinstance(arg, Sequence)’.
      +It caused problems as it falsely returned the FMI type ‘Enumeration’ also for strings.
      +The respective elif branch is for the time being commented out.
      +However, a proper solution is needed as soon as xs:enumeration is used in an OSP case.
      +The problem is registered as Issue #5

    • +
    +
  • +
  • Code formatting: Changed from yapf to black

  • +
  • STYLEGUIDE.md : Adjusted to match black formatting

  • +
  • VS Code settings: Updated to use black as formatter

  • +
  • requirements.txt: Updated dependencies to their most recent versions

  • +
  • GitHub actions (yml files): Updated following actions to their most recent versions:

    +
      +
    • checkout@v1 -> checkout@v3

    • +
    • setup-python@v2 -> setup-python@v4

    • +
    • cache@v2 -> cache@v3

    • +
    +
  • +
+
+
+

Added#

+
    +
  • watchCosim: Added commandline option –scale
    +(allows to scale the generated images by a factor)

  • +
  • Added sourcery configuration (.sourcery.yaml)

  • +
  • Added py.typed file into the package root folder and included it setup.cfg as package_data

  • +
+
+
+
+

0.2.4 - 2022-11-08#

+
+

Changed#

+
    +
  • Renamed module systemStructure.py to system.py
    +Accordingly, renamed also class SystemStructure to System.

  • +
  • Renamed some attributes in FMU class

  • +
  • dependencies:

    +
      +
    • upgraded to dictIO >= 0.2.2 (now supporting references and expressions in JSON dicts)

    • +
    +
  • +
+
+
+

Added#

+
    +
  • \tests: Added spring_mass_damper example

  • +
  • \tests: Added test_fmu.py

  • +
+
+
+

Solved#

+
    +
  • watchCosim.py : Added try-except statements to catch TypeErrors and ValueErrors when trying to plot non-numerical variables (i.e. String or None)

  • +
+
+
+
+

0.2.3 - 2022-10-05#

+
+

Solved#

+
    +
  • Importer:

    +
      +
    • Corrected a bug in OspSystemStructureImporter, where multiple connections between two components would not be imported (but only the last one survived). Now, also more than one connection in between two components are imported correctly.

    • +
    • OspSystemStructureImporter now resolves the type of initial values. I.e. If an initial value in OspSystemStructure is denoted as literal ‘1’ but with Type ‘Real’, then this initial value will be imported not as integer 1 but as float 1.0

    • +
    +
  • +
+
+
+
+

0.2.2 - 2022-10-05#

+
+

Solved#

+
    +
  • Connection:
    +Corrected a bug in Connection.is_variable_connection() and Connection.is_variable_group_connection() which led to Variable Connections not being resolved.

  • +
+
+
+
+

0.2.1 - 2022-10-01#

+
+

Changed#

+
    +
  • OspSimulationCase:
    +Changed setup(): FMU files get no longer copied into the case folder by default but stay where they are (i.e. in the library).
    +Only if an FMU is not reachable by a relative path from the case folder, the FMU will get copied into the case folder.

  • +
  • dependencies:

    +
      +
    • upgraded to dictIO >= 0.2.0

    • +
    +
  • +
+
+
+
+

0.2.0 - 2022-09-28#

+
+

Solved#

+
    +
  • importer.py:
    +Relative paths to libSource and FMUs are now properly resolved, relative to the target directory the OSPSystemStructure.xml is imported into (= folder in which the caseDict is created). +For libSource, by default the absolute path will be entered. This makes the caseDict insensitive when moved or copied into other (case) folders.

  • +
+
+
+

Changed#

+
    +
  • OSPModelDescription.xml:
    +The handling of OSPModelDescription.xml files has changed:

    +
      +
    • no OSPModelDescription.xml files get written by default

    • +
    • existing OSPModelDescription.xml files will be kept

    • +
    +
  • +
  • dependencies:

    +
      +
    • upgraded to dictIO >= 0.1.2

    • +
    +
  • +
+
+
+

Added#

+
    +
  • OSPSystemStructure.xml:

    +
      +
    • Added support for VariableGroups and VariableGroupConnections (as defined in OSP-IS).
      +importSystemStructure is now also able to import OSPSystemStructure.xml files that use Connections of OSP-IS type ‘VariableGroupConnection’.

    • +
    • Added support for stepSize attribute:
      +If a <Simulator> element in OSPSystemStructure.xml explicitely defines the stepSize attribute, and if the value given for a <Simulator>’s stepSize inside OSPSystemStructure.xml differs from the default stepSize defined in the FMU’s ModelDescription.xml, then the stepSize defined in OSPSystemStructure.xml prevails and will also explicitely be included in the OSPSystemStructure.xml file written by ospCaseBuilder.

    • +
    +
  • +
+
+
+
+

0.1.2 - 2022-08-19#

+
+

Changed#

+
    +
  • variable.py:

    +
      +
    • variable.start -> added type casting to setter property ensuring an already defined data_type of the variable is not altered when a new start value is set.

    • +
    +
  • +
  • watchCosim.py

    +
      +
    • put watchCosim in working state after time stepping, before changing over to individual data frames

    • +
    • move *.csv files finally into folder /results

    • +
    +
  • +
  • Protect png’s in result folder from being deleted

  • +
  • ospCaseBuilder CLI:

    +
      +
    • inspect mode (–inspect) now adds to the results the attributes of the DefaultExperiment element from the FMU’s modelDescription.xml

    • +
    +
  • +
  • plotting.py:

    +
      +
    • added further exceptions for non-word characters in title strings

    • +
    +
  • +
  • dependencies:

    +
      +
    • ospx now uses dictIO v0.1.1

    • +
    +
  • +
+
+
+
+

0.1.1 - 2022-05-30#

+
+

Changed#

+
    +
  • case dict file format: Removed ‘root’ element from ‘_environment’ section, as it is obsolete.

  • +
+
+
+

Fixed#

+
    +
  • relative paths in the ‘fmu’ element led to a FileNotFound error. This is fixed now.

  • +
+
+
+
+

0.1.0 - 2022-05-28#

+
+

Changed#

+
    +
  • Major refactoring, introducing classes for the main elements such as FMU, Component, SystemStructure etc.

  • +
  • Simplified imports from namespace ospx. Example:

    +
      +
    • Old (<= v0.0.22):

      +
      from ospx.ospCaseBuilder import OspCaseBuilder
      +
      +
      +
    • +
    • New:

      +
      from ospx import OspCaseBuilder
      +
      +
      +
    • +
    +
  • +
  • Use new simplified imports from namespace dictIO (using updated version of dictIO package)

  • +
  • Two changes were introduced in the case dict file format:

    +
      +
    1. Connector element: key ‘reference’ changed to ‘variable’:

      +
        +
      • Old (<= v0.0.22):

        +
        connectors
        +{
        +    difference_input_minuend
        +    {
        +        reference             difference.IN1;
        +        type                  input;
        +    }
        +
        +
        +
      • +
      • New:

        +
        connectors
        +{
        +    difference_input_minuend
        +    {
        +        variable            difference.IN1;
        +        type                input;
        +    }
        +
        +
        +
      • +
      +
    2. +
    3. Connection element: source and target changed from single strings to fully qualified endpoints, providing not only the connector but also the component the connector or variable belongs to:

      +
        +
      • Old (<= v0.0.22):

        +
        connections
        +{
        +    minuend_to_difference
        +    {
        +        source                minuend_output;
        +        target                difference_input_minuend;
        +    }
        +
        +
        +
      • +
      • New:

        +
        connections
        +{
        +    minuend_to_difference
        +    {
        +        source
        +        {
        +            component               minuend;
        +            connector               minuend_output;
        +        }
        +        target
        +        {
        +            component               difference;
        +            connector               difference_input_minuend;
        +        }
        +    }
        +
        +
        +
      • +
      • Instead of connector, alternatively also a variable can be referenced in source / target endpoint. Example:

        +
        connections
        +{
        +    minuend_to_difference
        +    {
        +        source
        +        {
        +            component               minuend;
        +            variable                constVal.OUT;
        +        }
        +        target
        +        {
        +            component               difference;
        +            variable                difference.IN1;
        +        }
        +    }
        +
        +
        +
      • +
      +
    4. +
    +
  • +
+
+
+
+

0.0.22 - 2022-05-09#

+
    +
  • First public release

  • +
+
+
+

0.0.17 - 2022-02-14#

+
+

Added#

+
    +
  • Added support for Python 3.10

  • +
+ +
+
+
+ +
+
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/LICENSE.html b/LICENSE.html new file mode 100644 index 00000000..5e474c14 --- /dev/null +++ b/LICENSE.html @@ -0,0 +1,312 @@ + + + + + + + + + LICENSE - ospx 0.2.11 documentation + + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

LICENSE#

+

MIT License

+

Copyright (c) 2023 DNV open source

+

Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the “Software”), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

+

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.

+
+ +
+
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/README.html b/README.html new file mode 100644 index 00000000..18a6eba1 --- /dev/null +++ b/README.html @@ -0,0 +1,417 @@ + + + + + + + + + ospx - ospx 0.2.11 documentation + + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

ospx#

+

ospx is an extension package to farn, adding support to build OSP (co-)simulation cases using functional mockup units (FMUs).

+

ospx supports

+
    +
  • building of case-specific OSP (co-)simulation configuration files

  • +
  • watching the progress of cosim, and saving final simulation results as a pandas dataframe.

  • +
+
+

Installation#

+
pip install ospx
+
+
+

ospx requires the following (sub-)package:

+
    +
  • dictIO: foundation package, enabling ospx to handle configuration files in dictIO dict file format.

  • +
+

However, dictIO gets installed automatically with ospx.

+
+
+

Usage Example#

+

ospx provides both an API for use inside Python as well as a CLI for shell execution of core functions.

+

Reading a caseDict file and building the case-specific OSP (co-)simulation configuration files:

+
from ospx import OspCaseBuilder
+
+OspCaseBuilder.build('caseDict')
+
+
+

The above task can also be invoked from the command line, using the ‘ospCaseBuilder’ command line script installed with ospx:

+
ospCaseBuilder caseDict
+
+
+

For more examples and usage, please refer to ospx’s documentation on GitHub Pages.

+
+
+

File Format#

+

A caseDict is a file in dictIO dict file format used with farn.

+

For a documentation of the caseDict file format, see File Format in ospx’s documentation on GitHub Pages.

+

For a detailed documentation of the dictIO dict file format used by farn, see dictIO’s documentation on GitHub Pages.

+
+
+

Development Setup#

+
    +
  1. Install Python 3.9 or higher, i.e. Python 3.9 or Python 3.10

  2. +
  3. Update pip and setuptools:

    +
    $ python -m pip install --upgrade pip setuptools
    +
    +
    +
  4. +
  5. git clone the farn repository into your local development directory:

    +
    git clone https://github.com/dnv-opensource/ospx path/to/your/dev/ospx
    +
    +
    +
  6. +
  7. In the ospx root folder:

    +

    Create a Python virtual environment:

    +
    $ python -m venv .venv
    +
    +
    +

    Activate the virtual environment:
    +..on Windows:

    +
    > .venv\Scripts\activate.bat
    +
    +
    +

    ..on Linux:

    +
    $ source .venv/bin/activate
    +
    +
    +

    Update pip and setuptools:

    +
    $ python -m pip install --upgrade pip setuptools
    +
    +
    +

    Install farn’s dependencies:

    +
    $ pip install -r requirements.txt
    +
    +
    +
  8. +
+
+
+

Meta#

+

Copyright (c) 2023 DNV open source

+

Frank Lumpitzsch – @LinkedIn – frank.lumpitzsch@dnv.com

+

Claas Rostock – @LinkedIn – claas.rostock@dnv.com

+

Seunghyeon Yoo – @LinkedIn – seunghyeon.yoo@dnv.com

+

Distributed under the MIT license. See LICENSE for more information.

+

https://github.com/dnv-opensource/ospx

+
+
+

Contributing#

+
    +
  1. Fork it (https://github.com/dnv-opensource/ospx/fork)

  2. +
  3. Create your branch (git checkout -b myBranchName)

  4. +
  5. Commit your changes (git commit -am 'place your commit message here')

  6. +
  7. Push to the branch (git push origin myBranchName)

  8. +
  9. Create a new Pull Request

  10. +
+

For your contribution, please make sure you follow the STYLEGUIDE before creating the Pull Request.

+ +
+
+ +
+
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/STYLEGUIDE.html b/STYLEGUIDE.html new file mode 100644 index 00000000..8edf91ea --- /dev/null +++ b/STYLEGUIDE.html @@ -0,0 +1,750 @@ + + + + + + + + + Style Guide - ospx 0.2.11 documentation + + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

Style Guide#

+

All code shall be black formatted.
+References, details as well as examples of bad/good styles and their respective reasoning can be found below.

+
+

References#

+ +
+
+

Code Layout#

+
    +
  • Use 4 spaces instead of tabs

  • +
  • Maximum line length is 88 characters (not 79 as proposed in PEP-8)

  • +
  • 2 blank lines between classes and functions

  • +
  • 1 blank line within class, between class methods

  • +
  • Use blank lines for logic separation of functionality within functions/methods wherever it is justified

  • +
  • No whitespace adjacent to parentheses, brackets, or braces

  • +
+
    # Bad
+    spam( items[ 1 ], { key1 : arg1, key2 : arg2 }, )
+
+    # Good
+    spam(items[1], {key1: arg1, key2: arg2}, [])
+
+
+
    +
  • Surround operators with single whitespace on either side.

  • +
+
    # Bad
+    x<1
+
+    # Good
+    x == 1
+
+
+
    +
  • Never end your lines with a semicolon, and do not use a semicolon to put two statements on the same line

  • +
  • When branching, always start a new block on a new line

  • +
+
    # Bad
+    if flag: return None
+
+    # Good
+    if flag:
+        return None
+
+
+
    +
  • Similarly to branching, do not write methods on one line in any case:

  • +
+
    # Bad
+    def do_something(self): print("Something")
+
+    # Good
+    def do_something(self):
+        print("Something")
+
+
+
    +
  • Place a class’s __init__ function (the constructor) always at the beginning of the class

  • +
+
+
+

Line Breaks#

+
    +
  • If function arguments do not fit into the specified line length, move them to a new line with indentation

  • +
+
    # Bad
+    def long_function_name(var_one, var_two, var_three,
+        var_four):
+        print(var_one)
+
+    # Bad
+    def long_function_name(var_one, var_two, var_three,
+            var_four):
+        print(var_one)
+
+    # Better (but not preferred)
+    def long_function_name(var_one,
+                           var_two,
+                           var_three,
+                           var_four):
+        print(var_one)
+
+    # Good (and preferred)
+    def long_function_name(
+        var_one,
+        var_two,
+        var_three,
+        var_four,
+    ):
+        print(var_one)
+
+
+
    +
  • Move concatenated logical conditions to new lines if the line does not fit the maximum line size. This will help you understand the condition by looking from top to bottom. Poor formatting makes it difficult to read and understand complex predicates.

  • +
+
    # Good
+    if (
+        this_is_one_thing
+        and that_is_another_thing
+        or that_is_third_thing
+        or that_is_yet_another_thing
+        and one_more_thing
+    ):
+        do_something()
+
+
+
    +
  • Where binary operations stretch multiple lines, break lines before the binary operators, not thereafter

  • +
+
    # Bad
+    GDP = (
+        private_consumption +
+        gross_investment +
+        government_investment +
+        government_spending +
+        (exports - imports)
+    )
+
+    # Good
+    GDP = (
+        private_consumption
+        + gross_investment
+        + government_investment
+        + government_spending
+        + (exports - imports)
+    )
+
+
+
    +
  • Chaining methods should be broken up on multiple lines for better readability

  • +
+
    (
+        df.write.format("jdbc")
+        .option("url", "jdbc:postgresql:dbserver")
+        .option("dbtable", "schema.tablename")
+        .option("user", "username")
+        .option("password", "password")
+        .save()
+    )
+
+
+
    +
  • Add a trailing comma to sequences of items when the closing container token ], ), or } does not appear on the same line as the final element

  • +
+
    # Bad
+    y = [
+        0,
+        1,
+        4,
+        6
+    ]
+    z = {
+        'a': 1,
+        'b': 2
+    }
+
+    # Good
+    x = [1, 2, 3]
+
+    # Good
+    y = [
+        0,
+        1,
+        4,
+        6,         <- note the trailing comma
+    ]
+    z = {
+        'a': 1,
+        'b': 2,    <- note the trailing comma
+    }
+
+
+
+
+

String Formatting#

+
    +
  • When quoting string literals, use double-quoted strings. When the string itself contains single or double quote characters, however, use the respective other one to avoid backslashes in the string. It improves readability.

  • +
  • Use f-strings to format strings:

  • +
+
    # Bad
+    print("Hello, %s. You are %s years old. You are a %s." % (name, age, profession))
+
+    # Good
+    print(f"Hello, {name}. You are {age} years old. You are a {profession}.")
+
+
+
    +
  • Use multiline strings, not \ , since it gets much more readable.

  • +
+
    raise AttributeError(
+        "Here is a multiline error message with a very long first line "
+        "and a shorter second line."
+    )
+
+
+
+
+

Naming Conventions#

+
    +
  • For module names: lowercase . +Long module names can have words separated by underscores (really_long_module_name.py), but this is not required. Try to use the convention of nearby files.

  • +
  • For class names: CamelCase

  • +
  • For methods, functions, variables and attributes: lowercase_with_underscores

  • +
  • For constants: UPPERCASE or UPPERCASE_WITH_UNDERSCORES +(Python does not differentiate between variables and constants. Using UPPERCASE for constants is just a convention, but helps a lot to quickly identify variables meant to serve as constants.)

  • +
  • Implementation-specific private methods and variables will use _single_underscore_prefix

  • +
  • Don’t include the type of a variable in its name. +E.g. use senders instead of sender_list

  • +
  • Names shall be clear about what a variable, class, or function contains or does. If you struggle to come up with a clear name, rethink your architecture: Often, the difficulty in finding a crisp name for something is a hint that separation of responsibilities can be improved. The solution then is less to agree on a name, but to start a round of refactoring: The name you’re seeking often comes naturally then with refactoring to an improved architecture with clear responsibilities. +(see SRP, Single-Responsibilty Principle by Robert C. Martin)

  • +
+
+
+

Named Arguments#

+
    +
  • Use named arguments to improve readability and avoid mistakes introduced with future code maintenance

  • +
+
    # Bad
+    urlget("[http://google.com](http://google.com/)", 20)
+
+    # Good
+    urlget("[http://google.com](http://google.com/)", timeout=20)
+
+
+
    +
  • Never use mutable objects as default arguments in Python. If an attribute in a class or a named parameter in a function is of a mutable data type (e.g. a list or dict), never set its default value in the declaration of an object but always set it to None first, and then only later assign the default value in the class’s constructor, or the functions body, respectively. Sounds complicated? If you prefer the shortcut, the examples below are your friend. +If your are interested in the long story including the why‘s, read these discussions on Reddit and Twitter.

  • +
+
    # Bad
+    class Foo:
+        items = []
+
+    # Good
+    class Foo:
+        items = None
+        def __init__(self):
+            self.items = []
+
+
+    # Bad
+    class Foo:
+        def __init__(self, items=[]):
+            self.items = items
+
+    # Good
+    class Foo:
+        def __init__(self, items=None):
+            self.items = items or []
+
+
+    # Bad
+    def some_function(x, y, items=[]):
+        ...
+
+    # Good
+    def some_function(x, y, items=None):
+        items = items or []
+        ...
+
+
+
+
+

Commenting#

+
    +
  • First of all, if the code needs comments to clarify its work, you should think about refactoring it. The best comment to code is the code itself.

  • +
  • Describe complex, possibly incomprehensible points and side effects in the comments

  • +
  • Separate # and the comment with one whitespace

  • +
+
    #bad comment
+    # good comment
+
+
+
    +
  • Use inline comments sparsely

  • +
  • Where used, inline comments shall have 2 whitespaces before the # and one whitespace thereafter

  • +
+
    x = y + z  # inline comment
+    str1 = str2 + str3  # another inline comment
+
+
+
    +
  • If a piece of code is poorly understood, mark the piece with a @TODO: tag and your name to support future refactoring:

  • +
+
    def get_ancestors_ids(self):
+        # @TODO: Do a cache reset while saving the category tree. CLAROS, YYYY-MM-DD
+        cache_name = f"{self._meta.model_name}_ancestors_{self.pk}"
+        cached_ids = cache.get(cache_name)
+        if cached_ids:
+            return cached_ids
+
+        ids = [c.pk for c in self.get_ancestors(include_self=True)]
+        cache.set(cache_name, ids, timeout=3600)
+
+        return ids
+
+
+
+
+

Type hints#

+
    +
  • Use type hints in function signatures and module-scope variables. This is good documentation and can be used with linters for type checking and error checking. Use them whenever possible.

  • +
  • Use pyi files to type annotate third-party or extension modules.

  • +
+
+
+

Docstrings#

+
    +
  • All Docstrings should be written in Numpy format. For a good tutorial on Docstrings, see Documenting Python Code: A Complete Guide

  • +
  • In a Docstring, summarize function/method behavior and document its arguments, return value(s), side effects, exceptions raised, and restrictions

  • +
  • Wrap Docstrings with triple double quotes (“””)

  • +
  • The description of the arguments must be indented

  • +
+
    def some_method(name, print=False):
+        """This function does something
+
+        Parameters
+        ----------
+        name : str
+            The name to use
+        print: bool, optional
+            A flag used to print the name to the console, by default False
+
+        Raises
+        ------
+        KeyError
+            If name is not found
+
+        Returns
+        -------
+        int
+            The return code
+        """
+        ...
+        return 0
+
+
+
+
+

Exceptions#

+
    +
  • Raise specific exceptions and catch specific exceptions, such as KeyError, ValueError, etc.

  • +
  • Do not raise or catch just Exception, except in rare cases where this is unavoidable, such as a try/except block on the top-level loop of some long-running process. For a good tutorial on why this matters, see The Most Diabolical Python Antipattern.

  • +
  • Minimize the amount of code in a try/except block. The larger the body of the try, +the more likely that an exception will be raised by a line of code that you didn’t expect to raise an exception.

  • +
+
+
+

Imports#

+
    +
  • Avoid creating circular imports by importing modules more specialized than the one you are editing

  • +
  • Relative imports are forbidden (PEP-8 only “highly discourages” them). Where absolutely needed, the from future import absolute_import syntax should be used (see PEP-328)

  • +
  • Never use wildcard imports (from <module> import *). Always be explicit about what you’re importing. Namespaces make code easier to read, so use them.

  • +
  • Break long imports using parentheses and indent by 4 spaces. Include the trailing comma after the last import and place the closing bracket on a separate line

  • +
+
    from my_pkg.utils import (
+        some_utility_method_1,
+        some_utility_method_2,
+        some_utility_method_3,
+        some_utility_method_4,
+        some_utility_method_5,
+    )
+
+
+
    +
  • Imports should be written in the following order, separated by a blank line:

    +
      +
    1. build-in modules

    2. +
    3. third-party modules

    4. +
    5. local application/library specific imports

    6. +
    +
  • +
+
    import logging
+    import os
+    import typing as T
+
+    import pandas as pd
+    import numpy as np
+
+    import my_package
+    import my_package.my_module
+    from my_package.my_module import my_function, MyClass
+
+
+
    +
  • Even if a Python file is intended to be used as executable / script file only, it shall still be importable as a module, and its import should not have any side effects. Its main functionality shall hence be in a main() function, so that the code can be imported as a module for testing or being reused in the future:

  • +
+
    def main():
+        ...
+
+    if __name__ == "__main__":
+        main()
+
+
+
+
+

Unit-tests#

+
    +
  • Use pytest as the preferred testing framework.

  • +
  • The name of a test shall clearly express what is being tested.

  • +
  • Each test should preferably check only one specific aspect.

  • +
+
    # Bad
+    def test_smth():
+        result = f()
+        assert isinstance(result, list)
+        assert result[0] == 1
+        assert result[1] == 2
+        assert result[2] == 3
+        assert result[3] == 4
+
+    # Good
+    def test_smth_type():
+        result = f()
+        assert isinstance(result, list), "Result should be list"
+
+    def test_smth_values():
+        result = f()
+        assert set(result) == set(expected), f"Result should be {set(expected)}"
+
+
+
+
+

And finally: It is a bad idea to use..#

+
    +
  • global variables.

  • +
  • iterators where they can be replaced by vectorized operations.

  • +
  • lambda where it is not required.

  • +
  • map and lambda where it can be replaced by a simple list comprehension.

  • +
  • multiple nested maps and lambdas.

  • +
  • nested functions. They are hard to test and debug.

  • +
+
+
+ +
+
+
+ + +
+
+ + Made with Sphinx and @pradyunsg's + + Furo + +
+
+ +
+
+ +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/_images/demoCase.png b/_images/demoCase.png new file mode 100644 index 0000000000000000000000000000000000000000..1b07388484fab5d84d29c84ac46b67ffe9998ee8 GIT binary patch literal 50178 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 MXzWu@RWtSZFU$`?x&QzG literal 0 HcmV?d00001 diff --git a/_sources/CHANGELOG.md.txt b/_sources/CHANGELOG.md.txt new file mode 100644 index 00000000..b76750e4 --- /dev/null +++ b/_sources/CHANGELOG.md.txt @@ -0,0 +1,2 @@ +```{include} ../../CHANGELOG.md +``` \ No newline at end of file diff --git a/_sources/LICENSE.md.txt b/_sources/LICENSE.md.txt new file mode 100644 index 00000000..78f2a431 --- /dev/null +++ b/_sources/LICENSE.md.txt @@ -0,0 +1,3 @@ +# LICENSE +```{include} ../../LICENSE +``` \ No newline at end of file diff --git a/_sources/README.md.txt b/_sources/README.md.txt new file mode 100644 index 00000000..16c6b768 --- /dev/null +++ b/_sources/README.md.txt @@ -0,0 +1,2 @@ +```{include} ../../README.md +``` \ No newline at end of file diff --git a/_sources/STYLEGUIDE.md.txt b/_sources/STYLEGUIDE.md.txt new file mode 100644 index 00000000..d5ac6e1c --- /dev/null +++ b/_sources/STYLEGUIDE.md.txt @@ -0,0 +1,2 @@ +```{include} ../../STYLEGUIDE.md +``` \ No newline at end of file diff --git a/_sources/api.rst.txt b/_sources/api.rst.txt new file mode 100644 index 00000000..cfafed1c --- /dev/null +++ b/_sources/api.rst.txt @@ -0,0 +1,7 @@ +API Documentation +================= + +.. toctree:: + :maxdepth: 4 + + ospx diff --git a/_sources/cli.importSystemStructure.rst.txt b/_sources/cli.importSystemStructure.rst.txt new file mode 100644 index 00000000..bc19807f --- /dev/null +++ b/_sources/cli.importSystemStructure.rst.txt @@ -0,0 +1,3 @@ +.. sphinx_argparse_cli:: + :module: ospx.cli.importSystemStructure + :func: _argparser diff --git a/_sources/cli.ospCaseBuilder.rst.txt b/_sources/cli.ospCaseBuilder.rst.txt new file mode 100644 index 00000000..806b1195 --- /dev/null +++ b/_sources/cli.ospCaseBuilder.rst.txt @@ -0,0 +1,3 @@ +.. sphinx_argparse_cli:: + :module: ospx.cli.ospCaseBuilder + :func: _argparser diff --git a/_sources/cli.rst.txt b/_sources/cli.rst.txt new file mode 100644 index 00000000..4cc92ecb --- /dev/null +++ b/_sources/cli.rst.txt @@ -0,0 +1,9 @@ +CLI Documentation +================= + +.. toctree:: + :maxdepth: 2 + + cli.ospCaseBuilder + cli.importSystemStructure + cli.watchCosim diff --git a/_sources/cli.watchCosim.rst.txt b/_sources/cli.watchCosim.rst.txt new file mode 100644 index 00000000..b76b1fac --- /dev/null +++ b/_sources/cli.watchCosim.rst.txt @@ -0,0 +1,3 @@ +.. sphinx_argparse_cli:: + :module: ospx.watch.cli.watchCosim + :func: _argparser diff --git a/_sources/fileFormat.caseDict.md.txt b/_sources/fileFormat.caseDict.md.txt new file mode 100644 index 00000000..99ecaa61 --- /dev/null +++ b/_sources/fileFormat.caseDict.md.txt @@ -0,0 +1,300 @@ +# caseDict + +## Description + +A caseDict is a file in dictIO dict file format used with ospCaseBuilder + +A caseDict acts as input for ospCaseBuilder to +* generate an osp-compatible simulation case, consisting of one or multiple fmu's +* trigger subsequent actions, such as writing a statisticsDict and a default watchDict + +A caseDict file contains +* generic information about the simulation case and the physical location of the fmu's to be sourced +* information about the components and the names to be used within the simulation +* for each component, a dictionary of settings (e.g. start values and connector names) +* a connection routing between connectors defined in component sub-dictionary + +## Elements + +| element / key | type | Description | +| :------------------------------------------------ | :-------- | :---------- | +| #include | string | include directive. The specified dict file (e.g. a paramDict) will be read and merged into the caseDict | +| _environment | dict | environment variables needed by ospCaseBuilder at runtime | +|  libSource | string | relative or absolute path to the directory where the FMUs are located, i.e. the base folder of an FMU library. It acts as entry point for the FMU search. | +| systemStructure | dict | complete system structure | +|  components | dict | defines all component models used in the simulation | +|   \ | dict | unique name identifying a component in the simulation | +|    connectors | dict | itemization of connectors as defined in the FMU's modelDescription.xml | +|     \ | dict | speaking name of a connector, i.e. what it does and where it is mounted | +|      variable | string | name of a referenced variable as defined in the FMU file (mutually exclusive with variableGroup)| +|      variableGroup | string | name of a referenced VariableGroup as defined in _OSPModelDescription.xml (mutually exclusive with variable)| +|      type | string | type of the connector. Choices: {input, output} | +|    initialize | dict | optional initialization, updating the FMU's default settings | +|     \ | dict | the variable / parameter to be set. Needs to match the name as defined in the FMU file. | +|      causality | string | causality of the variable. Choices: {input, output, parameter} | +|      variability | string | variability of the variable. Choices: {fixed, calculated, tunable} | +|      start | float | initial value the variable shall be set to. | +|    fmu | string | relative path to the location of the source FMU (relative to libSource) | +|    stepSize | string | optional step size for this component. Only necessary in case the step size shall deviate from the default step size defined in the FMU's ModelDescription.xml | +|  connections | dict | itemization of connections | +|   \ | dict | speaking name of the connection | +|    source | dict | source endpoint of \ | +|     component | string | name of source \ | +|     connector | string | name of \ at source \ (mutually exclusive with variable) | +|     variable | string | name of \ at source \ (mutually exclusive with connector) | +|    target | dict | target endpoint of \ | +|     component | string | name of target \ | +|     connector | string | name of \ at target \ (mutually exclusive with variable) | +|     variable | string | name of \ at target \ (mutually exclusive with connector) | +| run | dict | settings for simulation run | +|  simulation | dict | additional information about the simulaton. Used for window decoration. | +|   name | string | name of the simulation | +|   startTime | float | start time | +|   stopTime | float | start time | +|   baseStepSize | float | master algorithm step size | +|   algorithm | string | Co-simulation master algorithm (currently 'fixedStep' is supported by OSP) | + +## Example + +Below example shows a typical caseDict file. + +~~~guess +/*---------------------------------*- C++ -*----------------------------------*\ +filetype dictionary; coding utf-8; version 0.1; local --; purpose --; +\*----------------------------------------------------------------------------*/ +#include 'paramDict' + +_environment +{ + libSource path/to/a/model/library/on/your/machine; +} +systemStructure +{ + connections + { + minuend_to_difference + { + source + { + component minuend; + connector minuend_output; + } + target + { + component difference; + connector difference_input_minuend; + } + } + subtrahend_to_difference + { + source + { + component subtrahend; + connector subtrahend_output; + } + target + { + component difference; + connector difference_input_subtrahend; + } + } + dividend_to_quotient + { + source + { + component dividend; + connector dividend_output; + } + target + { + component quotient; + connector quotient_input_dividend; + } + } + difference_to_divisor + { + source + { + component difference; + connector difference_output; + } + target + { + component quotient; + connector quotient_input_divisor; + } + } + } + components + { + difference + { + connectors + { + difference_input_minuend + { + variable difference.IN1; + type input; + } + difference_input_subtrahend + { + variable difference.IN2; + type input; + } + difference_output + { + variable difference.OUT; + type output; + } + } + fmu subfolder/in/your/library/difference.fmu; + } + quotient + { + connectors + { + quotient_input_dividend + { + variable quotient.IN1; + type input; + } + quotient_input_divisor + { + variable quotient.IN2; + type input; + } + quotient_output + { + variable quotient.OUT; + type output; + } + + } + fmu subfolder/in/your/library/quotient.fmu; + } + minuend + { + connectors + { + minuend_output + { + variable constVal.OUT; + type output; + } + } + initialize + { + constVal.IN + { + causality parameter; + variability fixed; + start $minuend; + } + } + fmu subfolder/in/your/library/constantVal.fmu; + } + subtrahend + { + connectors + { + subtrahend_output + { + variable constVal.OUT; + type output; + } + } + initialize + { + constVal.IN + { + causality parameter; + variability fixed; + start $subtrahend; + } + } + fmu subfolder/in/your/library/constantVal.fmu; + } + dividend + { + connectors + { + dividend_output + { + variable constVal.OUT; + type output; + } + } + initialize + { + constVal.IN + { + causality parameter; + variability fixed; + start $dividend; + } + } + fmu subfolder/in/your/library/constantVal.fmu; + } + } +} +run +{ + simulation + { + name demoCase; + startTime 0; + stopTime 10; + baseStepSize 0.01; + algorithm fixedStep; + } +} + +~~~ +If you aim for just a first inspection of a simulation case, all you need to do is drop all referenced FMUs +into the case's build directory and call ospCaseBuilder with the --inspect option: +``` +ospCaseBuilder caseDict --inspect --verbose +``` +Inspection works already with a fairly rudimentary caseDict, such as: +~~~guess +/*---------------------------------*- C++ -*----------------------------------*\ +filetype dictionary; coding utf-8; version 0.1; local --; purpose --; +\*----------------------------------------------------------------------------*/ +_environment +{ + libSource path/to/a/model/library/on/your/machine; +} +systemStructure +{ + components + { + difference + { + fmu subfolder/in/your/library/difference.fmu; + } + quotient + { + fmu subfolder/in/your/library/quotient.fmu; + } + minuend + { + fmu subfolder/in/your/library/constantVal.fmu; + } + subtrahend + { + fmu subfolder/in/your/library/constantVal.fmu; + } + dividend + { + fmu subfolder/in/your/library/constantVal.fmu; + } + } +} +run +{ + simulation + { + name demoCase; + } +} +~~~ \ No newline at end of file diff --git a/_sources/fileFormat.rst.txt b/_sources/fileFormat.rst.txt new file mode 100644 index 00000000..1e7232f2 --- /dev/null +++ b/_sources/fileFormat.rst.txt @@ -0,0 +1,8 @@ +File Format +================= + +.. toctree:: + :maxdepth: 2 + + fileFormat.caseDict + fileFormat.watchDict diff --git a/_sources/fileFormat.watchDict.md.txt b/_sources/fileFormat.watchDict.md.txt new file mode 100644 index 00000000..96702182 --- /dev/null +++ b/_sources/fileFormat.watchDict.md.txt @@ -0,0 +1,59 @@ +# watchDict + +## Description + +A watchDict is a file in dictIO dict file format used with watchCosim. + +Normally there is no need to write a watchDict manually. +The watchDict file is created by opsCaseBuilder during its build process. This default watchDict file already covers all information from the involved fmu's. +However, where needed in advanced cases you can certainly reduce or adjust the automatically generated watchDict afterwards manually (or by a user defined tool / process). + +The watchDict file serves as configuration for watchCosim, allowing to +* monitor the progress of a running cosim simulation +* show a self defined convergence plot on the screen and save the image +* write a statistical summary of the results (as defined in watchDict and as far as the simulation has progressed). + + +## Elements + +| element / key | type | Description | +| :-------------------- | :-------- | :---------- | +| datasources | dict | {all, any, none} names of the involved fmu's | +|  \ | dict | key matching the name of an FMU to be monitored (without file extension) | +|   columns | list[int] | columns as they are written in \_DATETIME.csv (sub-setting and ordering is free-of-choice) | +| delimiter | string | the type of delimiter in \_DATETIME.csv | +| simulation | dict | additional information about the monitored simulaton. Used for window decoration. | +|  name | string | name of the monitored simulation | + +## Related files +* ./watchDict +* results/resultDict +* results/dataFrame.dump +* results/SIMULATIONNAME.png + +## Example + +![convergence plot example](demoCase.png) + +Below example shows a typical watchDict file. + +~~~js +/*---------------------------------*- C++ -*----------------------------------*\ +filetype dictionary; coding utf-8; version 0.1; local --; purpose --; +\*----------------------------------------------------------------------------*/ +datasources +{ + myfmu + { + columns + ( + 0 1 2 3 4 + ); + } +} +delimiter ,; +simulation +{ + name demoCase; +} +~~~ diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt new file mode 100644 index 00000000..2786e2a5 --- /dev/null +++ b/_sources/index.rst.txt @@ -0,0 +1,27 @@ +.. ospx documentation master file, created by + sphinx-quickstart on Thu Nov 18 22:00:50 2021. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +ospx Documentation +================== + +.. toctree:: + :maxdepth: 4 + :caption: Contents: + + README + CHANGELOG + LICENSE + api + cli + fileFormat + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` diff --git a/_sources/ospx.component.rst.txt b/_sources/ospx.component.rst.txt new file mode 100644 index 00000000..7afa3ce2 --- /dev/null +++ b/_sources/ospx.component.rst.txt @@ -0,0 +1,7 @@ +ospx.component module +===================== + +.. automodule:: ospx.component + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.connection.rst.txt b/_sources/ospx.connection.rst.txt new file mode 100644 index 00000000..92e6305a --- /dev/null +++ b/_sources/ospx.connection.rst.txt @@ -0,0 +1,7 @@ +ospx.connection module +====================== + +.. automodule:: ospx.connection + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.connector.rst.txt b/_sources/ospx.connector.rst.txt new file mode 100644 index 00000000..dc2e89b0 --- /dev/null +++ b/_sources/ospx.connector.rst.txt @@ -0,0 +1,7 @@ +ospx.connector module +===================== + +.. automodule:: ospx.connector + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.fmi.experiment.rst.txt b/_sources/ospx.fmi.experiment.rst.txt new file mode 100644 index 00000000..7df24978 --- /dev/null +++ b/_sources/ospx.fmi.experiment.rst.txt @@ -0,0 +1,7 @@ +ospx.fmi.experiment module +========================== + +.. automodule:: ospx.fmi.experiment + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.fmi.fmu.rst.txt b/_sources/ospx.fmi.fmu.rst.txt new file mode 100644 index 00000000..c6749a11 --- /dev/null +++ b/_sources/ospx.fmi.fmu.rst.txt @@ -0,0 +1,7 @@ +ospx.fmi.fmu module +=================== + +.. automodule:: ospx.fmi.fmu + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.fmi.rst.txt b/_sources/ospx.fmi.rst.txt new file mode 100644 index 00000000..1e49c726 --- /dev/null +++ b/_sources/ospx.fmi.rst.txt @@ -0,0 +1,18 @@ +ospx.fmi package +================ + +.. automodule:: ospx.fmi + :members: + :undoc-members: + :show-inheritance: + +Submodules +---------- + +.. toctree:: + :maxdepth: 4 + + ospx.fmi.experiment + ospx.fmi.fmu + ospx.fmi.unit + ospx.fmi.variable diff --git a/_sources/ospx.fmi.unit.rst.txt b/_sources/ospx.fmi.unit.rst.txt new file mode 100644 index 00000000..f1f82131 --- /dev/null +++ b/_sources/ospx.fmi.unit.rst.txt @@ -0,0 +1,7 @@ +ospx.fmi.unit module +==================== + +.. automodule:: ospx.fmi.unit + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.fmi.variable.rst.txt b/_sources/ospx.fmi.variable.rst.txt new file mode 100644 index 00000000..67e8a34b --- /dev/null +++ b/_sources/ospx.fmi.variable.rst.txt @@ -0,0 +1,7 @@ +ospx.fmi.variable module +======================== + +.. automodule:: ospx.fmi.variable + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.graph.rst.txt b/_sources/ospx.graph.rst.txt new file mode 100644 index 00000000..f86c5c83 --- /dev/null +++ b/_sources/ospx.graph.rst.txt @@ -0,0 +1,7 @@ +ospx.graph module +================= + +.. automodule:: ospx.graph + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.importer.rst.txt b/_sources/ospx.importer.rst.txt new file mode 100644 index 00000000..37687a7f --- /dev/null +++ b/_sources/ospx.importer.rst.txt @@ -0,0 +1,7 @@ +ospx.importer module +==================== + +.. automodule:: ospx.importer + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.ospCaseBuilder.rst.txt b/_sources/ospx.ospCaseBuilder.rst.txt new file mode 100644 index 00000000..bd799959 --- /dev/null +++ b/_sources/ospx.ospCaseBuilder.rst.txt @@ -0,0 +1,7 @@ +ospx.ospCaseBuilder module +========================== + +.. automodule:: ospx.ospCaseBuilder + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.ospSimulationCase.rst.txt b/_sources/ospx.ospSimulationCase.rst.txt new file mode 100644 index 00000000..3fa91619 --- /dev/null +++ b/_sources/ospx.ospSimulationCase.rst.txt @@ -0,0 +1,7 @@ +ospx.ospSimulationCase module +============================= + +.. automodule:: ospx.ospSimulationCase + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.rst.txt b/_sources/ospx.rst.txt new file mode 100644 index 00000000..db7f66af --- /dev/null +++ b/_sources/ospx.rst.txt @@ -0,0 +1,32 @@ +ospx package +============ + +.. automodule:: ospx + :members: + :undoc-members: + :show-inheritance: + +Subpackages +----------- + +.. toctree:: + :maxdepth: 4 + + ospx.fmi + ospx.watch + +Submodules +---------- + +.. toctree:: + :maxdepth: 4 + + ospx.component + ospx.connection + ospx.connector + ospx.graph + ospx.importer + ospx.ospCaseBuilder + ospx.ospSimulationCase + ospx.simulation + ospx.system diff --git a/_sources/ospx.simulation.rst.txt b/_sources/ospx.simulation.rst.txt new file mode 100644 index 00000000..08c7e1ce --- /dev/null +++ b/_sources/ospx.simulation.rst.txt @@ -0,0 +1,7 @@ +ospx.simulation module +====================== + +.. automodule:: ospx.simulation + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.system.rst.txt b/_sources/ospx.system.rst.txt new file mode 100644 index 00000000..925333b9 --- /dev/null +++ b/_sources/ospx.system.rst.txt @@ -0,0 +1,7 @@ +ospx.system module +================== + +.. automodule:: ospx.system + :members: + :undoc-members: + :show-inheritance: diff --git a/_sources/ospx.watch.rst.txt b/_sources/ospx.watch.rst.txt new file mode 100644 index 00000000..d89fc285 --- /dev/null +++ b/_sources/ospx.watch.rst.txt @@ -0,0 +1,15 @@ +ospx.watch package +================== + +.. automodule:: ospx.watch + :members: + :undoc-members: + :show-inheritance: + +Submodules +---------- + +.. toctree:: + :maxdepth: 4 + + ospx.watch.watchCosim diff --git a/_sources/ospx.watch.watchCosim.rst.txt b/_sources/ospx.watch.watchCosim.rst.txt new file mode 100644 index 00000000..7220895f --- /dev/null +++ b/_sources/ospx.watch.watchCosim.rst.txt @@ -0,0 +1,7 @@ +ospx.watch.watchCosim module +============================ + +.. automodule:: ospx.watch.watchCosim + :members: + :undoc-members: + :show-inheritance: diff --git a/_static/OSPx.png b/_static/OSPx.png new file mode 100644 index 0000000000000000000000000000000000000000..18e206f7ef9839a3c614b9a105ab767293b66844 GIT binary patch literal 20168 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 literal 0 HcmV?d00001 diff --git a/_static/OSPx.svg b/_static/OSPx.svg new file mode 100644 index 00000000..49428596 --- /dev/null +++ b/_static/OSPx.svg @@ -0,0 +1 @@ +ospxOSP \ No newline at end of file diff --git a/_static/basic.css b/_static/basic.css new file mode 100644 index 00000000..30fee9d0 --- /dev/null +++ b/_static/basic.css @@ -0,0 +1,925 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +div.section::after { + display: block; + content: ''; + clear: left; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 230px; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox form.search { + overflow: hidden; +} + +div.sphinxsidebar #searchbox input[type="text"] { + float: left; + width: 80%; + padding: 0.25em; + box-sizing: border-box; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + float: left; + width: 20%; + border-left: none; + padding: 0.25em; + box-sizing: border-box; +} + + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li p.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body { + min-width: 360px; + max-width: 800px; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +a.headerlink { + visibility: hidden; +} + +a:visited { + color: #551A8B; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, figure.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, figure.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, figure.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +img.align-default, figure.align-default, .figure.align-default { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-default { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar, +aside.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px; + background-color: #ffe; + width: 40%; + float: right; + clear: right; + overflow-x: auto; +} + +p.sidebar-title { + font-weight: bold; +} + +nav.contents, +aside.topic, +div.admonition, div.topic, blockquote { + clear: left; +} + +/* -- topics ---------------------------------------------------------------- */ + +nav.contents, +aside.topic, +div.topic { + border: 1px solid #ccc; + padding: 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- content of sidebars/topics/admonitions -------------------------------- */ + +div.sidebar > :last-child, +aside.sidebar > :last-child, +nav.contents > :last-child, +aside.topic > :last-child, +div.topic > :last-child, +div.admonition > :last-child { + margin-bottom: 0; +} + +div.sidebar::after, +aside.sidebar::after, +nav.contents::after, +aside.topic::after, +div.topic::after, +div.admonition::after, +blockquote::after { + display: block; + content: ''; + clear: both; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + margin-top: 10px; + margin-bottom: 10px; + border: 0; + border-collapse: collapse; +} + +table.align-center { + margin-left: auto; + margin-right: auto; +} + +table.align-default { + margin-left: auto; + margin-right: auto; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +th > :first-child, +td > :first-child { + margin-top: 0px; +} + +th > :last-child, +td > :last-child { + margin-bottom: 0px; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure, figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption, figcaption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number, +figcaption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text, +figcaption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- hlist styles ---------------------------------------------------------- */ + +table.hlist { + margin: 1em 0; +} + +table.hlist td { + vertical-align: top; +} + +/* -- object description styles --------------------------------------------- */ + +.sig { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; +} + +.sig-name, code.descname { + background-color: transparent; + font-weight: bold; +} + +.sig-name { + font-size: 1.1em; +} + +code.descname { + font-size: 1.2em; +} + +.sig-prename, code.descclassname { + background-color: transparent; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.sig-param.n { + font-style: italic; +} + +/* C++ specific styling */ + +.sig-inline.c-texpr, +.sig-inline.cpp-texpr { + font-family: unset; +} + +.sig.c .k, .sig.c .kt, +.sig.cpp .k, .sig.cpp .kt { + color: #0033B3; +} + +.sig.c .m, +.sig.cpp .m { + color: #1750EB; +} + +.sig.c .s, .sig.c .sc, +.sig.cpp .s, .sig.cpp .sc { + color: #067D17; +} + + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +:not(li) > ol > li:first-child > :first-child, +:not(li) > ul > li:first-child > :first-child { + margin-top: 0px; +} + +:not(li) > ol > li:last-child > :last-child, +:not(li) > ul > li:last-child > :last-child { + margin-bottom: 0px; +} + +ol.simple ol p, +ol.simple ul p, +ul.simple ol p, +ul.simple ul p { + margin-top: 0; +} + +ol.simple > li:not(:first-child) > p, +ul.simple > li:not(:first-child) > p { + margin-top: 0; +} + +ol.simple p, +ul.simple p { + margin-bottom: 0; +} + +aside.footnote > span, +div.citation > span { + float: left; +} +aside.footnote > span:last-of-type, +div.citation > span:last-of-type { + padding-right: 0.5em; +} +aside.footnote > p { + margin-left: 2em; +} +div.citation > p { + margin-left: 4em; +} +aside.footnote > p:last-of-type, +div.citation > p:last-of-type { + margin-bottom: 0em; +} +aside.footnote > p:last-of-type:after, +div.citation > p:last-of-type:after { + content: ""; + clear: both; +} + +dl.field-list { + display: grid; + grid-template-columns: fit-content(30%) auto; +} + +dl.field-list > dt { + font-weight: bold; + word-break: break-word; + padding-left: 0.5em; + padding-right: 5px; +} + +dl.field-list > dd { + padding-left: 0.5em; + margin-top: 0em; + margin-left: 0em; + margin-bottom: 0em; +} + +dl { + margin-bottom: 15px; +} + +dd > :first-child { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + +dl > dd:last-child, +dl > dd:last-child > :last-child { + margin-bottom: 0; +} + +dt:target, span.highlighted { + background-color: #fbe54e; +} + +rect.highlighted { + fill: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +.classifier:before { + font-style: normal; + margin: 0 0.5em; + content: ":"; + display: inline-block; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +.translated { + background-color: rgba(207, 255, 207, 0.2) +} + +.untranslated { + background-color: rgba(255, 207, 207, 0.2) +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +pre, div[class*="highlight-"] { + clear: both; +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; + white-space: nowrap; +} + +div[class*="highlight-"] { + margin: 1em 0; +} + +td.linenos pre { + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + display: block; +} + +table.highlighttable tbody { + display: block; +} + +table.highlighttable tr { + display: flex; +} + +table.highlighttable td { + margin: 0; + padding: 0; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +table.highlighttable td.code { + flex: 1; + overflow: hidden; +} + +.highlight .hll { + display: block; +} + +div.highlight pre, +table.highlighttable pre { + margin: 0; +} + +div.code-block-caption + div { + margin-top: 0; +} + +div.code-block-caption { + margin-top: 1em; + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +table.highlighttable td.linenos, +span.linenos, +div.highlight span.gp { /* gp: Generic.Prompt */ + user-select: none; + -webkit-user-select: text; /* Safari fallback only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + margin: 1em 0; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: absolute; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff --git a/_static/debug.css b/_static/debug.css new file mode 100644 index 00000000..74d4aec3 --- /dev/null +++ b/_static/debug.css @@ -0,0 +1,69 @@ +/* + This CSS file should be overridden by the theme authors. It's + meant for debugging and developing the skeleton that this theme provides. +*/ +body { + font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, + "Apple Color Emoji", "Segoe UI Emoji"; + background: lavender; +} +.sb-announcement { + background: rgb(131, 131, 131); +} +.sb-announcement__inner { + background: black; + color: white; +} +.sb-header { + background: lightskyblue; +} +.sb-header__inner { + background: royalblue; + color: white; +} +.sb-header-secondary { + background: lightcyan; +} +.sb-header-secondary__inner { + background: cornflowerblue; + color: white; +} +.sb-sidebar-primary { + background: lightgreen; +} +.sb-main { + background: blanchedalmond; +} +.sb-main__inner { + background: antiquewhite; +} +.sb-header-article { + background: lightsteelblue; +} +.sb-article-container { + background: snow; +} +.sb-article-main { + background: white; +} +.sb-footer-article { + background: lightpink; +} +.sb-sidebar-secondary { + background: lightgoldenrodyellow; +} +.sb-footer-content { + background: plum; +} +.sb-footer-content__inner { + background: palevioletred; +} +.sb-footer { + background: pink; +} +.sb-footer__inner { + background: salmon; +} +.sb-article { + background: white; +} diff --git a/_static/doctools.js b/_static/doctools.js new file mode 100644 index 00000000..d06a71d7 --- /dev/null +++ b/_static/doctools.js @@ -0,0 +1,156 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Base JavaScript utilities for all Sphinx HTML documentation. + * + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ + "TEXTAREA", + "INPUT", + "SELECT", + "BUTTON", +]); + +const _ready = (callback) => { + if (document.readyState !== "loading") { + callback(); + } else { + document.addEventListener("DOMContentLoaded", callback); + } +}; + +/** + * Small JavaScript module for the documentation. + */ +const Documentation = { + init: () => { + Documentation.initDomainIndexTable(); + Documentation.initOnKeyListeners(); + }, + + /** + * i18n support + */ + TRANSLATIONS: {}, + PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), + LOCALE: "unknown", + + // gettext and ngettext don't access this so that the functions + // can safely bound to a different name (_ = Documentation.gettext) + gettext: (string) => { + const translated = Documentation.TRANSLATIONS[string]; + switch (typeof translated) { + case "undefined": + return string; // no translation + case "string": + return translated; // translation exists + default: + return translated[0]; // (singular, plural) translation tuple exists + } + }, + + ngettext: (singular, plural, n) => { + const translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated !== "undefined") + return translated[Documentation.PLURAL_EXPR(n)]; + return n === 1 ? singular : plural; + }, + + addTranslations: (catalog) => { + Object.assign(Documentation.TRANSLATIONS, catalog.messages); + Documentation.PLURAL_EXPR = new Function( + "n", + `return (${catalog.plural_expr})` + ); + Documentation.LOCALE = catalog.locale; + }, + + /** + * helper function to focus on search bar + */ + focusSearchBar: () => { + document.querySelectorAll("input[name=q]")[0]?.focus(); + }, + + /** + * Initialise the domain index toggle buttons + */ + initDomainIndexTable: () => { + const toggler = (el) => { + const idNumber = el.id.substr(7); + const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); + if (el.src.substr(-9) === "minus.png") { + el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; + toggledRows.forEach((el) => (el.style.display = "none")); + } else { + el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; + toggledRows.forEach((el) => (el.style.display = "")); + } + }; + + const togglerElements = document.querySelectorAll("img.toggler"); + togglerElements.forEach((el) => + el.addEventListener("click", (event) => toggler(event.currentTarget)) + ); + togglerElements.forEach((el) => (el.style.display = "")); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + }, + + initOnKeyListeners: () => { + // only install a listener if it is really needed + if ( + !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS + ) + return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.altKey || event.ctrlKey || event.metaKey) return; + + if (!event.shiftKey) { + switch (event.key) { + case "ArrowLeft": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const prevLink = document.querySelector('link[rel="prev"]'); + if (prevLink && prevLink.href) { + window.location.href = prevLink.href; + event.preventDefault(); + } + break; + case "ArrowRight": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const nextLink = document.querySelector('link[rel="next"]'); + if (nextLink && nextLink.href) { + window.location.href = nextLink.href; + event.preventDefault(); + } + break; + } + } + + // some keyboard layouts may need Shift to get / + switch (event.key) { + case "/": + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; + Documentation.focusSearchBar(); + event.preventDefault(); + } + }); + }, +}; + +// quick alias for translations +const _ = Documentation.gettext; + +_ready(Documentation.init); diff --git a/_static/documentation_options.js b/_static/documentation_options.js new file mode 100644 index 00000000..e5a0b832 --- /dev/null +++ b/_static/documentation_options.js @@ -0,0 +1,13 @@ +const DOCUMENTATION_OPTIONS = { + VERSION: '0.2.11', + LANGUAGE: 'en', + COLLAPSE_INDEX: false, + BUILDER: 'html', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: false, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, +}; \ No newline at end of file diff --git a/_static/file.png b/_static/file.png new file mode 100644 index 0000000000000000000000000000000000000000..a858a410e4faa62ce324d814e4b816fff83a6fb3 GIT binary patch literal 286 zcmV+(0pb3MP)s`hMrGg#P~ix$^RISR_I47Y|r1 z_CyJOe}D1){SET-^Amu_i71Lt6eYfZjRyw@I6OQAIXXHDfiX^GbOlHe=Ae4>0m)d(f|Me07*qoM6N<$f}vM^LjV8( literal 0 HcmV?d00001 diff --git a/_static/language_data.js b/_static/language_data.js new file mode 100644 index 00000000..250f5665 --- /dev/null +++ b/_static/language_data.js @@ -0,0 +1,199 @@ +/* + * language_data.js + * ~~~~~~~~~~~~~~~~ + * + * This script contains the language-specific data used by searchtools.js, + * namely the list of stopwords, stemmer, scorer and splitter. + * + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; + + +/* Non-minified version is copied as a separate JS file, is available */ + +/** + * Porter Stemmer + */ +var Stemmer = function() { + + var step2list = { + ational: 'ate', + tional: 'tion', + enci: 'ence', + anci: 'ance', + izer: 'ize', + bli: 'ble', + alli: 'al', + entli: 'ent', + eli: 'e', + ousli: 'ous', + ization: 'ize', + ation: 'ate', + ator: 'ate', + alism: 'al', + iveness: 'ive', + fulness: 'ful', + ousness: 'ous', + aliti: 'al', + iviti: 'ive', + biliti: 'ble', + logi: 'log' + }; + + var step3list = { + icate: 'ic', + ative: '', + alize: 'al', + iciti: 'ic', + ical: 'ic', + ful: '', + ness: '' + }; + + var c = "[^aeiou]"; // consonant + var v = "[aeiouy]"; // vowel + var C = c + "[^aeiouy]*"; // consonant sequence + var V = v + "[aeiou]*"; // vowel sequence + + var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0 + var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1 + var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1 + var s_v = "^(" + C + ")?" + v; // vowel in stem + + this.stemWord = function (w) { + var stem; + var suffix; + var firstch; + var origword = w; + + if (w.length < 3) + return w; + + var re; + var re2; + var re3; + var re4; + + firstch = w.substr(0,1); + if (firstch == "y") + w = firstch.toUpperCase() + w.substr(1); + + // Step 1a + re = /^(.+?)(ss|i)es$/; + re2 = /^(.+?)([^s])s$/; + + if (re.test(w)) + w = w.replace(re,"$1$2"); + else if (re2.test(w)) + w = w.replace(re2,"$1$2"); + + // Step 1b + re = /^(.+?)eed$/; + re2 = /^(.+?)(ed|ing)$/; + if (re.test(w)) { + var fp = re.exec(w); + re = new RegExp(mgr0); + if (re.test(fp[1])) { + re = /.$/; + w = w.replace(re,""); + } + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1]; + re2 = new RegExp(s_v); + if (re2.test(stem)) { + w = stem; + re2 = /(at|bl|iz)$/; + re3 = new RegExp("([^aeiouylsz])\\1$"); + re4 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re2.test(w)) + w = w + "e"; + else if (re3.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + else if (re4.test(w)) + w = w + "e"; + } + } + + // Step 1c + re = /^(.+?)y$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(s_v); + if (re.test(stem)) + w = stem + "i"; + } + + // Step 2 + re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step2list[suffix]; + } + + // Step 3 + re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step3list[suffix]; + } + + // Step 4 + re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/; + re2 = /^(.+?)(s|t)(ion)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + if (re.test(stem)) + w = stem; + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1] + fp[2]; + re2 = new RegExp(mgr1); + if (re2.test(stem)) + w = stem; + } + + // Step 5 + re = /^(.+?)e$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + re2 = new RegExp(meq1); + re3 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) + w = stem; + } + re = /ll$/; + re2 = new RegExp(mgr1); + if (re.test(w) && re2.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + + // and turn initial Y back to y + if (firstch == "y") + w = firstch.toLowerCase() + w.substr(1); + return w; + } +} + diff --git a/_static/minus.png b/_static/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..d96755fdaf8bb2214971e0db9c1fd3077d7c419d GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t*WBp7;*Yy1LIik>cxAr*|t7R?Mi>2?kWtu=nj kDsEF_5m^0CR;1wuP-*O&G^0G}KYk!hp00i_>zopr08q^qX#fBK literal 0 HcmV?d00001 diff --git a/_static/plus.png b/_static/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..7107cec93a979b9a5f64843235a16651d563ce2d GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t*WBp7;*Yy1LIik>cxAr*|t7R?Mi>2?kWtu>-2 m3q%Vub%g%s<8sJhVPMczOq}xhg9DJoz~JfX=d#Wzp$Pyb1r*Kz literal 0 HcmV?d00001 diff --git a/_static/pygments.css b/_static/pygments.css new file mode 100644 index 00000000..c2e07c71 --- /dev/null +++ b/_static/pygments.css @@ -0,0 +1,258 @@ +.highlight pre { line-height: 125%; } +.highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +.highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +.highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +.highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +.highlight .hll { background-color: #ffffcc } +.highlight { background: #f8f8f8; } +.highlight .c { color: #8f5902; font-style: italic } /* Comment */ +.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ +.highlight .g { color: #000000 } /* Generic */ +.highlight .k { color: #204a87; font-weight: bold } /* Keyword */ +.highlight .l { color: #000000 } /* Literal */ +.highlight .n { color: #000000 } /* Name */ +.highlight .o { color: #ce5c00; font-weight: bold } /* Operator */ +.highlight .x { color: #000000 } /* Other */ +.highlight .p { color: #000000; font-weight: bold } /* Punctuation */ +.highlight .ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */ +.highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */ +.highlight .cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */ +.highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */ +.highlight .gd { color: #a40000 } /* Generic.Deleted */ +.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */ +.highlight .ges { color: #000000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +.highlight .gr { color: #ef2929 } /* Generic.Error */ +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.highlight .gi { color: #00A000 } /* Generic.Inserted */ +.highlight .go { color: #000000; font-style: italic } /* Generic.Output */ +.highlight .gp { color: #8f5902 } /* Generic.Prompt */ +.highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */ +.highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ +.highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ +.highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ +.highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ +.highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */ +.highlight .ld { color: #000000 } /* Literal.Date */ +.highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */ +.highlight .s { color: #4e9a06 } /* Literal.String */ +.highlight .na { color: #c4a000 } /* Name.Attribute */ +.highlight .nb { color: #204a87 } /* Name.Builtin */ +.highlight .nc { color: #000000 } /* Name.Class */ +.highlight .no { color: #000000 } /* Name.Constant */ +.highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */ +.highlight .ni { color: #ce5c00 } /* Name.Entity */ +.highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #000000 } /* Name.Function */ +.highlight .nl { color: #f57900 } /* Name.Label */ +.highlight .nn { color: #000000 } /* Name.Namespace */ +.highlight .nx { color: #000000 } /* Name.Other */ +.highlight .py { color: #000000 } /* Name.Property */ +.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */ +.highlight .nv { color: #000000 } /* Name.Variable */ +.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */ +.highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */ +.highlight .w { color: #f8f8f8 } /* Text.Whitespace */ +.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */ +.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ +.highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ +.highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ +.highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */ +.highlight .sa { color: #4e9a06 } /* Literal.String.Affix */ +.highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */ +.highlight .sc { color: #4e9a06 } /* Literal.String.Char */ +.highlight .dl { color: #4e9a06 } /* Literal.String.Delimiter */ +.highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #4e9a06 } /* Literal.String.Double */ +.highlight .se { color: #4e9a06 } /* Literal.String.Escape */ +.highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */ +.highlight .si { color: #4e9a06 } /* Literal.String.Interpol */ +.highlight .sx { color: #4e9a06 } /* Literal.String.Other */ +.highlight .sr { color: #4e9a06 } /* Literal.String.Regex */ +.highlight .s1 { color: #4e9a06 } /* Literal.String.Single */ +.highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */ +.highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */ +.highlight .fm { color: #000000 } /* Name.Function.Magic */ +.highlight .vc { color: #000000 } /* Name.Variable.Class */ +.highlight .vg { color: #000000 } /* Name.Variable.Global */ +.highlight .vi { color: #000000 } /* Name.Variable.Instance */ +.highlight .vm { color: #000000 } /* Name.Variable.Magic */ +.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ +@media not print { +body[data-theme="dark"] .highlight pre { line-height: 125%; } +body[data-theme="dark"] .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } +body[data-theme="dark"] .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } +body[data-theme="dark"] .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +body[data-theme="dark"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +body[data-theme="dark"] .highlight .hll { background-color: #404040 } +body[data-theme="dark"] .highlight { background: #202020; color: #d0d0d0 } +body[data-theme="dark"] .highlight .c { color: #ababab; font-style: italic } /* Comment */ +body[data-theme="dark"] .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +body[data-theme="dark"] .highlight .esc { color: #d0d0d0 } /* Escape */ +body[data-theme="dark"] .highlight .g { color: #d0d0d0 } /* Generic */ +body[data-theme="dark"] .highlight .k { color: #6ebf26; font-weight: bold } /* Keyword */ +body[data-theme="dark"] .highlight .l { color: #d0d0d0 } /* Literal */ +body[data-theme="dark"] .highlight .n { color: #d0d0d0 } /* Name */ +body[data-theme="dark"] .highlight .o { color: #d0d0d0 } /* Operator */ +body[data-theme="dark"] .highlight .x { color: #d0d0d0 } /* Other */ +body[data-theme="dark"] .highlight .p { color: #d0d0d0 } /* Punctuation */ +body[data-theme="dark"] .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */ +body[data-theme="dark"] .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */ +body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */ +body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ +body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ +body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +body[data-theme="dark"] .highlight .gd { color: #d22323 } /* Generic.Deleted */ +body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ +body[data-theme="dark"] .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +body[data-theme="dark"] .highlight .gr { color: #d22323 } /* Generic.Error */ +body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */ +body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */ +body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ +body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ +body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ +body[data-theme="dark"] .highlight .gt { color: #d22323 } /* Generic.Traceback */ +body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ +body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ +body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ +body[data-theme="dark"] .highlight .kp { color: #6ebf26 } /* Keyword.Pseudo */ +body[data-theme="dark"] .highlight .kr { color: #6ebf26; font-weight: bold } /* Keyword.Reserved */ +body[data-theme="dark"] .highlight .kt { color: #6ebf26; font-weight: bold } /* Keyword.Type */ +body[data-theme="dark"] .highlight .ld { color: #d0d0d0 } /* Literal.Date */ +body[data-theme="dark"] .highlight .m { color: #51b2fd } /* Literal.Number */ +body[data-theme="dark"] .highlight .s { color: #ed9d13 } /* Literal.String */ +body[data-theme="dark"] .highlight .na { color: #bbbbbb } /* Name.Attribute */ +body[data-theme="dark"] .highlight .nb { color: #2fbccd } /* Name.Builtin */ +body[data-theme="dark"] .highlight .nc { color: #71adff; text-decoration: underline } /* Name.Class */ +body[data-theme="dark"] .highlight .no { color: #40ffff } /* Name.Constant */ +body[data-theme="dark"] .highlight .nd { color: #ffa500 } /* Name.Decorator */ +body[data-theme="dark"] .highlight .ni { color: #d0d0d0 } /* Name.Entity */ +body[data-theme="dark"] .highlight .ne { color: #bbbbbb } /* Name.Exception */ +body[data-theme="dark"] .highlight .nf { color: #71adff } /* Name.Function */ +body[data-theme="dark"] .highlight .nl { color: #d0d0d0 } /* Name.Label */ +body[data-theme="dark"] .highlight .nn { color: #71adff; text-decoration: underline } /* Name.Namespace */ +body[data-theme="dark"] .highlight .nx { color: #d0d0d0 } /* Name.Other */ +body[data-theme="dark"] .highlight .py { color: #d0d0d0 } /* Name.Property */ +body[data-theme="dark"] .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */ +body[data-theme="dark"] .highlight .nv { color: #40ffff } /* Name.Variable */ +body[data-theme="dark"] .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */ +body[data-theme="dark"] .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */ +body[data-theme="dark"] .highlight .w { color: #666666 } /* Text.Whitespace */ +body[data-theme="dark"] .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */ +body[data-theme="dark"] .highlight .mf { color: #51b2fd } /* Literal.Number.Float */ +body[data-theme="dark"] .highlight .mh { color: #51b2fd } /* Literal.Number.Hex */ +body[data-theme="dark"] .highlight .mi { color: #51b2fd } /* Literal.Number.Integer */ +body[data-theme="dark"] .highlight .mo { color: #51b2fd } /* Literal.Number.Oct */ +body[data-theme="dark"] .highlight .sa { color: #ed9d13 } /* Literal.String.Affix */ +body[data-theme="dark"] .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */ +body[data-theme="dark"] .highlight .sc { color: #ed9d13 } /* Literal.String.Char */ +body[data-theme="dark"] .highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */ +body[data-theme="dark"] .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */ +body[data-theme="dark"] .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */ +body[data-theme="dark"] .highlight .se { color: #ed9d13 } /* Literal.String.Escape */ +body[data-theme="dark"] .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */ +body[data-theme="dark"] .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */ +body[data-theme="dark"] .highlight .sx { color: #ffa500 } /* Literal.String.Other */ +body[data-theme="dark"] .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */ +body[data-theme="dark"] .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */ +body[data-theme="dark"] .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */ +body[data-theme="dark"] .highlight .bp { color: #2fbccd } /* Name.Builtin.Pseudo */ +body[data-theme="dark"] .highlight .fm { color: #71adff } /* Name.Function.Magic */ +body[data-theme="dark"] .highlight .vc { color: #40ffff } /* Name.Variable.Class */ +body[data-theme="dark"] .highlight .vg { color: #40ffff } /* Name.Variable.Global */ +body[data-theme="dark"] .highlight .vi { color: #40ffff } /* Name.Variable.Instance */ +body[data-theme="dark"] .highlight .vm { color: #40ffff } /* Name.Variable.Magic */ +body[data-theme="dark"] .highlight .il { color: #51b2fd } /* Literal.Number.Integer.Long */ +@media (prefers-color-scheme: dark) { +body:not([data-theme="light"]) .highlight pre { line-height: 125%; } +body:not([data-theme="light"]) .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } +body:not([data-theme="light"]) .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } +body:not([data-theme="light"]) .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +body:not([data-theme="light"]) .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +body:not([data-theme="light"]) .highlight .hll { background-color: #404040 } +body:not([data-theme="light"]) .highlight { background: #202020; color: #d0d0d0 } +body:not([data-theme="light"]) .highlight .c { color: #ababab; font-style: italic } /* Comment */ +body:not([data-theme="light"]) .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +body:not([data-theme="light"]) .highlight .esc { color: #d0d0d0 } /* Escape */ +body:not([data-theme="light"]) .highlight .g { color: #d0d0d0 } /* Generic */ +body:not([data-theme="light"]) .highlight .k { color: #6ebf26; font-weight: bold } /* Keyword */ +body:not([data-theme="light"]) .highlight .l { color: #d0d0d0 } /* Literal */ +body:not([data-theme="light"]) .highlight .n { color: #d0d0d0 } /* Name */ +body:not([data-theme="light"]) .highlight .o { color: #d0d0d0 } /* Operator */ +body:not([data-theme="light"]) .highlight .x { color: #d0d0d0 } /* Other */ +body:not([data-theme="light"]) .highlight .p { color: #d0d0d0 } /* Punctuation */ +body:not([data-theme="light"]) .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */ +body:not([data-theme="light"]) .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */ +body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */ +body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ +body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ +body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +body:not([data-theme="light"]) .highlight .gd { color: #d22323 } /* Generic.Deleted */ +body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ +body:not([data-theme="light"]) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +body:not([data-theme="light"]) .highlight .gr { color: #d22323 } /* Generic.Error */ +body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */ +body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */ +body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ +body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ +body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ +body:not([data-theme="light"]) .highlight .gt { color: #d22323 } /* Generic.Traceback */ +body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ +body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ +body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ +body:not([data-theme="light"]) .highlight .kp { color: #6ebf26 } /* Keyword.Pseudo */ +body:not([data-theme="light"]) .highlight .kr { color: #6ebf26; font-weight: bold } /* Keyword.Reserved */ +body:not([data-theme="light"]) .highlight .kt { color: #6ebf26; font-weight: bold } /* Keyword.Type */ +body:not([data-theme="light"]) .highlight .ld { color: #d0d0d0 } /* Literal.Date */ +body:not([data-theme="light"]) .highlight .m { color: #51b2fd } /* Literal.Number */ +body:not([data-theme="light"]) .highlight .s { color: #ed9d13 } /* Literal.String */ +body:not([data-theme="light"]) .highlight .na { color: #bbbbbb } /* Name.Attribute */ +body:not([data-theme="light"]) .highlight .nb { color: #2fbccd } /* Name.Builtin */ +body:not([data-theme="light"]) .highlight .nc { color: #71adff; text-decoration: underline } /* Name.Class */ +body:not([data-theme="light"]) .highlight .no { color: #40ffff } /* Name.Constant */ +body:not([data-theme="light"]) .highlight .nd { color: #ffa500 } /* Name.Decorator */ +body:not([data-theme="light"]) .highlight .ni { color: #d0d0d0 } /* Name.Entity */ +body:not([data-theme="light"]) .highlight .ne { color: #bbbbbb } /* Name.Exception */ +body:not([data-theme="light"]) .highlight .nf { color: #71adff } /* Name.Function */ +body:not([data-theme="light"]) .highlight .nl { color: #d0d0d0 } /* Name.Label */ +body:not([data-theme="light"]) .highlight .nn { color: #71adff; text-decoration: underline } /* Name.Namespace */ +body:not([data-theme="light"]) .highlight .nx { color: #d0d0d0 } /* Name.Other */ +body:not([data-theme="light"]) .highlight .py { color: #d0d0d0 } /* Name.Property */ +body:not([data-theme="light"]) .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */ +body:not([data-theme="light"]) .highlight .nv { color: #40ffff } /* Name.Variable */ +body:not([data-theme="light"]) .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */ +body:not([data-theme="light"]) .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */ +body:not([data-theme="light"]) .highlight .w { color: #666666 } /* Text.Whitespace */ +body:not([data-theme="light"]) .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */ +body:not([data-theme="light"]) .highlight .mf { color: #51b2fd } /* Literal.Number.Float */ +body:not([data-theme="light"]) .highlight .mh { color: #51b2fd } /* Literal.Number.Hex */ +body:not([data-theme="light"]) .highlight .mi { color: #51b2fd } /* Literal.Number.Integer */ +body:not([data-theme="light"]) .highlight .mo { color: #51b2fd } /* Literal.Number.Oct */ +body:not([data-theme="light"]) .highlight .sa { color: #ed9d13 } /* Literal.String.Affix */ +body:not([data-theme="light"]) .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */ +body:not([data-theme="light"]) .highlight .sc { color: #ed9d13 } /* Literal.String.Char */ +body:not([data-theme="light"]) .highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */ +body:not([data-theme="light"]) .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */ +body:not([data-theme="light"]) .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */ +body:not([data-theme="light"]) .highlight .se { color: #ed9d13 } /* Literal.String.Escape */ +body:not([data-theme="light"]) .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */ +body:not([data-theme="light"]) .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */ +body:not([data-theme="light"]) .highlight .sx { color: #ffa500 } /* Literal.String.Other */ +body:not([data-theme="light"]) .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */ +body:not([data-theme="light"]) .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */ +body:not([data-theme="light"]) .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */ +body:not([data-theme="light"]) .highlight .bp { color: #2fbccd } /* Name.Builtin.Pseudo */ +body:not([data-theme="light"]) .highlight .fm { color: #71adff } /* Name.Function.Magic */ +body:not([data-theme="light"]) .highlight .vc { color: #40ffff } /* Name.Variable.Class */ +body:not([data-theme="light"]) .highlight .vg { color: #40ffff } /* Name.Variable.Global */ +body:not([data-theme="light"]) .highlight .vi { color: #40ffff } /* Name.Variable.Instance */ +body:not([data-theme="light"]) .highlight .vm { color: #40ffff } /* Name.Variable.Magic */ +body:not([data-theme="light"]) .highlight .il { color: #51b2fd } /* Literal.Number.Integer.Long */ +} +} \ No newline at end of file diff --git a/_static/scripts/furo-extensions.js b/_static/scripts/furo-extensions.js new file mode 100644 index 00000000..e69de29b diff --git a/_static/scripts/furo.js b/_static/scripts/furo.js new file mode 100644 index 00000000..32e7c05b --- /dev/null +++ b/_static/scripts/furo.js @@ -0,0 +1,3 @@ +/*! For license information please see furo.js.LICENSE.txt */ +(()=>{var t={212:function(t,e,n){var o,r;r=void 0!==n.g?n.g:"undefined"!=typeof window?window:this,o=function(){return function(t){"use strict";var e={navClass:"active",contentClass:"active",nested:!1,nestedClass:"active",offset:0,reflow:!1,events:!0},n=function(t,e,n){if(n.settings.events){var o=new CustomEvent(t,{bubbles:!0,cancelable:!0,detail:n});e.dispatchEvent(o)}},o=function(t){var e=0;if(t.offsetParent)for(;t;)e+=t.offsetTop,t=t.offsetParent;return e>=0?e:0},r=function(t){t&&t.sort((function(t,e){return o(t.content)=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)},l=function(t,e){var n=t[t.length-1];if(function(t,e){return!(!s()||!c(t.content,e,!0))}(n,e))return n;for(var o=t.length-1;o>=0;o--)if(c(t[o].content,e))return t[o]},a=function(t,e){if(e.nested&&t.parentNode){var n=t.parentNode.closest("li");n&&(n.classList.remove(e.nestedClass),a(n,e))}},i=function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.remove(e.navClass),t.content.classList.remove(e.contentClass),a(o,e),n("gumshoeDeactivate",o,{link:t.nav,content:t.content,settings:e}))}},u=function(t,e){if(e.nested){var n=t.parentNode.closest("li");n&&(n.classList.add(e.nestedClass),u(n,e))}};return function(o,c){var s,a,d,f,m,v={setup:function(){s=document.querySelectorAll(o),a=[],Array.prototype.forEach.call(s,(function(t){var e=document.getElementById(decodeURIComponent(t.hash.substr(1)));e&&a.push({nav:t,content:e})})),r(a)},detect:function(){var t=l(a,m);t?d&&t.content===d.content||(i(d,m),function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.add(e.navClass),t.content.classList.add(e.contentClass),u(o,e),n("gumshoeActivate",o,{link:t.nav,content:t.content,settings:e}))}}(t,m),d=t):d&&(i(d,m),d=null)}},h=function(e){f&&t.cancelAnimationFrame(f),f=t.requestAnimationFrame(v.detect)},g=function(e){f&&t.cancelAnimationFrame(f),f=t.requestAnimationFrame((function(){r(a),v.detect()}))};return v.destroy=function(){d&&i(d,m),t.removeEventListener("scroll",h,!1),m.reflow&&t.removeEventListener("resize",g,!1),a=null,s=null,d=null,f=null,m=null},m=function(){var t={};return Array.prototype.forEach.call(arguments,(function(e){for(var n in e){if(!e.hasOwnProperty(n))return;t[n]=e[n]}})),t}(e,c||{}),v.setup(),v.detect(),t.addEventListener("scroll",h,!1),m.reflow&&t.addEventListener("resize",g,!1),v}}(r)}.apply(e,[]),void 0===o||(t.exports=o)}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var c=e[o]={exports:{}};return t[o].call(c.exports,c,c.exports,n),c.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),(()=>{"use strict";var t=n(212),e=n.n(t),o=null,r=null,c=window.pageYOffset||document.documentElement.scrollTop;const s=64;function l(){const t=localStorage.getItem("theme")||"auto";var e;"light"!==(e=window.matchMedia("(prefers-color-scheme: dark)").matches?"auto"===t?"light":"light"==t?"dark":"auto":"auto"===t?"dark":"dark"==t?"light":"auto")&&"dark"!==e&&"auto"!==e&&(console.error(`Got invalid theme mode: ${e}. Resetting to auto.`),e="auto"),document.body.dataset.theme=e,localStorage.setItem("theme",e),console.log(`Changed to ${e} mode.`)}function a(){!function(){const t=document.getElementsByClassName("theme-toggle");Array.from(t).forEach((t=>{t.addEventListener("click",l)}))}(),function(){let t=0,e=!1;window.addEventListener("scroll",(function(n){t=window.scrollY,e||(window.requestAnimationFrame((function(){var n;n=t,0==Math.floor(r.getBoundingClientRect().top)?r.classList.add("scrolled"):r.classList.remove("scrolled"),function(t){tc&&document.documentElement.classList.remove("show-back-to-top"),c=t}(n),function(t){null!==o&&(0==t?o.scrollTo(0,0):Math.ceil(t)>=Math.floor(document.documentElement.scrollHeight-window.innerHeight)?o.scrollTo(0,o.scrollHeight):document.querySelector(".scroll-current"))}(n),e=!1})),e=!0)})),window.scroll()}(),null!==o&&new(e())(".toc-tree a",{reflow:!0,recursive:!0,navClass:"scroll-current",offset:()=>{let t=parseFloat(getComputedStyle(document.documentElement).fontSize);return r.getBoundingClientRect().height+.5*t+1}})}document.addEventListener("DOMContentLoaded",(function(){document.body.parentNode.classList.remove("no-js"),r=document.querySelector("header"),o=document.querySelector(".toc-scroll"),a()}))})()})(); +//# sourceMappingURL=furo.js.map \ No newline at end of file diff --git a/_static/scripts/furo.js.LICENSE.txt b/_static/scripts/furo.js.LICENSE.txt new file mode 100644 index 00000000..1632189c --- /dev/null +++ b/_static/scripts/furo.js.LICENSE.txt @@ -0,0 +1,7 @@ +/*! + * gumshoejs v5.1.2 (patched by @pradyunsg) + * A simple, framework-agnostic scrollspy script. + * (c) 2019 Chris Ferdinandi + * MIT License + * http://github.com/cferdinandi/gumshoe + */ diff --git a/_static/scripts/furo.js.map b/_static/scripts/furo.js.map new file mode 100644 index 00000000..7b7ddb11 --- /dev/null +++ b/_static/scripts/furo.js.map @@ -0,0 +1 @@ +{"version":3,"file":"scripts/furo.js","mappings":"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","sources":["webpack:///./src/furo/assets/scripts/gumshoe-patched.js","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/global","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///./src/furo/assets/scripts/furo.js"],"sourcesContent":["/*!\n * gumshoejs v5.1.2 (patched by @pradyunsg)\n * A simple, framework-agnostic scrollspy script.\n * (c) 2019 Chris Ferdinandi\n * MIT License\n * http://github.com/cferdinandi/gumshoe\n */\n\n(function (root, factory) {\n if (typeof define === \"function\" && define.amd) {\n define([], function () {\n return factory(root);\n });\n } else if (typeof exports === \"object\") {\n module.exports = factory(root);\n } else {\n root.Gumshoe = factory(root);\n }\n})(\n typeof global !== \"undefined\"\n ? global\n : typeof window !== \"undefined\"\n ? window\n : this,\n function (window) {\n \"use strict\";\n\n //\n // Defaults\n //\n\n var defaults = {\n // Active classes\n navClass: \"active\",\n contentClass: \"active\",\n\n // Nested navigation\n nested: false,\n nestedClass: \"active\",\n\n // Offset & reflow\n offset: 0,\n reflow: false,\n\n // Event support\n events: true,\n };\n\n //\n // Methods\n //\n\n /**\n * Merge two or more objects together.\n * @param {Object} objects The objects to merge together\n * @returns {Object} Merged values of defaults and options\n */\n var extend = function () {\n var merged = {};\n Array.prototype.forEach.call(arguments, function (obj) {\n for (var key in obj) {\n if (!obj.hasOwnProperty(key)) return;\n merged[key] = obj[key];\n }\n });\n return merged;\n };\n\n /**\n * Emit a custom event\n * @param {String} type The event type\n * @param {Node} elem The element to attach the event to\n * @param {Object} detail Any details to pass along with the event\n */\n var emitEvent = function (type, elem, detail) {\n // Make sure events are enabled\n if (!detail.settings.events) return;\n\n // Create a new event\n var event = new CustomEvent(type, {\n bubbles: true,\n cancelable: true,\n detail: detail,\n });\n\n // Dispatch the event\n elem.dispatchEvent(event);\n };\n\n /**\n * Get an element's distance from the top of the Document.\n * @param {Node} elem The element\n * @return {Number} Distance from the top in pixels\n */\n var getOffsetTop = function (elem) {\n var location = 0;\n if (elem.offsetParent) {\n while (elem) {\n location += elem.offsetTop;\n elem = elem.offsetParent;\n }\n }\n return location >= 0 ? location : 0;\n };\n\n /**\n * Sort content from first to last in the DOM\n * @param {Array} contents The content areas\n */\n var sortContents = function (contents) {\n if (contents) {\n contents.sort(function (item1, item2) {\n var offset1 = getOffsetTop(item1.content);\n var offset2 = getOffsetTop(item2.content);\n if (offset1 < offset2) return -1;\n return 1;\n });\n }\n };\n\n /**\n * Get the offset to use for calculating position\n * @param {Object} settings The settings for this instantiation\n * @return {Float} The number of pixels to offset the calculations\n */\n var getOffset = function (settings) {\n // if the offset is a function run it\n if (typeof settings.offset === \"function\") {\n return parseFloat(settings.offset());\n }\n\n // Otherwise, return it as-is\n return parseFloat(settings.offset);\n };\n\n /**\n * Get the document element's height\n * @private\n * @returns {Number}\n */\n var getDocumentHeight = function () {\n return Math.max(\n document.body.scrollHeight,\n document.documentElement.scrollHeight,\n document.body.offsetHeight,\n document.documentElement.offsetHeight,\n document.body.clientHeight,\n document.documentElement.clientHeight,\n );\n };\n\n /**\n * Determine if an element is in view\n * @param {Node} elem The element\n * @param {Object} settings The settings for this instantiation\n * @param {Boolean} bottom If true, check if element is above bottom of viewport instead\n * @return {Boolean} Returns true if element is in the viewport\n */\n var isInView = function (elem, settings, bottom) {\n var bounds = elem.getBoundingClientRect();\n var offset = getOffset(settings);\n if (bottom) {\n return (\n parseInt(bounds.bottom, 10) <\n (window.innerHeight || document.documentElement.clientHeight)\n );\n }\n return parseInt(bounds.top, 10) <= offset;\n };\n\n /**\n * Check if at the bottom of the viewport\n * @return {Boolean} If true, page is at the bottom of the viewport\n */\n var isAtBottom = function () {\n if (\n Math.ceil(window.innerHeight + window.pageYOffset) >=\n getDocumentHeight()\n )\n return true;\n return false;\n };\n\n /**\n * Check if the last item should be used (even if not at the top of the page)\n * @param {Object} item The last item\n * @param {Object} settings The settings for this instantiation\n * @return {Boolean} If true, use the last item\n */\n var useLastItem = function (item, settings) {\n if (isAtBottom() && isInView(item.content, settings, true)) return true;\n return false;\n };\n\n /**\n * Get the active content\n * @param {Array} contents The content areas\n * @param {Object} settings The settings for this instantiation\n * @return {Object} The content area and matching navigation link\n */\n var getActive = function (contents, settings) {\n var last = contents[contents.length - 1];\n if (useLastItem(last, settings)) return last;\n for (var i = contents.length - 1; i >= 0; i--) {\n if (isInView(contents[i].content, settings)) return contents[i];\n }\n };\n\n /**\n * Deactivate parent navs in a nested navigation\n * @param {Node} nav The starting navigation element\n * @param {Object} settings The settings for this instantiation\n */\n var deactivateNested = function (nav, settings) {\n // If nesting isn't activated, bail\n if (!settings.nested || !nav.parentNode) return;\n\n // Get the parent navigation\n var li = nav.parentNode.closest(\"li\");\n if (!li) return;\n\n // Remove the active class\n li.classList.remove(settings.nestedClass);\n\n // Apply recursively to any parent navigation elements\n deactivateNested(li, settings);\n };\n\n /**\n * Deactivate a nav and content area\n * @param {Object} items The nav item and content to deactivate\n * @param {Object} settings The settings for this instantiation\n */\n var deactivate = function (items, settings) {\n // Make sure there are items to deactivate\n if (!items) return;\n\n // Get the parent list item\n var li = items.nav.closest(\"li\");\n if (!li) return;\n\n // Remove the active class from the nav and content\n li.classList.remove(settings.navClass);\n items.content.classList.remove(settings.contentClass);\n\n // Deactivate any parent navs in a nested navigation\n deactivateNested(li, settings);\n\n // Emit a custom event\n emitEvent(\"gumshoeDeactivate\", li, {\n link: items.nav,\n content: items.content,\n settings: settings,\n });\n };\n\n /**\n * Activate parent navs in a nested navigation\n * @param {Node} nav The starting navigation element\n * @param {Object} settings The settings for this instantiation\n */\n var activateNested = function (nav, settings) {\n // If nesting isn't activated, bail\n if (!settings.nested) return;\n\n // Get the parent navigation\n var li = nav.parentNode.closest(\"li\");\n if (!li) return;\n\n // Add the active class\n li.classList.add(settings.nestedClass);\n\n // Apply recursively to any parent navigation elements\n activateNested(li, settings);\n };\n\n /**\n * Activate a nav and content area\n * @param {Object} items The nav item and content to activate\n * @param {Object} settings The settings for this instantiation\n */\n var activate = function (items, settings) {\n // Make sure there are items to activate\n if (!items) return;\n\n // Get the parent list item\n var li = items.nav.closest(\"li\");\n if (!li) return;\n\n // Add the active class to the nav and content\n li.classList.add(settings.navClass);\n items.content.classList.add(settings.contentClass);\n\n // Activate any parent navs in a nested navigation\n activateNested(li, settings);\n\n // Emit a custom event\n emitEvent(\"gumshoeActivate\", li, {\n link: items.nav,\n content: items.content,\n settings: settings,\n });\n };\n\n /**\n * Create the Constructor object\n * @param {String} selector The selector to use for navigation items\n * @param {Object} options User options and settings\n */\n var Constructor = function (selector, options) {\n //\n // Variables\n //\n\n var publicAPIs = {};\n var navItems, contents, current, timeout, settings;\n\n //\n // Methods\n //\n\n /**\n * Set variables from DOM elements\n */\n publicAPIs.setup = function () {\n // Get all nav items\n navItems = document.querySelectorAll(selector);\n\n // Create contents array\n contents = [];\n\n // Loop through each item, get it's matching content, and push to the array\n Array.prototype.forEach.call(navItems, function (item) {\n // Get the content for the nav item\n var content = document.getElementById(\n decodeURIComponent(item.hash.substr(1)),\n );\n if (!content) return;\n\n // Push to the contents array\n contents.push({\n nav: item,\n content: content,\n });\n });\n\n // Sort contents by the order they appear in the DOM\n sortContents(contents);\n };\n\n /**\n * Detect which content is currently active\n */\n publicAPIs.detect = function () {\n // Get the active content\n var active = getActive(contents, settings);\n\n // if there's no active content, deactivate and bail\n if (!active) {\n if (current) {\n deactivate(current, settings);\n current = null;\n }\n return;\n }\n\n // If the active content is the one currently active, do nothing\n if (current && active.content === current.content) return;\n\n // Deactivate the current content and activate the new content\n deactivate(current, settings);\n activate(active, settings);\n\n // Update the currently active content\n current = active;\n };\n\n /**\n * Detect the active content on scroll\n * Debounced for performance\n */\n var scrollHandler = function (event) {\n // If there's a timer, cancel it\n if (timeout) {\n window.cancelAnimationFrame(timeout);\n }\n\n // Setup debounce callback\n timeout = window.requestAnimationFrame(publicAPIs.detect);\n };\n\n /**\n * Update content sorting on resize\n * Debounced for performance\n */\n var resizeHandler = function (event) {\n // If there's a timer, cancel it\n if (timeout) {\n window.cancelAnimationFrame(timeout);\n }\n\n // Setup debounce callback\n timeout = window.requestAnimationFrame(function () {\n sortContents(contents);\n publicAPIs.detect();\n });\n };\n\n /**\n * Destroy the current instantiation\n */\n publicAPIs.destroy = function () {\n // Undo DOM changes\n if (current) {\n deactivate(current, settings);\n }\n\n // Remove event listeners\n window.removeEventListener(\"scroll\", scrollHandler, false);\n if (settings.reflow) {\n window.removeEventListener(\"resize\", resizeHandler, false);\n }\n\n // Reset variables\n contents = null;\n navItems = null;\n current = null;\n timeout = null;\n settings = null;\n };\n\n /**\n * Initialize the current instantiation\n */\n var init = function () {\n // Merge user options into defaults\n settings = extend(defaults, options || {});\n\n // Setup variables based on the current DOM\n publicAPIs.setup();\n\n // Find the currently active content\n publicAPIs.detect();\n\n // Setup event listeners\n window.addEventListener(\"scroll\", scrollHandler, false);\n if (settings.reflow) {\n window.addEventListener(\"resize\", resizeHandler, false);\n }\n };\n\n //\n // Initialize and return the public APIs\n //\n\n init();\n return publicAPIs;\n };\n\n //\n // Return the Constructor\n //\n\n return Constructor;\n },\n);\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","import Gumshoe from \"./gumshoe-patched.js\";\n\n////////////////////////////////////////////////////////////////////////////////\n// Scroll Handling\n////////////////////////////////////////////////////////////////////////////////\nvar tocScroll = null;\nvar header = null;\nvar lastScrollTop = window.pageYOffset || document.documentElement.scrollTop;\nconst GO_TO_TOP_OFFSET = 64;\n\nfunction scrollHandlerForHeader() {\n if (Math.floor(header.getBoundingClientRect().top) == 0) {\n header.classList.add(\"scrolled\");\n } else {\n header.classList.remove(\"scrolled\");\n }\n}\n\nfunction scrollHandlerForBackToTop(positionY) {\n if (positionY < GO_TO_TOP_OFFSET) {\n document.documentElement.classList.remove(\"show-back-to-top\");\n } else {\n if (positionY < lastScrollTop) {\n document.documentElement.classList.add(\"show-back-to-top\");\n } else if (positionY > lastScrollTop) {\n document.documentElement.classList.remove(\"show-back-to-top\");\n }\n }\n lastScrollTop = positionY;\n}\n\nfunction scrollHandlerForTOC(positionY) {\n if (tocScroll === null) {\n return;\n }\n\n // top of page.\n if (positionY == 0) {\n tocScroll.scrollTo(0, 0);\n } else if (\n // bottom of page.\n Math.ceil(positionY) >=\n Math.floor(document.documentElement.scrollHeight - window.innerHeight)\n ) {\n tocScroll.scrollTo(0, tocScroll.scrollHeight);\n } else {\n // somewhere in the middle.\n const current = document.querySelector(\".scroll-current\");\n if (current == null) {\n return;\n }\n\n // https://github.com/pypa/pip/issues/9159 This breaks scroll behaviours.\n // // scroll the currently \"active\" heading in toc, into view.\n // const rect = current.getBoundingClientRect();\n // if (0 > rect.top) {\n // current.scrollIntoView(true); // the argument is \"alignTop\"\n // } else if (rect.bottom > window.innerHeight) {\n // current.scrollIntoView(false);\n // }\n }\n}\n\nfunction scrollHandler(positionY) {\n scrollHandlerForHeader();\n scrollHandlerForBackToTop(positionY);\n scrollHandlerForTOC(positionY);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// Theme Toggle\n////////////////////////////////////////////////////////////////////////////////\nfunction setTheme(mode) {\n if (mode !== \"light\" && mode !== \"dark\" && mode !== \"auto\") {\n console.error(`Got invalid theme mode: ${mode}. Resetting to auto.`);\n mode = \"auto\";\n }\n\n document.body.dataset.theme = mode;\n localStorage.setItem(\"theme\", mode);\n console.log(`Changed to ${mode} mode.`);\n}\n\nfunction cycleThemeOnce() {\n const currentTheme = localStorage.getItem(\"theme\") || \"auto\";\n const prefersDark = window.matchMedia(\"(prefers-color-scheme: dark)\").matches;\n\n if (prefersDark) {\n // Auto (dark) -> Light -> Dark\n if (currentTheme === \"auto\") {\n setTheme(\"light\");\n } else if (currentTheme == \"light\") {\n setTheme(\"dark\");\n } else {\n setTheme(\"auto\");\n }\n } else {\n // Auto (light) -> Dark -> Light\n if (currentTheme === \"auto\") {\n setTheme(\"dark\");\n } else if (currentTheme == \"dark\") {\n setTheme(\"light\");\n } else {\n setTheme(\"auto\");\n }\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// Setup\n////////////////////////////////////////////////////////////////////////////////\nfunction setupScrollHandler() {\n // Taken from https://developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event\n let last_known_scroll_position = 0;\n let ticking = false;\n\n window.addEventListener(\"scroll\", function (e) {\n last_known_scroll_position = window.scrollY;\n\n if (!ticking) {\n window.requestAnimationFrame(function () {\n scrollHandler(last_known_scroll_position);\n ticking = false;\n });\n\n ticking = true;\n }\n });\n window.scroll();\n}\n\nfunction setupScrollSpy() {\n if (tocScroll === null) {\n return;\n }\n\n // Scrollspy -- highlight table on contents, based on scroll\n new Gumshoe(\".toc-tree a\", {\n reflow: true,\n recursive: true,\n navClass: \"scroll-current\",\n offset: () => {\n let rem = parseFloat(getComputedStyle(document.documentElement).fontSize);\n return header.getBoundingClientRect().height + 0.5 * rem + 1;\n },\n });\n}\n\nfunction setupTheme() {\n // Attach event handlers for toggling themes\n const buttons = document.getElementsByClassName(\"theme-toggle\");\n Array.from(buttons).forEach((btn) => {\n btn.addEventListener(\"click\", cycleThemeOnce);\n });\n}\n\nfunction setup() {\n setupTheme();\n setupScrollHandler();\n setupScrollSpy();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// Main entrypoint\n////////////////////////////////////////////////////////////////////////////////\nfunction main() {\n document.body.parentNode.classList.remove(\"no-js\");\n\n header = document.querySelector(\"header\");\n tocScroll = document.querySelector(\".toc-scroll\");\n\n setup();\n}\n\ndocument.addEventListener(\"DOMContentLoaded\", main);\n"],"names":["root","g","window","this","defaults","navClass","contentClass","nested","nestedClass","offset","reflow","events","emitEvent","type","elem","detail","settings","event","CustomEvent","bubbles","cancelable","dispatchEvent","getOffsetTop","location","offsetParent","offsetTop","sortContents","contents","sort","item1","item2","content","isInView","bottom","bounds","getBoundingClientRect","parseFloat","getOffset","parseInt","innerHeight","document","documentElement","clientHeight","top","isAtBottom","Math","ceil","pageYOffset","max","body","scrollHeight","offsetHeight","getActive","last","length","item","useLastItem","i","deactivateNested","nav","parentNode","li","closest","classList","remove","deactivate","items","link","activateNested","add","selector","options","navItems","current","timeout","publicAPIs","querySelectorAll","Array","prototype","forEach","call","getElementById","decodeURIComponent","hash","substr","push","active","activate","scrollHandler","cancelAnimationFrame","requestAnimationFrame","detect","resizeHandler","destroy","removeEventListener","merged","arguments","obj","key","hasOwnProperty","extend","setup","addEventListener","factory","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","exports","module","__webpack_modules__","n","getter","__esModule","d","a","definition","o","Object","defineProperty","enumerable","get","globalThis","Function","e","prop","tocScroll","header","lastScrollTop","scrollTop","GO_TO_TOP_OFFSET","cycleThemeOnce","currentTheme","localStorage","getItem","mode","matchMedia","matches","console","error","dataset","theme","setItem","log","buttons","getElementsByClassName","from","btn","setupTheme","last_known_scroll_position","ticking","scrollY","positionY","floor","scrollHandlerForBackToTop","scrollTo","querySelector","scrollHandlerForTOC","scroll","setupScrollHandler","recursive","rem","getComputedStyle","fontSize","height"],"sourceRoot":""} \ No newline at end of file diff --git a/_static/searchtools.js b/_static/searchtools.js new file mode 100644 index 00000000..7918c3fa --- /dev/null +++ b/_static/searchtools.js @@ -0,0 +1,574 @@ +/* + * searchtools.js + * ~~~~~~~~~~~~~~~~ + * + * Sphinx JavaScript utilities for the full-text search. + * + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +/** + * Simple result scoring code. + */ +if (typeof Scorer === "undefined") { + var Scorer = { + // Implement the following function to further tweak the score for each result + // The function takes a result array [docname, title, anchor, descr, score, filename] + // and returns the new score. + /* + score: result => { + const [docname, title, anchor, descr, score, filename] = result + return score + }, + */ + + // query matches the full name of an object + objNameMatch: 11, + // or matches in the last dotted part of the object name + objPartialMatch: 6, + // Additive scores depending on the priority of the object + objPrio: { + 0: 15, // used to be importantResults + 1: 5, // used to be objectResults + 2: -5, // used to be unimportantResults + }, + // Used when the priority is not in the mapping. + objPrioDefault: 0, + + // query found in title + title: 15, + partialTitle: 7, + // query found in terms + term: 5, + partialTerm: 2, + }; +} + +const _removeChildren = (element) => { + while (element && element.lastChild) element.removeChild(element.lastChild); +}; + +/** + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping + */ +const _escapeRegExp = (string) => + string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string + +const _displayItem = (item, searchTerms, highlightTerms) => { + const docBuilder = DOCUMENTATION_OPTIONS.BUILDER; + const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX; + const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX; + const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; + const contentRoot = document.documentElement.dataset.content_root; + + const [docName, title, anchor, descr, score, _filename] = item; + + let listItem = document.createElement("li"); + let requestUrl; + let linkUrl; + if (docBuilder === "dirhtml") { + // dirhtml builder + let dirname = docName + "/"; + if (dirname.match(/\/index\/$/)) + dirname = dirname.substring(0, dirname.length - 6); + else if (dirname === "index/") dirname = ""; + requestUrl = contentRoot + dirname; + linkUrl = requestUrl; + } else { + // normal html builders + requestUrl = contentRoot + docName + docFileSuffix; + linkUrl = docName + docLinkSuffix; + } + let linkEl = listItem.appendChild(document.createElement("a")); + linkEl.href = linkUrl + anchor; + linkEl.dataset.score = score; + linkEl.innerHTML = title; + if (descr) { + listItem.appendChild(document.createElement("span")).innerHTML = + " (" + descr + ")"; + // highlight search terms in the description + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + } + else if (showSearchSummary) + fetch(requestUrl) + .then((responseData) => responseData.text()) + .then((data) => { + if (data) + listItem.appendChild( + Search.makeSearchSummary(data, searchTerms) + ); + // highlight search terms in the summary + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + }); + Search.output.appendChild(listItem); +}; +const _finishSearch = (resultCount) => { + Search.stopPulse(); + Search.title.innerText = _("Search Results"); + if (!resultCount) + Search.status.innerText = Documentation.gettext( + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." + ); + else + Search.status.innerText = _( + `Search finished, found ${resultCount} page(s) matching the search query.` + ); +}; +const _displayNextItem = ( + results, + resultCount, + searchTerms, + highlightTerms, +) => { + // results left, load the summary and display it + // this is intended to be dynamic (don't sub resultsCount) + if (results.length) { + _displayItem(results.pop(), searchTerms, highlightTerms); + setTimeout( + () => _displayNextItem(results, resultCount, searchTerms, highlightTerms), + 5 + ); + } + // search finished, update title and status message + else _finishSearch(resultCount); +}; + +/** + * Default splitQuery function. Can be overridden in ``sphinx.search`` with a + * custom function per language. + * + * The regular expression works by splitting the string on consecutive characters + * that are not Unicode letters, numbers, underscores, or emoji characters. + * This is the same as ``\W+`` in Python, preserving the surrogate pair area. + */ +if (typeof splitQuery === "undefined") { + var splitQuery = (query) => query + .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu) + .filter(term => term) // remove remaining empty strings +} + +/** + * Search Module + */ +const Search = { + _index: null, + _queued_query: null, + _pulse_status: -1, + + htmlToText: (htmlString) => { + const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); + htmlElement.querySelectorAll(".headerlink").forEach((el) => { el.remove() }); + const docContent = htmlElement.querySelector('[role="main"]'); + if (docContent !== undefined) return docContent.textContent; + console.warn( + "Content block not found. Sphinx search tries to obtain it via '[role=main]'. Could you check your theme or template." + ); + return ""; + }, + + init: () => { + const query = new URLSearchParams(window.location.search).get("q"); + document + .querySelectorAll('input[name="q"]') + .forEach((el) => (el.value = query)); + if (query) Search.performSearch(query); + }, + + loadIndex: (url) => + (document.body.appendChild(document.createElement("script")).src = url), + + setIndex: (index) => { + Search._index = index; + if (Search._queued_query !== null) { + const query = Search._queued_query; + Search._queued_query = null; + Search.query(query); + } + }, + + hasIndex: () => Search._index !== null, + + deferQuery: (query) => (Search._queued_query = query), + + stopPulse: () => (Search._pulse_status = -1), + + startPulse: () => { + if (Search._pulse_status >= 0) return; + + const pulse = () => { + Search._pulse_status = (Search._pulse_status + 1) % 4; + Search.dots.innerText = ".".repeat(Search._pulse_status); + if (Search._pulse_status >= 0) window.setTimeout(pulse, 500); + }; + pulse(); + }, + + /** + * perform a search for something (or wait until index is loaded) + */ + performSearch: (query) => { + // create the required interface elements + const searchText = document.createElement("h2"); + searchText.textContent = _("Searching"); + const searchSummary = document.createElement("p"); + searchSummary.classList.add("search-summary"); + searchSummary.innerText = ""; + const searchList = document.createElement("ul"); + searchList.classList.add("search"); + + const out = document.getElementById("search-results"); + Search.title = out.appendChild(searchText); + Search.dots = Search.title.appendChild(document.createElement("span")); + Search.status = out.appendChild(searchSummary); + Search.output = out.appendChild(searchList); + + const searchProgress = document.getElementById("search-progress"); + // Some themes don't use the search progress node + if (searchProgress) { + searchProgress.innerText = _("Preparing search..."); + } + Search.startPulse(); + + // index already loaded, the browser was quick! + if (Search.hasIndex()) Search.query(query); + else Search.deferQuery(query); + }, + + /** + * execute search (requires search index to be loaded) + */ + query: (query) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + const allTitles = Search._index.alltitles; + const indexEntries = Search._index.indexentries; + + // stem the search terms and add them to the correct list + const stemmer = new Stemmer(); + const searchTerms = new Set(); + const excludedTerms = new Set(); + const highlightTerms = new Set(); + const objectTerms = new Set(splitQuery(query.toLowerCase().trim())); + splitQuery(query.trim()).forEach((queryTerm) => { + const queryTermLower = queryTerm.toLowerCase(); + + // maybe skip this "word" + // stopwords array is from language_data.js + if ( + stopwords.indexOf(queryTermLower) !== -1 || + queryTerm.match(/^\d+$/) + ) + return; + + // stem the word + let word = stemmer.stemWord(queryTermLower); + // select the correct list + if (word[0] === "-") excludedTerms.add(word.substr(1)); + else { + searchTerms.add(word); + highlightTerms.add(queryTermLower); + } + }); + + if (SPHINX_HIGHLIGHT_ENABLED) { // set in sphinx_highlight.js + localStorage.setItem("sphinx_highlight_terms", [...highlightTerms].join(" ")) + } + + // console.debug("SEARCH: searching for:"); + // console.info("required: ", [...searchTerms]); + // console.info("excluded: ", [...excludedTerms]); + + // array of [docname, title, anchor, descr, score, filename] + let results = []; + _removeChildren(document.getElementById("search-progress")); + + const queryLower = query.toLowerCase(); + for (const [title, foundTitles] of Object.entries(allTitles)) { + if (title.toLowerCase().includes(queryLower) && (queryLower.length >= title.length/2)) { + for (const [file, id] of foundTitles) { + let score = Math.round(100 * queryLower.length / title.length) + results.push([ + docNames[file], + titles[file] !== title ? `${titles[file]} > ${title}` : title, + id !== null ? "#" + id : "", + null, + score, + filenames[file], + ]); + } + } + } + + // search for explicit entries in index directives + for (const [entry, foundEntries] of Object.entries(indexEntries)) { + if (entry.includes(queryLower) && (queryLower.length >= entry.length/2)) { + for (const [file, id] of foundEntries) { + let score = Math.round(100 * queryLower.length / entry.length) + results.push([ + docNames[file], + titles[file], + id ? "#" + id : "", + null, + score, + filenames[file], + ]); + } + } + } + + // lookup as object + objectTerms.forEach((term) => + results.push(...Search.performObjectSearch(term, objectTerms)) + ); + + // lookup as search terms in fulltext + results.push(...Search.performTermsSearch(searchTerms, excludedTerms)); + + // let the scorer override scores with a custom scoring function + if (Scorer.score) results.forEach((item) => (item[4] = Scorer.score(item))); + + // now sort the results by score (in opposite order of appearance, since the + // display function below uses pop() to retrieve items) and then + // alphabetically + results.sort((a, b) => { + const leftScore = a[4]; + const rightScore = b[4]; + if (leftScore === rightScore) { + // same score: sort alphabetically + const leftTitle = a[1].toLowerCase(); + const rightTitle = b[1].toLowerCase(); + if (leftTitle === rightTitle) return 0; + return leftTitle > rightTitle ? -1 : 1; // inverted is intentional + } + return leftScore > rightScore ? 1 : -1; + }); + + // remove duplicate search results + // note the reversing of results, so that in the case of duplicates, the highest-scoring entry is kept + let seen = new Set(); + results = results.reverse().reduce((acc, result) => { + let resultStr = result.slice(0, 4).concat([result[5]]).map(v => String(v)).join(','); + if (!seen.has(resultStr)) { + acc.push(result); + seen.add(resultStr); + } + return acc; + }, []); + + results = results.reverse(); + + // for debugging + //Search.lastresults = results.slice(); // a copy + // console.info("search results:", Search.lastresults); + + // print the results + _displayNextItem(results, results.length, searchTerms, highlightTerms); + }, + + /** + * search for object names + */ + performObjectSearch: (object, objectTerms) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const objects = Search._index.objects; + const objNames = Search._index.objnames; + const titles = Search._index.titles; + + const results = []; + + const objectSearchCallback = (prefix, match) => { + const name = match[4] + const fullname = (prefix ? prefix + "." : "") + name; + const fullnameLower = fullname.toLowerCase(); + if (fullnameLower.indexOf(object) < 0) return; + + let score = 0; + const parts = fullnameLower.split("."); + + // check for different match types: exact matches of full name or + // "last name" (i.e. last dotted part) + if (fullnameLower === object || parts.slice(-1)[0] === object) + score += Scorer.objNameMatch; + else if (parts.slice(-1)[0].indexOf(object) > -1) + score += Scorer.objPartialMatch; // matches in last name + + const objName = objNames[match[1]][2]; + const title = titles[match[0]]; + + // If more than one term searched for, we require other words to be + // found in the name/title/description + const otherTerms = new Set(objectTerms); + otherTerms.delete(object); + if (otherTerms.size > 0) { + const haystack = `${prefix} ${name} ${objName} ${title}`.toLowerCase(); + if ( + [...otherTerms].some((otherTerm) => haystack.indexOf(otherTerm) < 0) + ) + return; + } + + let anchor = match[3]; + if (anchor === "") anchor = fullname; + else if (anchor === "-") anchor = objNames[match[1]][1] + "-" + fullname; + + const descr = objName + _(", in ") + title; + + // add custom score for some objects according to scorer + if (Scorer.objPrio.hasOwnProperty(match[2])) + score += Scorer.objPrio[match[2]]; + else score += Scorer.objPrioDefault; + + results.push([ + docNames[match[0]], + fullname, + "#" + anchor, + descr, + score, + filenames[match[0]], + ]); + }; + Object.keys(objects).forEach((prefix) => + objects[prefix].forEach((array) => + objectSearchCallback(prefix, array) + ) + ); + return results; + }, + + /** + * search for full-text terms in the index + */ + performTermsSearch: (searchTerms, excludedTerms) => { + // prepare search + const terms = Search._index.terms; + const titleTerms = Search._index.titleterms; + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + + const scoreMap = new Map(); + const fileMap = new Map(); + + // perform the search on the required terms + searchTerms.forEach((word) => { + const files = []; + const arr = [ + { files: terms[word], score: Scorer.term }, + { files: titleTerms[word], score: Scorer.title }, + ]; + // add support for partial matches + if (word.length > 2) { + const escapedWord = _escapeRegExp(word); + Object.keys(terms).forEach((term) => { + if (term.match(escapedWord) && !terms[word]) + arr.push({ files: terms[term], score: Scorer.partialTerm }); + }); + Object.keys(titleTerms).forEach((term) => { + if (term.match(escapedWord) && !titleTerms[word]) + arr.push({ files: titleTerms[word], score: Scorer.partialTitle }); + }); + } + + // no match but word was a required one + if (arr.every((record) => record.files === undefined)) return; + + // found search word in contents + arr.forEach((record) => { + if (record.files === undefined) return; + + let recordFiles = record.files; + if (recordFiles.length === undefined) recordFiles = [recordFiles]; + files.push(...recordFiles); + + // set score for the word in each file + recordFiles.forEach((file) => { + if (!scoreMap.has(file)) scoreMap.set(file, {}); + scoreMap.get(file)[word] = record.score; + }); + }); + + // create the mapping + files.forEach((file) => { + if (fileMap.has(file) && fileMap.get(file).indexOf(word) === -1) + fileMap.get(file).push(word); + else fileMap.set(file, [word]); + }); + }); + + // now check if the files don't contain excluded terms + const results = []; + for (const [file, wordList] of fileMap) { + // check if all requirements are matched + + // as search terms with length < 3 are discarded + const filteredTermCount = [...searchTerms].filter( + (term) => term.length > 2 + ).length; + if ( + wordList.length !== searchTerms.size && + wordList.length !== filteredTermCount + ) + continue; + + // ensure that none of the excluded terms is in the search result + if ( + [...excludedTerms].some( + (term) => + terms[term] === file || + titleTerms[term] === file || + (terms[term] || []).includes(file) || + (titleTerms[term] || []).includes(file) + ) + ) + break; + + // select one (max) score for the file. + const score = Math.max(...wordList.map((w) => scoreMap.get(file)[w])); + // add result to the result list + results.push([ + docNames[file], + titles[file], + "", + null, + score, + filenames[file], + ]); + } + return results; + }, + + /** + * helper function to return a node containing the + * search summary for a given text. keywords is a list + * of stemmed words. + */ + makeSearchSummary: (htmlText, keywords) => { + const text = Search.htmlToText(htmlText); + if (text === "") return null; + + const textLower = text.toLowerCase(); + const actualStartPosition = [...keywords] + .map((k) => textLower.indexOf(k.toLowerCase())) + .filter((i) => i > -1) + .slice(-1)[0]; + const startWithContext = Math.max(actualStartPosition - 120, 0); + + const top = startWithContext === 0 ? "" : "..."; + const tail = startWithContext + 240 < text.length ? "..." : ""; + + let summary = document.createElement("p"); + summary.classList.add("context"); + summary.textContent = top + text.substr(startWithContext, 240).trim() + tail; + + return summary; + }, +}; + +_ready(Search.init); diff --git a/_static/skeleton.css b/_static/skeleton.css new file mode 100644 index 00000000..467c878c --- /dev/null +++ b/_static/skeleton.css @@ -0,0 +1,296 @@ +/* Some sane resets. */ +html { + height: 100%; +} + +body { + margin: 0; + min-height: 100%; +} + +/* All the flexbox magic! */ +body, +.sb-announcement, +.sb-content, +.sb-main, +.sb-container, +.sb-container__inner, +.sb-article-container, +.sb-footer-content, +.sb-header, +.sb-header-secondary, +.sb-footer { + display: flex; +} + +/* These order things vertically */ +body, +.sb-main, +.sb-article-container { + flex-direction: column; +} + +/* Put elements in the center */ +.sb-header, +.sb-header-secondary, +.sb-container, +.sb-content, +.sb-footer, +.sb-footer-content { + justify-content: center; +} +/* Put elements at the ends */ +.sb-article-container { + justify-content: space-between; +} + +/* These elements grow. */ +.sb-main, +.sb-content, +.sb-container, +article { + flex-grow: 1; +} + +/* Because padding making this wider is not fun */ +article { + box-sizing: border-box; +} + +/* The announcements element should never be wider than the page. */ +.sb-announcement { + max-width: 100%; +} + +.sb-sidebar-primary, +.sb-sidebar-secondary { + flex-shrink: 0; + width: 17rem; +} + +.sb-announcement__inner { + justify-content: center; + + box-sizing: border-box; + height: 3rem; + + overflow-x: auto; + white-space: nowrap; +} + +/* Sidebars, with checkbox-based toggle */ +.sb-sidebar-primary, +.sb-sidebar-secondary { + position: fixed; + height: 100%; + top: 0; +} + +.sb-sidebar-primary { + left: -17rem; + transition: left 250ms ease-in-out; +} +.sb-sidebar-secondary { + right: -17rem; + transition: right 250ms ease-in-out; +} + +.sb-sidebar-toggle { + display: none; +} +.sb-sidebar-overlay { + position: fixed; + top: 0; + width: 0; + height: 0; + + transition: width 0ms ease 250ms, height 0ms ease 250ms, opacity 250ms ease; + + opacity: 0; + background-color: rgba(0, 0, 0, 0.54); +} + +#sb-sidebar-toggle--primary:checked + ~ .sb-sidebar-overlay[for="sb-sidebar-toggle--primary"], +#sb-sidebar-toggle--secondary:checked + ~ .sb-sidebar-overlay[for="sb-sidebar-toggle--secondary"] { + width: 100%; + height: 100%; + opacity: 1; + transition: width 0ms ease, height 0ms ease, opacity 250ms ease; +} + +#sb-sidebar-toggle--primary:checked ~ .sb-container .sb-sidebar-primary { + left: 0; +} +#sb-sidebar-toggle--secondary:checked ~ .sb-container .sb-sidebar-secondary { + right: 0; +} + +/* Full-width mode */ +.drop-secondary-sidebar-for-full-width-content + .hide-when-secondary-sidebar-shown { + display: none !important; +} +.drop-secondary-sidebar-for-full-width-content .sb-sidebar-secondary { + display: none !important; +} + +/* Mobile views */ +.sb-page-width { + width: 100%; +} + +.sb-article-container, +.sb-footer-content__inner, +.drop-secondary-sidebar-for-full-width-content .sb-article, +.drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 100vw; +} + +.sb-article, +.match-content-width { + padding: 0 1rem; + box-sizing: border-box; +} + +@media (min-width: 32rem) { + .sb-article, + .match-content-width { + padding: 0 2rem; + } +} + +/* Tablet views */ +@media (min-width: 42rem) { + .sb-article-container { + width: auto; + } + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 42rem; + } + .sb-article, + .match-content-width { + width: 42rem; + } +} +@media (min-width: 46rem) { + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 46rem; + } + .sb-article, + .match-content-width { + width: 46rem; + } +} +@media (min-width: 50rem) { + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 50rem; + } + .sb-article, + .match-content-width { + width: 50rem; + } +} + +/* Tablet views */ +@media (min-width: 59rem) { + .sb-sidebar-secondary { + position: static; + } + .hide-when-secondary-sidebar-shown { + display: none !important; + } + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 59rem; + } + .sb-article, + .match-content-width { + width: 42rem; + } +} +@media (min-width: 63rem) { + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 63rem; + } + .sb-article, + .match-content-width { + width: 46rem; + } +} +@media (min-width: 67rem) { + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 67rem; + } + .sb-article, + .match-content-width { + width: 50rem; + } +} + +/* Desktop views */ +@media (min-width: 76rem) { + .sb-sidebar-primary { + position: static; + } + .hide-when-primary-sidebar-shown { + display: none !important; + } + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 59rem; + } + .sb-article, + .match-content-width { + width: 42rem; + } +} + +/* Full desktop views */ +@media (min-width: 80rem) { + .sb-article, + .match-content-width { + width: 46rem; + } + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 63rem; + } +} + +@media (min-width: 84rem) { + .sb-article, + .match-content-width { + width: 50rem; + } + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 67rem; + } +} + +@media (min-width: 88rem) { + .sb-footer-content__inner, + .drop-secondary-sidebar-for-full-width-content .sb-article, + .drop-secondary-sidebar-for-full-width-content .match-content-width { + width: 67rem; + } + .sb-page-width { + width: 88rem; + } +} diff --git a/_static/sphinx_highlight.js b/_static/sphinx_highlight.js new file mode 100644 index 00000000..8a96c69a --- /dev/null +++ b/_static/sphinx_highlight.js @@ -0,0 +1,154 @@ +/* Highlighting utilities for Sphinx HTML documentation. */ +"use strict"; + +const SPHINX_HIGHLIGHT_ENABLED = true + +/** + * highlight a given string on a node by wrapping it in + * span elements with the given class name. + */ +const _highlight = (node, addItems, text, className) => { + if (node.nodeType === Node.TEXT_NODE) { + const val = node.nodeValue; + const parent = node.parentNode; + const pos = val.toLowerCase().indexOf(text); + if ( + pos >= 0 && + !parent.classList.contains(className) && + !parent.classList.contains("nohighlight") + ) { + let span; + + const closestNode = parent.closest("body, svg, foreignObject"); + const isInSVG = closestNode && closestNode.matches("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.classList.add(className); + } + + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + const rest = document.createTextNode(val.substr(pos + text.length)); + parent.insertBefore( + span, + parent.insertBefore( + rest, + node.nextSibling + ) + ); + node.nodeValue = val.substr(0, pos); + /* There may be more occurrences of search term in this node. So call this + * function recursively on the remaining fragment. + */ + _highlight(rest, addItems, text, className); + + if (isInSVG) { + const rect = document.createElementNS( + "http://www.w3.org/2000/svg", + "rect" + ); + const bbox = parent.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute("class", className); + addItems.push({ parent: parent, target: rect }); + } + } + } else if (node.matches && !node.matches("button, select, textarea")) { + node.childNodes.forEach((el) => _highlight(el, addItems, text, className)); + } +}; +const _highlightText = (thisNode, text, className) => { + let addItems = []; + _highlight(thisNode, addItems, text, className); + addItems.forEach((obj) => + obj.parent.insertAdjacentElement("beforebegin", obj.target) + ); +}; + +/** + * Small JavaScript module for the documentation. + */ +const SphinxHighlight = { + + /** + * highlight the search words provided in localstorage in the text + */ + highlightSearchWords: () => { + if (!SPHINX_HIGHLIGHT_ENABLED) return; // bail if no highlight + + // get and clear terms from localstorage + const url = new URL(window.location); + const highlight = + localStorage.getItem("sphinx_highlight_terms") + || url.searchParams.get("highlight") + || ""; + localStorage.removeItem("sphinx_highlight_terms") + url.searchParams.delete("highlight"); + window.history.replaceState({}, "", url); + + // get individual terms from highlight string + const terms = highlight.toLowerCase().split(/\s+/).filter(x => x); + if (terms.length === 0) return; // nothing to do + + // There should never be more than one element matching "div.body" + const divBody = document.querySelectorAll("div.body"); + const body = divBody.length ? divBody[0] : document.querySelector("body"); + window.setTimeout(() => { + terms.forEach((term) => _highlightText(body, term, "highlighted")); + }, 10); + + const searchBox = document.getElementById("searchbox"); + if (searchBox === null) return; + searchBox.appendChild( + document + .createRange() + .createContextualFragment( + '" + ) + ); + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords: () => { + document + .querySelectorAll("#searchbox .highlight-link") + .forEach((el) => el.remove()); + document + .querySelectorAll("span.highlighted") + .forEach((el) => el.classList.remove("highlighted")); + localStorage.removeItem("sphinx_highlight_terms") + }, + + initEscapeListener: () => { + // only install a listener if it is really needed + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) return; + if (DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS && (event.key === "Escape")) { + SphinxHighlight.hideSearchWords(); + event.preventDefault(); + } + }); + }, +}; + +_ready(() => { + /* Do not call highlightSearchWords() when we are on the search page. + * It will highlight words from the *previous* search query. + */ + if (typeof Search === "undefined") SphinxHighlight.highlightSearchWords(); + SphinxHighlight.initEscapeListener(); +}); diff --git a/_static/styles/furo-extensions.css b/_static/styles/furo-extensions.css new file mode 100644 index 00000000..bc447f22 --- /dev/null +++ b/_static/styles/furo-extensions.css @@ -0,0 +1,2 @@ +#furo-sidebar-ad-placement{padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)}#furo-sidebar-ad-placement .ethical-sidebar{background:var(--color-background-secondary);border:none;box-shadow:none}#furo-sidebar-ad-placement .ethical-sidebar:hover{background:var(--color-background-hover)}#furo-sidebar-ad-placement .ethical-sidebar a{color:var(--color-foreground-primary)}#furo-sidebar-ad-placement .ethical-callout a{color:var(--color-foreground-secondary)!important}#furo-readthedocs-versions{background:transparent;display:block;position:static;width:100%}#furo-readthedocs-versions .rst-versions{background:#1a1c1e}#furo-readthedocs-versions .rst-current-version{background:var(--color-sidebar-item-background);cursor:unset}#furo-readthedocs-versions .rst-current-version:hover{background:var(--color-sidebar-item-background)}#furo-readthedocs-versions .rst-current-version .fa-book{color:var(--color-foreground-primary)}#furo-readthedocs-versions>.rst-other-versions{padding:0}#furo-readthedocs-versions>.rst-other-versions small{opacity:1}#furo-readthedocs-versions .injected .rst-versions{position:unset}#furo-readthedocs-versions:focus-within,#furo-readthedocs-versions:hover{box-shadow:0 0 0 1px var(--color-sidebar-background-border)}#furo-readthedocs-versions:focus-within .rst-current-version,#furo-readthedocs-versions:hover .rst-current-version{background:#1a1c1e;font-size:inherit;height:auto;line-height:inherit;padding:12px;text-align:right}#furo-readthedocs-versions:focus-within .rst-current-version .fa-book,#furo-readthedocs-versions:hover .rst-current-version .fa-book{color:#fff;float:left}#furo-readthedocs-versions:focus-within .fa-caret-down,#furo-readthedocs-versions:hover .fa-caret-down{display:none}#furo-readthedocs-versions:focus-within .injected,#furo-readthedocs-versions:focus-within .rst-current-version,#furo-readthedocs-versions:focus-within .rst-other-versions,#furo-readthedocs-versions:hover .injected,#furo-readthedocs-versions:hover .rst-current-version,#furo-readthedocs-versions:hover .rst-other-versions{display:block}#furo-readthedocs-versions:focus-within>.rst-current-version,#furo-readthedocs-versions:hover>.rst-current-version{display:none}.highlight:hover button.copybtn{color:var(--color-code-foreground)}.highlight button.copybtn{align-items:center;background-color:var(--color-code-background);border:none;color:var(--color-background-item);cursor:pointer;height:1.25em;opacity:1;right:.5rem;top:.625rem;transition:color .3s,opacity .3s;width:1.25em}.highlight button.copybtn:hover{background-color:var(--color-code-background);color:var(--color-brand-content)}.highlight button.copybtn:after{background-color:transparent;color:var(--color-code-foreground);display:none}.highlight button.copybtn.success{color:#22863a;transition:color 0ms}.highlight button.copybtn.success:after{display:block}.highlight button.copybtn svg{padding:0}body{--sd-color-primary:var(--color-brand-primary);--sd-color-primary-highlight:var(--color-brand-content);--sd-color-primary-text:var(--color-background-primary);--sd-color-shadow:rgba(0,0,0,.05);--sd-color-card-border:var(--color-card-border);--sd-color-card-border-hover:var(--color-brand-content);--sd-color-card-background:var(--color-card-background);--sd-color-card-text:var(--color-foreground-primary);--sd-color-card-header:var(--color-card-marginals-background);--sd-color-card-footer:var(--color-card-marginals-background);--sd-color-tabs-label-active:var(--color-brand-content);--sd-color-tabs-label-hover:var(--color-foreground-muted);--sd-color-tabs-label-inactive:var(--color-foreground-muted);--sd-color-tabs-underline-active:var(--color-brand-content);--sd-color-tabs-underline-hover:var(--color-foreground-border);--sd-color-tabs-underline-inactive:var(--color-background-border);--sd-color-tabs-overline:var(--color-background-border);--sd-color-tabs-underline:var(--color-background-border)}.sd-tab-content{box-shadow:0 -2px var(--sd-color-tabs-overline),0 1px var(--sd-color-tabs-underline)}.sd-card{box-shadow:0 .1rem .25rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)}.sd-shadow-sm{box-shadow:0 .1rem .25rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)!important}.sd-shadow-md{box-shadow:0 .3rem .75rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)!important}.sd-shadow-lg{box-shadow:0 .6rem 1.5rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)!important}.sd-card-hover:hover{transform:none}.sd-cards-carousel{gap:.25rem;padding:.25rem}body{--tabs--label-text:var(--color-foreground-muted);--tabs--label-text--hover:var(--color-foreground-muted);--tabs--label-text--active:var(--color-brand-content);--tabs--label-text--active--hover:var(--color-brand-content);--tabs--label-background:transparent;--tabs--label-background--hover:transparent;--tabs--label-background--active:transparent;--tabs--label-background--active--hover:transparent;--tabs--padding-x:0.25em;--tabs--margin-x:1em;--tabs--border:var(--color-background-border);--tabs--label-border:transparent;--tabs--label-border--hover:var(--color-foreground-muted);--tabs--label-border--active:var(--color-brand-content);--tabs--label-border--active--hover:var(--color-brand-content)}[role=main] .container{max-width:none;padding-left:0;padding-right:0}.shadow.docutils{border:none;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1)!important}.sphinx-bs .card{background-color:var(--color-background-secondary);color:var(--color-foreground)} +/*# sourceMappingURL=furo-extensions.css.map*/ \ No newline at end of file diff --git a/_static/styles/furo-extensions.css.map b/_static/styles/furo-extensions.css.map new file mode 100644 index 00000000..9ba5637f --- /dev/null +++ b/_static/styles/furo-extensions.css.map @@ -0,0 +1 @@ +{"version":3,"file":"styles/furo-extensions.css","mappings":"AAGA,2BACE,oFACA,4CAKE,6CAHA,YACA,eAEA,CACA,kDACE,yCAEF,8CACE,sCAEJ,8CACE,kDAEJ,2BAGE,uBACA,cAHA,gBACA,UAEA,CAGA,yCACE,mBAEF,gDAEE,gDADA,YACA,CACA,sDACE,gDACF,yDACE,sCAEJ,+CACE,UACA,qDACE,UAGF,mDACE,eAEJ,yEAEE,4DAEA,mHASE,mBAPA,kBAEA,YADA,oBAGA,aADA,gBAIA,CAEA,qIAEE,WADA,UACA,CAEJ,uGACE,aAEF,iUAGE,cAEF,mHACE,aC1EJ,gCACE,mCAEF,0BAKE,mBAUA,8CACA,YAFA,mCAKA,eAZA,cALA,UASA,YADA,YAYA,iCAdA,YAcA,CAEA,gCAEE,8CADA,gCACA,CAEF,gCAGE,6BADA,mCADA,YAEA,CAEF,kCAEE,cADA,oBACA,CACA,wCACE,cAEJ,8BACE,UC5CN,KAEE,6CAA8C,CAC9C,uDAAwD,CACxD,uDAAwD,CAGxD,iCAAsC,CAGtC,+CAAgD,CAChD,uDAAwD,CACxD,uDAAwD,CACxD,oDAAqD,CACrD,6DAA8D,CAC9D,6DAA8D,CAG9D,uDAAwD,CACxD,yDAA0D,CAC1D,4DAA6D,CAC7D,2DAA4D,CAC5D,8DAA+D,CAC/D,iEAAkE,CAClE,uDAAwD,CACxD,wDAAyD,CAG3D,gBACE,qFAGF,SACE,6EAEF,cACE,uFAEF,cACE,uFAEF,cACE,uFAGF,qBACE,eAEF,mBACE,WACA,eChDF,KACE,gDAAiD,CACjD,uDAAwD,CACxD,qDAAsD,CACtD,4DAA6D,CAC7D,oCAAqC,CACrC,2CAA4C,CAC5C,4CAA6C,CAC7C,mDAAoD,CACpD,wBAAyB,CACzB,oBAAqB,CACrB,6CAA8C,CAC9C,gCAAiC,CACjC,yDAA0D,CAC1D,uDAAwD,CACxD,8DAA+D,CCbjE,uBACE,eACA,eACA,gBAGF,iBACE,YACA,+EAGF,iBACE,mDACA","sources":["webpack:///./src/furo/assets/styles/extensions/_readthedocs.sass","webpack:///./src/furo/assets/styles/extensions/_copybutton.sass","webpack:///./src/furo/assets/styles/extensions/_sphinx-design.sass","webpack:///./src/furo/assets/styles/extensions/_sphinx-inline-tabs.sass","webpack:///./src/furo/assets/styles/extensions/_sphinx-panels.sass"],"sourcesContent":["// This file contains the styles used for tweaking how ReadTheDoc's embedded\n// contents would show up inside the theme.\n\n#furo-sidebar-ad-placement\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)\n .ethical-sidebar\n // Remove the border and box-shadow.\n border: none\n box-shadow: none\n // Manage the background colors.\n background: var(--color-background-secondary)\n &:hover\n background: var(--color-background-hover)\n // Ensure the text is legible.\n a\n color: var(--color-foreground-primary)\n\n .ethical-callout a\n color: var(--color-foreground-secondary) !important\n\n#furo-readthedocs-versions\n position: static\n width: 100%\n background: transparent\n display: block\n\n // Make the background color fit with the theme's aesthetic.\n .rst-versions\n background: rgb(26, 28, 30)\n\n .rst-current-version\n cursor: unset\n background: var(--color-sidebar-item-background)\n &:hover\n background: var(--color-sidebar-item-background)\n .fa-book\n color: var(--color-foreground-primary)\n\n > .rst-other-versions\n padding: 0\n small\n opacity: 1\n\n .injected\n .rst-versions\n position: unset\n\n &:hover,\n &:focus-within\n box-shadow: 0 0 0 1px var(--color-sidebar-background-border)\n\n .rst-current-version\n // Undo the tweaks done in RTD's CSS\n font-size: inherit\n line-height: inherit\n height: auto\n text-align: right\n padding: 12px\n\n // Match the rest of the body\n background: #1a1c1e\n\n .fa-book\n float: left\n color: white\n\n .fa-caret-down\n display: none\n\n .rst-current-version,\n .rst-other-versions,\n .injected\n display: block\n\n > .rst-current-version\n display: none\n",".highlight\n &:hover button.copybtn\n color: var(--color-code-foreground)\n\n button.copybtn\n // Make it visible\n opacity: 1\n\n // Align things correctly\n align-items: center\n\n height: 1.25em\n width: 1.25em\n\n top: 0.625rem // $code-spacing-vertical\n right: 0.5rem\n\n // Make it look better\n color: var(--color-background-item)\n background-color: var(--color-code-background)\n border: none\n\n // Change to cursor to make it obvious that you can click on it\n cursor: pointer\n\n // Transition smoothly, for aesthetics\n transition: color 300ms, opacity 300ms\n\n &:hover\n color: var(--color-brand-content)\n background-color: var(--color-code-background)\n\n &::after\n display: none\n color: var(--color-code-foreground)\n background-color: transparent\n\n &.success\n transition: color 0ms\n color: #22863a\n &::after\n display: block\n\n svg\n padding: 0\n","body\n // Colors\n --sd-color-primary: var(--color-brand-primary)\n --sd-color-primary-highlight: var(--color-brand-content)\n --sd-color-primary-text: var(--color-background-primary)\n\n // Shadows\n --sd-color-shadow: rgba(0, 0, 0, 0.05)\n\n // Cards\n --sd-color-card-border: var(--color-card-border)\n --sd-color-card-border-hover: var(--color-brand-content)\n --sd-color-card-background: var(--color-card-background)\n --sd-color-card-text: var(--color-foreground-primary)\n --sd-color-card-header: var(--color-card-marginals-background)\n --sd-color-card-footer: var(--color-card-marginals-background)\n\n // Tabs\n --sd-color-tabs-label-active: var(--color-brand-content)\n --sd-color-tabs-label-hover: var(--color-foreground-muted)\n --sd-color-tabs-label-inactive: var(--color-foreground-muted)\n --sd-color-tabs-underline-active: var(--color-brand-content)\n --sd-color-tabs-underline-hover: var(--color-foreground-border)\n --sd-color-tabs-underline-inactive: var(--color-background-border)\n --sd-color-tabs-overline: var(--color-background-border)\n --sd-color-tabs-underline: var(--color-background-border)\n\n// Tabs\n.sd-tab-content\n box-shadow: 0 -2px var(--sd-color-tabs-overline), 0 1px var(--sd-color-tabs-underline)\n\n// Shadows\n.sd-card // Have a shadow by default\n box-shadow: 0 0.1rem 0.25rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1)\n\n.sd-shadow-sm\n box-shadow: 0 0.1rem 0.25rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n.sd-shadow-md\n box-shadow: 0 0.3rem 0.75rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n.sd-shadow-lg\n box-shadow: 0 0.6rem 1.5rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n// Cards\n.sd-card-hover:hover // Don't change scale on hover\n transform: none\n\n.sd-cards-carousel // Have a bit of gap in the carousel by default\n gap: 0.25rem\n padding: 0.25rem\n","// This file contains styles to tweak sphinx-inline-tabs to work well with Furo.\n\nbody\n --tabs--label-text: var(--color-foreground-muted)\n --tabs--label-text--hover: var(--color-foreground-muted)\n --tabs--label-text--active: var(--color-brand-content)\n --tabs--label-text--active--hover: var(--color-brand-content)\n --tabs--label-background: transparent\n --tabs--label-background--hover: transparent\n --tabs--label-background--active: transparent\n --tabs--label-background--active--hover: transparent\n --tabs--padding-x: 0.25em\n --tabs--margin-x: 1em\n --tabs--border: var(--color-background-border)\n --tabs--label-border: transparent\n --tabs--label-border--hover: var(--color-foreground-muted)\n --tabs--label-border--active: var(--color-brand-content)\n --tabs--label-border--active--hover: var(--color-brand-content)\n","// This file contains styles to tweak sphinx-panels to work well with Furo.\n\n// sphinx-panels includes Bootstrap 4, which uses .container which can conflict\n// with docutils' `.. container::` directive.\n[role=\"main\"] .container\n max-width: initial\n padding-left: initial\n padding-right: initial\n\n// Make the panels look nicer!\n.shadow.docutils\n border: none\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n// Make panel colors respond to dark mode\n.sphinx-bs .card\n background-color: var(--color-background-secondary)\n color: var(--color-foreground)\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/_static/styles/furo.css b/_static/styles/furo.css new file mode 100644 index 00000000..3d29a218 --- /dev/null +++ b/_static/styles/furo.css @@ -0,0 +1,2 @@ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@media print{.content-icon-container,.headerlink,.mobile-header,.related-pages{display:none!important}.highlight{border:.1pt solid var(--color-foreground-border)}a,blockquote,dl,ol,pre,table,ul{page-break-inside:avoid}caption,figure,h1,h2,h3,h4,h5,h6,img{page-break-after:avoid;page-break-inside:avoid}dl,ol,ul{page-break-before:avoid}}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}:-moz-focusring{outline:auto}body{--font-stack:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;--font-stack--monospace:"SFMono-Regular",Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;--font-size--normal:100%;--font-size--small:87.5%;--font-size--small--2:81.25%;--font-size--small--3:75%;--font-size--small--4:62.5%;--sidebar-caption-font-size:var(--font-size--small--2);--sidebar-item-font-size:var(--font-size--small);--sidebar-search-input-font-size:var(--font-size--small);--toc-font-size:var(--font-size--small--3);--toc-font-size--mobile:var(--font-size--normal);--toc-title-font-size:var(--font-size--small--4);--admonition-font-size:0.8125rem;--admonition-title-font-size:0.8125rem;--code-font-size:var(--font-size--small--2);--api-font-size:var(--font-size--small);--header-height:calc(var(--sidebar-item-line-height) + var(--sidebar-item-spacing-vertical)*4);--header-padding:0.5rem;--sidebar-tree-space-above:1.5rem;--sidebar-caption-space-above:1rem;--sidebar-item-line-height:1rem;--sidebar-item-spacing-vertical:0.5rem;--sidebar-item-spacing-horizontal:1rem;--sidebar-item-height:calc(var(--sidebar-item-line-height) + var(--sidebar-item-spacing-vertical)*2);--sidebar-expander-width:var(--sidebar-item-height);--sidebar-search-space-above:0.5rem;--sidebar-search-input-spacing-vertical:0.5rem;--sidebar-search-input-spacing-horizontal:0.5rem;--sidebar-search-input-height:1rem;--sidebar-search-icon-size:var(--sidebar-search-input-height);--toc-title-padding:0.25rem 0;--toc-spacing-vertical:1.5rem;--toc-spacing-horizontal:1.5rem;--toc-item-spacing-vertical:0.4rem;--toc-item-spacing-horizontal:1rem;--icon-search:url('data:image/svg+xml;charset=utf-8,');--icon-pencil:url('data:image/svg+xml;charset=utf-8,');--icon-abstract:url('data:image/svg+xml;charset=utf-8,');--icon-info:url('data:image/svg+xml;charset=utf-8,');--icon-flame:url('data:image/svg+xml;charset=utf-8,');--icon-question:url('data:image/svg+xml;charset=utf-8,');--icon-warning:url('data:image/svg+xml;charset=utf-8,');--icon-failure:url('data:image/svg+xml;charset=utf-8,');--icon-spark:url('data:image/svg+xml;charset=utf-8,');--color-admonition-title--caution:#ff9100;--color-admonition-title-background--caution:rgba(255,145,0,.2);--color-admonition-title--warning:#ff9100;--color-admonition-title-background--warning:rgba(255,145,0,.2);--color-admonition-title--danger:#ff5252;--color-admonition-title-background--danger:rgba(255,82,82,.2);--color-admonition-title--attention:#ff5252;--color-admonition-title-background--attention:rgba(255,82,82,.2);--color-admonition-title--error:#ff5252;--color-admonition-title-background--error:rgba(255,82,82,.2);--color-admonition-title--hint:#00c852;--color-admonition-title-background--hint:rgba(0,200,82,.2);--color-admonition-title--tip:#00c852;--color-admonition-title-background--tip:rgba(0,200,82,.2);--color-admonition-title--important:#00bfa5;--color-admonition-title-background--important:rgba(0,191,165,.2);--color-admonition-title--note:#00b0ff;--color-admonition-title-background--note:rgba(0,176,255,.2);--color-admonition-title--seealso:#448aff;--color-admonition-title-background--seealso:rgba(68,138,255,.2);--color-admonition-title--admonition-todo:grey;--color-admonition-title-background--admonition-todo:hsla(0,0%,50%,.2);--color-admonition-title:#651fff;--color-admonition-title-background:rgba(101,31,255,.2);--icon-admonition-default:var(--icon-abstract);--color-topic-title:#14b8a6;--color-topic-title-background:rgba(20,184,166,.2);--icon-topic-default:var(--icon-pencil);--color-problematic:#b30000;--color-foreground-primary:#000;--color-foreground-secondary:#5a5c63;--color-foreground-muted:#646776;--color-foreground-border:#878787;--color-background-primary:#fff;--color-background-secondary:#f8f9fb;--color-background-hover:#efeff4;--color-background-hover--transparent:#efeff400;--color-background-border:#eeebee;--color-background-item:#ccc;--color-announcement-background:#000000dd;--color-announcement-text:#eeebee;--color-brand-primary:#2962ff;--color-brand-content:#2a5adf;--color-api-background:var(--color-background-hover--transparent);--color-api-background-hover:var(--color-background-hover);--color-api-overall:var(--color-foreground-secondary);--color-api-name:var(--color-problematic);--color-api-pre-name:var(--color-problematic);--color-api-paren:var(--color-foreground-secondary);--color-api-keyword:var(--color-foreground-primary);--color-highlight-on-target:#ffc;--color-inline-code-background:var(--color-background-secondary);--color-highlighted-background:#def;--color-highlighted-text:var(--color-foreground-primary);--color-guilabel-background:#ddeeff80;--color-guilabel-border:#bedaf580;--color-guilabel-text:var(--color-foreground-primary);--color-admonition-background:transparent;--color-table-header-background:var(--color-background-secondary);--color-table-border:var(--color-background-border);--color-card-border:var(--color-background-secondary);--color-card-background:transparent;--color-card-marginals-background:var(--color-background-secondary);--color-header-background:var(--color-background-primary);--color-header-border:var(--color-background-border);--color-header-text:var(--color-foreground-primary);--color-sidebar-background:var(--color-background-secondary);--color-sidebar-background-border:var(--color-background-border);--color-sidebar-brand-text:var(--color-foreground-primary);--color-sidebar-caption-text:var(--color-foreground-muted);--color-sidebar-link-text:var(--color-foreground-secondary);--color-sidebar-link-text--top-level:var(--color-brand-primary);--color-sidebar-item-background:var(--color-sidebar-background);--color-sidebar-item-background--current:var( --color-sidebar-item-background );--color-sidebar-item-background--hover:linear-gradient(90deg,var(--color-background-hover--transparent) 0%,var(--color-background-hover) var(--sidebar-item-spacing-horizontal),var(--color-background-hover) 100%);--color-sidebar-item-expander-background:transparent;--color-sidebar-item-expander-background--hover:var( --color-background-hover );--color-sidebar-search-text:var(--color-foreground-primary);--color-sidebar-search-background:var(--color-background-secondary);--color-sidebar-search-background--focus:var(--color-background-primary);--color-sidebar-search-border:var(--color-background-border);--color-sidebar-search-icon:var(--color-foreground-muted);--color-toc-background:var(--color-background-primary);--color-toc-title-text:var(--color-foreground-muted);--color-toc-item-text:var(--color-foreground-secondary);--color-toc-item-text--hover:var(--color-foreground-primary);--color-toc-item-text--active:var(--color-brand-primary);--color-content-foreground:var(--color-foreground-primary);--color-content-background:transparent;--color-link:var(--color-brand-content);--color-link--hover:var(--color-brand-content);--color-link-underline:var(--color-background-border);--color-link-underline--hover:var(--color-foreground-border)}.only-light{display:block!important}html body .only-dark{display:none!important}@media not print{body[data-theme=dark]{--color-problematic:#ee5151;--color-foreground-primary:#ffffffcc;--color-foreground-secondary:#9ca0a5;--color-foreground-muted:#81868d;--color-foreground-border:#666;--color-background-primary:#131416;--color-background-secondary:#1a1c1e;--color-background-hover:#1e2124;--color-background-hover--transparent:#1e212400;--color-background-border:#303335;--color-background-item:#444;--color-announcement-background:#000000dd;--color-announcement-text:#eeebee;--color-brand-primary:#2b8cee;--color-brand-content:#368ce2;--color-highlighted-background:#083563;--color-guilabel-background:#08356380;--color-guilabel-border:#13395f80;--color-api-keyword:var(--color-foreground-secondary);--color-highlight-on-target:#330;--color-admonition-background:#18181a;--color-card-border:var(--color-background-secondary);--color-card-background:#18181a;--color-card-marginals-background:var(--color-background-hover)}html body[data-theme=dark] .only-light{display:none!important}body[data-theme=dark] .only-dark{display:block!important}@media(prefers-color-scheme:dark){body:not([data-theme=light]){--color-problematic:#ee5151;--color-foreground-primary:#ffffffcc;--color-foreground-secondary:#9ca0a5;--color-foreground-muted:#81868d;--color-foreground-border:#666;--color-background-primary:#131416;--color-background-secondary:#1a1c1e;--color-background-hover:#1e2124;--color-background-hover--transparent:#1e212400;--color-background-border:#303335;--color-background-item:#444;--color-announcement-background:#000000dd;--color-announcement-text:#eeebee;--color-brand-primary:#2b8cee;--color-brand-content:#368ce2;--color-highlighted-background:#083563;--color-guilabel-background:#08356380;--color-guilabel-border:#13395f80;--color-api-keyword:var(--color-foreground-secondary);--color-highlight-on-target:#330;--color-admonition-background:#18181a;--color-card-border:var(--color-background-secondary);--color-card-background:#18181a;--color-card-marginals-background:var(--color-background-hover)}html body:not([data-theme=light]) .only-light{display:none!important}body:not([data-theme=light]) .only-dark{display:block!important}}}body[data-theme=auto] .theme-toggle svg.theme-icon-when-auto,body[data-theme=dark] .theme-toggle svg.theme-icon-when-dark,body[data-theme=light] .theme-toggle svg.theme-icon-when-light{display:block}body{font-family:var(--font-stack)}code,kbd,pre,samp{font-family:var(--font-stack--monospace)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article{line-height:1.5}h1,h2,h3,h4,h5,h6{border-radius:.5rem;font-weight:700;line-height:1.25;margin:.5rem -.5rem;padding-left:.5rem;padding-right:.5rem}h1+p,h2+p,h3+p,h4+p,h5+p,h6+p{margin-top:0}h1{font-size:2.5em;margin-bottom:1rem}h1,h2{margin-top:1.75rem}h2{font-size:2em}h3{font-size:1.5em}h4{font-size:1.25em}h5{font-size:1.125em}h6{font-size:1em}small{font-size:80%;opacity:75%}p{margin-bottom:.75rem;margin-top:.5rem}hr.docutils{background-color:var(--color-background-border);border:0;height:1px;margin:2rem 0;padding:0}.centered{text-align:center}a{color:var(--color-link);text-decoration:underline;text-decoration-color:var(--color-link-underline)}a:hover{color:var(--color-link--hover);text-decoration-color:var(--color-link-underline--hover)}a.muted-link{color:inherit}a.muted-link:hover{color:var(--color-link);text-decoration-color:var(--color-link-underline--hover)}html{overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth}.sidebar-scroll,.toc-scroll,article[role=main] *{scrollbar-color:var(--color-foreground-border) transparent;scrollbar-width:thin}.sidebar-scroll::-webkit-scrollbar,.toc-scroll::-webkit-scrollbar,article[role=main] ::-webkit-scrollbar{height:.25rem;width:.25rem}.sidebar-scroll::-webkit-scrollbar-thumb,.toc-scroll::-webkit-scrollbar-thumb,article[role=main] ::-webkit-scrollbar-thumb{background-color:var(--color-foreground-border);border-radius:.125rem}body,html{background:var(--color-background-primary);color:var(--color-foreground-primary);height:100%}article{background:var(--color-content-background);color:var(--color-content-foreground);overflow-wrap:break-word}.page{display:flex;min-height:100%}.mobile-header{background-color:var(--color-header-background);border-bottom:1px solid var(--color-header-border);color:var(--color-header-text);display:none;height:var(--header-height);width:100%;z-index:10}.mobile-header.scrolled{border-bottom:none;box-shadow:0 0 .2rem rgba(0,0,0,.1),0 .2rem .4rem rgba(0,0,0,.2)}.mobile-header .header-center a{color:var(--color-header-text);text-decoration:none}.main{display:flex;flex:1}.sidebar-drawer{background:var(--color-sidebar-background);border-right:1px solid var(--color-sidebar-background-border);box-sizing:border-box;display:flex;justify-content:flex-end;min-width:15em;width:calc(50% - 26em)}.sidebar-container,.toc-drawer{box-sizing:border-box;width:15em}.toc-drawer{background:var(--color-toc-background);padding-right:1rem}.sidebar-sticky,.toc-sticky{display:flex;flex-direction:column;height:min(100%,100vh);height:100vh;position:sticky;top:0}.sidebar-scroll,.toc-scroll{flex-grow:1;flex-shrink:1;overflow:auto;scroll-behavior:smooth}.content{display:flex;flex-direction:column;justify-content:space-between;padding:0 3em;width:46em}.icon{display:inline-block;height:1rem;width:1rem}.icon svg{height:100%;width:100%}.announcement{align-items:center;background-color:var(--color-announcement-background);color:var(--color-announcement-text);display:flex;height:var(--header-height);overflow-x:auto}.announcement+.page{min-height:calc(100% - var(--header-height))}.announcement-content{box-sizing:border-box;min-width:100%;padding:.5rem;text-align:center;white-space:nowrap}.announcement-content a{color:var(--color-announcement-text);text-decoration-color:var(--color-announcement-text)}.announcement-content a:hover{color:var(--color-announcement-text);text-decoration-color:var(--color-link--hover)}.no-js .theme-toggle-container{display:none}.theme-toggle-container{vertical-align:middle}.theme-toggle{background:transparent;border:none;cursor:pointer;padding:0}.theme-toggle svg{color:var(--color-foreground-primary);display:none;height:1rem;vertical-align:middle;width:1rem}.theme-toggle-header{float:left;padding:1rem .5rem}.nav-overlay-icon,.toc-overlay-icon{cursor:pointer;display:none}.nav-overlay-icon .icon,.toc-overlay-icon .icon{color:var(--color-foreground-secondary);height:1rem;width:1rem}.nav-overlay-icon,.toc-header-icon{align-items:center;justify-content:center}.toc-content-icon{height:1.5rem;width:1.5rem}.content-icon-container{display:flex;float:right;gap:.5rem;margin-bottom:1rem;margin-left:1rem;margin-top:1.5rem}.content-icon-container .edit-this-page svg{color:inherit;height:1rem;width:1rem}.sidebar-toggle{display:none;position:absolute}.sidebar-toggle[name=__toc]{left:20px}.sidebar-toggle:checked{left:40px}.overlay{background-color:rgba(0,0,0,.54);height:0;opacity:0;position:fixed;top:0;transition:width 0ms,height 0ms,opacity .25s ease-out;width:0}.sidebar-overlay{z-index:20}.toc-overlay{z-index:40}.sidebar-drawer{transition:left .25s ease-in-out;z-index:30}.toc-drawer{transition:right .25s ease-in-out;z-index:50}#__navigation:checked~.sidebar-overlay{height:100%;opacity:1;width:100%}#__navigation:checked~.page .sidebar-drawer{left:0;top:0}#__toc:checked~.toc-overlay{height:100%;opacity:1;width:100%}#__toc:checked~.page .toc-drawer{right:0;top:0}.back-to-top{background:var(--color-background-primary);border-radius:1rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 1px 0 hsla(220,9%,46%,.502);display:none;font-size:.8125rem;left:0;margin-left:50%;padding:.5rem .75rem .5rem .5rem;position:fixed;text-decoration:none;top:1rem;transform:translateX(-50%);z-index:10}.back-to-top svg{fill:currentColor;display:inline-block;height:1rem;width:1rem}.back-to-top span{margin-left:.25rem}.show-back-to-top .back-to-top{align-items:center;display:flex}@media(min-width:97em){html{font-size:110%}}@media(max-width:82em){.toc-content-icon{display:flex}.toc-drawer{border-left:1px solid var(--color-background-muted);height:100vh;position:fixed;right:-15em;top:0}.toc-tree{border-left:none;font-size:var(--toc-font-size--mobile)}.sidebar-drawer{width:calc(50% - 18.5em)}}@media(max-width:67em){.nav-overlay-icon{display:flex}.sidebar-drawer{height:100vh;left:-15em;position:fixed;top:0;width:15em}.toc-header-icon{display:flex}.theme-toggle-content,.toc-content-icon{display:none}.theme-toggle-header{display:block}.mobile-header{align-items:center;display:flex;justify-content:space-between;position:sticky;top:0}.mobile-header .header-left,.mobile-header .header-right{display:flex;height:var(--header-height);padding:0 var(--header-padding)}.mobile-header .header-left label,.mobile-header .header-right label{height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.nav-overlay-icon .icon,.theme-toggle svg{height:1.25rem;width:1.25rem}:target{scroll-margin-top:var(--header-height)}.back-to-top{top:calc(var(--header-height) + .5rem)}.page{flex-direction:column;justify-content:center}.content{margin-left:auto;margin-right:auto}}@media(max-width:52em){.content{overflow-x:auto;width:100%}}@media(max-width:46em){.content{padding:0 1em}article aside.sidebar{float:none;margin:1rem 0;width:100%}}.admonition,.topic{background:var(--color-admonition-background);border-radius:.2rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);font-size:var(--admonition-font-size);margin:1rem auto;overflow:hidden;padding:0 .5rem .5rem;page-break-inside:avoid}.admonition>:nth-child(2),.topic>:nth-child(2){margin-top:0}.admonition>:last-child,.topic>:last-child{margin-bottom:0}.admonition p.admonition-title,p.topic-title{font-size:var(--admonition-title-font-size);font-weight:500;line-height:1.3;margin:0 -.5rem .5rem;padding:.4rem .5rem .4rem 2rem;position:relative}.admonition p.admonition-title:before,p.topic-title:before{content:"";height:1rem;left:.5rem;position:absolute;width:1rem}p.admonition-title{background-color:var(--color-admonition-title-background)}p.admonition-title:before{background-color:var(--color-admonition-title);-webkit-mask-image:var(--icon-admonition-default);mask-image:var(--icon-admonition-default);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}p.topic-title{background-color:var(--color-topic-title-background)}p.topic-title:before{background-color:var(--color-topic-title);-webkit-mask-image:var(--icon-topic-default);mask-image:var(--icon-topic-default);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.admonition{border-left:.2rem solid var(--color-admonition-title)}.admonition.caution{border-left-color:var(--color-admonition-title--caution)}.admonition.caution>.admonition-title{background-color:var(--color-admonition-title-background--caution)}.admonition.caution>.admonition-title:before{background-color:var(--color-admonition-title--caution);-webkit-mask-image:var(--icon-spark);mask-image:var(--icon-spark)}.admonition.warning{border-left-color:var(--color-admonition-title--warning)}.admonition.warning>.admonition-title{background-color:var(--color-admonition-title-background--warning)}.admonition.warning>.admonition-title:before{background-color:var(--color-admonition-title--warning);-webkit-mask-image:var(--icon-warning);mask-image:var(--icon-warning)}.admonition.danger{border-left-color:var(--color-admonition-title--danger)}.admonition.danger>.admonition-title{background-color:var(--color-admonition-title-background--danger)}.admonition.danger>.admonition-title:before{background-color:var(--color-admonition-title--danger);-webkit-mask-image:var(--icon-spark);mask-image:var(--icon-spark)}.admonition.attention{border-left-color:var(--color-admonition-title--attention)}.admonition.attention>.admonition-title{background-color:var(--color-admonition-title-background--attention)}.admonition.attention>.admonition-title:before{background-color:var(--color-admonition-title--attention);-webkit-mask-image:var(--icon-warning);mask-image:var(--icon-warning)}.admonition.error{border-left-color:var(--color-admonition-title--error)}.admonition.error>.admonition-title{background-color:var(--color-admonition-title-background--error)}.admonition.error>.admonition-title:before{background-color:var(--color-admonition-title--error);-webkit-mask-image:var(--icon-failure);mask-image:var(--icon-failure)}.admonition.hint{border-left-color:var(--color-admonition-title--hint)}.admonition.hint>.admonition-title{background-color:var(--color-admonition-title-background--hint)}.admonition.hint>.admonition-title:before{background-color:var(--color-admonition-title--hint);-webkit-mask-image:var(--icon-question);mask-image:var(--icon-question)}.admonition.tip{border-left-color:var(--color-admonition-title--tip)}.admonition.tip>.admonition-title{background-color:var(--color-admonition-title-background--tip)}.admonition.tip>.admonition-title:before{background-color:var(--color-admonition-title--tip);-webkit-mask-image:var(--icon-info);mask-image:var(--icon-info)}.admonition.important{border-left-color:var(--color-admonition-title--important)}.admonition.important>.admonition-title{background-color:var(--color-admonition-title-background--important)}.admonition.important>.admonition-title:before{background-color:var(--color-admonition-title--important);-webkit-mask-image:var(--icon-flame);mask-image:var(--icon-flame)}.admonition.note{border-left-color:var(--color-admonition-title--note)}.admonition.note>.admonition-title{background-color:var(--color-admonition-title-background--note)}.admonition.note>.admonition-title:before{background-color:var(--color-admonition-title--note);-webkit-mask-image:var(--icon-pencil);mask-image:var(--icon-pencil)}.admonition.seealso{border-left-color:var(--color-admonition-title--seealso)}.admonition.seealso>.admonition-title{background-color:var(--color-admonition-title-background--seealso)}.admonition.seealso>.admonition-title:before{background-color:var(--color-admonition-title--seealso);-webkit-mask-image:var(--icon-info);mask-image:var(--icon-info)}.admonition.admonition-todo{border-left-color:var(--color-admonition-title--admonition-todo)}.admonition.admonition-todo>.admonition-title{background-color:var(--color-admonition-title-background--admonition-todo)}.admonition.admonition-todo>.admonition-title:before{background-color:var(--color-admonition-title--admonition-todo);-webkit-mask-image:var(--icon-pencil);mask-image:var(--icon-pencil)}.admonition-todo>.admonition-title{text-transform:uppercase}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dd{margin-left:2rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dd>:first-child{margin-top:.125rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list,dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dd>:last-child{margin-bottom:.75rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list>dt{font-size:var(--font-size--small);text-transform:uppercase}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd:empty{margin-bottom:.5rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd>ul{margin-left:-1.2rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd>ul>li>p:nth-child(2){margin-top:0}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd>ul>li>p+p:last-child:empty{margin-bottom:0;margin-top:0}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt{color:var(--color-api-overall)}.sig:not(.sig-inline){background:var(--color-api-background);border-radius:.25rem;font-family:var(--font-stack--monospace);font-size:var(--api-font-size);font-weight:700;margin-left:-.25rem;margin-right:-.25rem;padding:.25rem .5rem .25rem 3em;text-indent:-2.5em;transition:background .1s ease-out}.sig:not(.sig-inline):hover{background:var(--color-api-background-hover)}.sig:not(.sig-inline) a.reference .viewcode-link{font-weight:400;width:3.5rem}em.property{font-style:normal}em.property:first-child{color:var(--color-api-keyword)}.sig-name{color:var(--color-api-name)}.sig-prename{color:var(--color-api-pre-name);font-weight:400}.sig-paren{color:var(--color-api-paren)}.sig-param{font-style:normal}.versionmodified{font-style:italic}div.deprecated p,div.versionadded p,div.versionchanged p{margin-bottom:.125rem;margin-top:.125rem}.viewcode-back,.viewcode-link{float:right;text-align:right}.line-block{margin-bottom:.75rem;margin-top:.5rem}.line-block .line-block{margin-bottom:0;margin-top:0;padding-left:1rem}.code-block-caption,article p.caption,table>caption{font-size:var(--font-size--small);text-align:center}.toctree-wrapper.compound .caption,.toctree-wrapper.compound :not(.caption)>.caption-text{font-size:var(--font-size--small);margin-bottom:0;text-align:initial;text-transform:uppercase}.toctree-wrapper.compound>ul{margin-bottom:0;margin-top:0}.sig-inline,code.literal{background:var(--color-inline-code-background);border-radius:.2em;font-size:var(--font-size--small--2);padding:.1em .2em}pre.literal-block .sig-inline,pre.literal-block code.literal{font-size:inherit;padding:0}p .sig-inline,p code.literal{border:1px solid var(--color-background-border)}.sig-inline{font-family:var(--font-stack--monospace)}div[class*=" highlight-"],div[class^=highlight-]{display:flex;margin:1em 0}div[class*=" highlight-"] .table-wrapper,div[class^=highlight-] .table-wrapper,pre{margin:0;padding:0}pre{overflow:auto}article[role=main] .highlight pre{line-height:1.5}.highlight pre,pre.literal-block{font-size:var(--code-font-size);padding:.625rem .875rem}pre.literal-block{background-color:var(--color-code-background);border-radius:.2rem;color:var(--color-code-foreground);margin-bottom:1rem;margin-top:1rem}.highlight{border-radius:.2rem;width:100%}.highlight .gp,.highlight span.linenos{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.highlight .hll{display:block;margin-left:-.875rem;margin-right:-.875rem;padding-left:.875rem;padding-right:.875rem}.code-block-caption{background-color:var(--color-code-background);border-bottom:1px solid;border-radius:.25rem;border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:var(--color-background-border);color:var(--color-code-foreground);display:flex;font-weight:300;padding:.625rem .875rem}.code-block-caption+div[class]{margin-top:0}.code-block-caption+div[class] pre{border-top-left-radius:0;border-top-right-radius:0}.highlighttable{display:block;width:100%}.highlighttable tbody{display:block}.highlighttable tr{display:flex}.highlighttable td.linenos{background-color:var(--color-code-background);border-bottom-left-radius:.2rem;border-top-left-radius:.2rem;color:var(--color-code-foreground);padding:.625rem 0 .625rem .875rem}.highlighttable .linenodiv{box-shadow:-.0625rem 0 var(--color-foreground-border) inset;font-size:var(--code-font-size);padding-right:.875rem}.highlighttable td.code{display:block;flex:1;overflow:hidden;padding:0}.highlighttable td.code .highlight{border-bottom-left-radius:0;border-top-left-radius:0}.highlight span.linenos{box-shadow:-.0625rem 0 var(--color-foreground-border) inset;display:inline-block;margin-right:.875rem;padding-left:0;padding-right:.875rem}.footnote-reference{font-size:var(--font-size--small--4);vertical-align:super}dl.footnote.brackets{color:var(--color-foreground-secondary);display:grid;font-size:var(--font-size--small);grid-template-columns:max-content auto}dl.footnote.brackets dt{margin:0}dl.footnote.brackets dt>.fn-backref{margin-left:.25rem}dl.footnote.brackets dt:after{content:":"}dl.footnote.brackets dt .brackets:before{content:"["}dl.footnote.brackets dt .brackets:after{content:"]"}dl.footnote.brackets dd{margin:0;padding:0 1rem}aside.footnote{color:var(--color-foreground-secondary);font-size:var(--font-size--small)}aside.footnote>span,div.citation>span{float:left;font-weight:500;padding-right:.25rem}aside.footnote>p,div.citation>p{margin-left:2rem}img{box-sizing:border-box;height:auto;max-width:100%}article .figure,article figure{border-radius:.2rem;margin:0}article .figure :last-child,article figure :last-child{margin-bottom:0}article .align-left{clear:left;float:left;margin:0 1rem 1rem}article .align-right{clear:right;float:right;margin:0 1rem 1rem}article .align-center,article .align-default{display:block;margin-left:auto;margin-right:auto;text-align:center}article table.align-default{display:table;text-align:initial}.domainindex-jumpbox,.genindex-jumpbox{border-bottom:1px solid var(--color-background-border);border-top:1px solid var(--color-background-border);padding:.25rem}.domainindex-section h2,.genindex-section h2{margin-bottom:.5rem;margin-top:.75rem}.domainindex-section ul,.genindex-section ul{margin-bottom:0;margin-top:0}ol,ul{margin-bottom:1rem;margin-top:1rem;padding-left:1.2rem}ol li>p:first-child,ul li>p:first-child{margin-bottom:.25rem;margin-top:.25rem}ol li>p:last-child,ul li>p:last-child{margin-top:.25rem}ol li>ol,ol li>ul,ul li>ol,ul li>ul{margin-bottom:.5rem;margin-top:.5rem}ol.arabic{list-style:decimal}ol.loweralpha{list-style:lower-alpha}ol.upperalpha{list-style:upper-alpha}ol.lowerroman{list-style:lower-roman}ol.upperroman{list-style:upper-roman}.simple li>ol,.simple li>ul,.toctree-wrapper li>ol,.toctree-wrapper li>ul{margin-bottom:0;margin-top:0}.field-list dt,.option-list dt,dl.footnote dt,dl.glossary dt,dl.simple dt,dl:not([class]) dt{font-weight:500;margin-top:.25rem}.field-list dt+dt,.option-list dt+dt,dl.footnote dt+dt,dl.glossary dt+dt,dl.simple dt+dt,dl:not([class]) dt+dt{margin-top:0}.field-list dt .classifier:before,.option-list dt .classifier:before,dl.footnote dt .classifier:before,dl.glossary dt .classifier:before,dl.simple dt .classifier:before,dl:not([class]) dt .classifier:before{content:":";margin-left:.2rem;margin-right:.2rem}.field-list dd ul,.field-list dd>p:first-child,.option-list dd ul,.option-list dd>p:first-child,dl.footnote dd ul,dl.footnote dd>p:first-child,dl.glossary dd ul,dl.glossary dd>p:first-child,dl.simple dd ul,dl.simple dd>p:first-child,dl:not([class]) dd ul,dl:not([class]) dd>p:first-child{margin-top:.125rem}.field-list dd ul,.option-list dd ul,dl.footnote dd ul,dl.glossary dd ul,dl.simple dd ul,dl:not([class]) dd ul{margin-bottom:.125rem}.math-wrapper{overflow-x:auto;width:100%}div.math{position:relative;text-align:center}div.math .headerlink,div.math:focus .headerlink{display:none}div.math:hover .headerlink{display:inline-block}div.math span.eqno{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);z-index:1}abbr[title]{cursor:help}.problematic{color:var(--color-problematic)}kbd:not(.compound){background-color:var(--color-background-secondary);border:1px solid var(--color-foreground-border);border-radius:.2rem;box-shadow:0 .0625rem 0 rgba(0,0,0,.2),inset 0 0 0 .125rem var(--color-background-primary);color:var(--color-foreground-primary);display:inline-block;font-size:var(--font-size--small--3);margin:0 .2rem;padding:0 .2rem;vertical-align:text-bottom}blockquote{background:var(--color-background-secondary);border-left:4px solid var(--color-background-border);margin-left:0;margin-right:0;padding:.5rem 1rem}blockquote .attribution{font-weight:600;text-align:right}blockquote.highlights,blockquote.pull-quote{font-size:1.25em}blockquote.epigraph,blockquote.pull-quote{border-left-width:0;border-radius:.5rem}blockquote.highlights{background:transparent;border-left-width:0}p .reference img{vertical-align:middle}p.rubric{font-size:1.125em;font-weight:700;line-height:1.25}dd p.rubric{font-size:var(--font-size--small);font-weight:inherit;line-height:inherit;text-transform:uppercase}article .sidebar{background-color:var(--color-background-secondary);border:1px solid var(--color-background-border);border-radius:.2rem;clear:right;float:right;margin-left:1rem;margin-right:0;width:30%}article .sidebar>*{padding-left:1rem;padding-right:1rem}article .sidebar>ol,article .sidebar>ul{padding-left:2.2rem}article .sidebar .sidebar-title{border-bottom:1px solid var(--color-background-border);font-weight:500;margin:0;padding:.5rem 1rem}.table-wrapper{margin-bottom:.5rem;margin-top:1rem;overflow-x:auto;padding:.2rem .2rem .75rem;width:100%}table.docutils{border-collapse:collapse;border-radius:.2rem;border-spacing:0;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1)}table.docutils th{background:var(--color-table-header-background)}table.docutils td,table.docutils th{border-bottom:1px solid var(--color-table-border);border-left:1px solid var(--color-table-border);border-right:1px solid var(--color-table-border);padding:0 .25rem}table.docutils td p,table.docutils th p{margin:.25rem}table.docutils td:first-child,table.docutils th:first-child{border-left:none}table.docutils td:last-child,table.docutils th:last-child{border-right:none}table.docutils td.text-left,table.docutils th.text-left{text-align:left}table.docutils td.text-right,table.docutils th.text-right{text-align:right}table.docutils td.text-center,table.docutils th.text-center{text-align:center}:target{scroll-margin-top:.5rem}@media(max-width:67em){:target{scroll-margin-top:calc(.5rem + var(--header-height))}section>span:target{scroll-margin-top:calc(.8rem + var(--header-height))}}.headerlink{font-weight:100;-webkit-user-select:none;-moz-user-select:none;user-select:none}.code-block-caption>.headerlink,dl dt>.headerlink,figcaption p>.headerlink,h1>.headerlink,h2>.headerlink,h3>.headerlink,h4>.headerlink,h5>.headerlink,h6>.headerlink,p.caption>.headerlink,table>caption>.headerlink{margin-left:.5rem;visibility:hidden}.code-block-caption:hover>.headerlink,dl dt:hover>.headerlink,figcaption p:hover>.headerlink,h1:hover>.headerlink,h2:hover>.headerlink,h3:hover>.headerlink,h4:hover>.headerlink,h5:hover>.headerlink,h6:hover>.headerlink,p.caption:hover>.headerlink,table>caption:hover>.headerlink{visibility:visible}.code-block-caption>.toc-backref,dl dt>.toc-backref,figcaption p>.toc-backref,h1>.toc-backref,h2>.toc-backref,h3>.toc-backref,h4>.toc-backref,h5>.toc-backref,h6>.toc-backref,p.caption>.toc-backref,table>caption>.toc-backref{color:inherit;text-decoration-line:none}figure:hover>figcaption>p>.headerlink,table:hover>caption>.headerlink{visibility:visible}:target>h1:first-of-type,:target>h2:first-of-type,:target>h3:first-of-type,:target>h4:first-of-type,:target>h5:first-of-type,:target>h6:first-of-type,span:target~h1:first-of-type,span:target~h2:first-of-type,span:target~h3:first-of-type,span:target~h4:first-of-type,span:target~h5:first-of-type,span:target~h6:first-of-type{background-color:var(--color-highlight-on-target)}:target>h1:first-of-type code.literal,:target>h2:first-of-type code.literal,:target>h3:first-of-type code.literal,:target>h4:first-of-type code.literal,:target>h5:first-of-type code.literal,:target>h6:first-of-type code.literal,span:target~h1:first-of-type code.literal,span:target~h2:first-of-type code.literal,span:target~h3:first-of-type code.literal,span:target~h4:first-of-type code.literal,span:target~h5:first-of-type code.literal,span:target~h6:first-of-type code.literal{background-color:transparent}.literal-block-wrapper:target .code-block-caption,.this-will-duplicate-information-and-it-is-still-useful-here li :target,figure:target,table:target>caption{background-color:var(--color-highlight-on-target)}dt:target{background-color:var(--color-highlight-on-target)!important}.footnote-reference:target,.footnote>dt:target+dd{background-color:var(--color-highlight-on-target)}.guilabel{background-color:var(--color-guilabel-background);border:1px solid var(--color-guilabel-border);border-radius:.5em;color:var(--color-guilabel-text);font-size:.9em;padding:0 .3em}footer{display:flex;flex-direction:column;font-size:var(--font-size--small);margin-top:2rem}.bottom-of-page{align-items:center;border-top:1px solid var(--color-background-border);color:var(--color-foreground-secondary);display:flex;justify-content:space-between;line-height:1.5;margin-top:1rem;padding-bottom:1rem;padding-top:1rem}@media(max-width:46em){.bottom-of-page{flex-direction:column-reverse;gap:.25rem;text-align:center}}.bottom-of-page .left-details{font-size:var(--font-size--small)}.bottom-of-page .right-details{display:flex;flex-direction:column;gap:.25rem;text-align:right}.bottom-of-page .icons{display:flex;font-size:1rem;gap:.25rem;justify-content:flex-end}.bottom-of-page .icons a{text-decoration:none}.bottom-of-page .icons img,.bottom-of-page .icons svg{font-size:1.125rem;height:1em;width:1em}.related-pages a{align-items:center;display:flex;text-decoration:none}.related-pages a:hover .page-info .title{color:var(--color-link);text-decoration:underline;text-decoration-color:var(--color-link-underline)}.related-pages a svg.furo-related-icon,.related-pages a svg.furo-related-icon>use{color:var(--color-foreground-border);flex-shrink:0;height:.75rem;margin:0 .5rem;width:.75rem}.related-pages a.next-page{clear:right;float:right;max-width:50%;text-align:right}.related-pages a.prev-page{clear:left;float:left;max-width:50%}.related-pages a.prev-page svg{transform:rotate(180deg)}.page-info{display:flex;flex-direction:column;overflow-wrap:anywhere}.next-page .page-info{align-items:flex-end}.page-info .context{align-items:center;color:var(--color-foreground-muted);display:flex;font-size:var(--font-size--small);padding-bottom:.1rem;text-decoration:none}ul.search{list-style:none;padding-left:0}ul.search li{border-bottom:1px solid var(--color-background-border);padding:1rem 0}[role=main] .highlighted{background-color:var(--color-highlighted-background);color:var(--color-highlighted-text)}.sidebar-brand{display:flex;flex-direction:column;flex-shrink:0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-decoration:none}.sidebar-brand-text{color:var(--color-sidebar-brand-text);font-size:1.5rem;overflow-wrap:break-word}.sidebar-brand-text,.sidebar-logo-container{margin:var(--sidebar-item-spacing-vertical) 0}.sidebar-logo{display:block;margin:0 auto;max-width:100%}.sidebar-search-container{align-items:center;background:var(--color-sidebar-search-background);display:flex;margin-top:var(--sidebar-search-space-above);position:relative}.sidebar-search-container:focus-within,.sidebar-search-container:hover{background:var(--color-sidebar-search-background--focus)}.sidebar-search-container:before{background-color:var(--color-sidebar-search-icon);content:"";height:var(--sidebar-search-icon-size);left:var(--sidebar-item-spacing-horizontal);-webkit-mask-image:var(--icon-search);mask-image:var(--icon-search);position:absolute;width:var(--sidebar-search-icon-size)}.sidebar-search{background:transparent;border:none;border-bottom:1px solid var(--color-sidebar-search-border);border-top:1px solid var(--color-sidebar-search-border);box-sizing:border-box;color:var(--color-sidebar-search-foreground);padding:var(--sidebar-search-input-spacing-vertical) var(--sidebar-search-input-spacing-horizontal) var(--sidebar-search-input-spacing-vertical) calc(var(--sidebar-item-spacing-horizontal) + var(--sidebar-search-input-spacing-horizontal) + var(--sidebar-search-icon-size));width:100%;z-index:10}.sidebar-search:focus{outline:none}.sidebar-search::-moz-placeholder{font-size:var(--sidebar-search-input-font-size)}.sidebar-search::placeholder{font-size:var(--sidebar-search-input-font-size)}#searchbox .highlight-link{margin:0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0;text-align:center}#searchbox .highlight-link a{color:var(--color-sidebar-search-icon);font-size:var(--font-size--small--2)}.sidebar-tree{font-size:var(--sidebar-item-font-size);margin-bottom:var(--sidebar-item-spacing-vertical);margin-top:var(--sidebar-tree-space-above)}.sidebar-tree ul{display:flex;flex-direction:column;list-style:none;margin-bottom:0;margin-top:0;padding:0}.sidebar-tree li{margin:0;position:relative}.sidebar-tree li>ul{margin-left:var(--sidebar-item-spacing-horizontal)}.sidebar-tree .icon,.sidebar-tree .reference{color:var(--color-sidebar-link-text)}.sidebar-tree .reference{box-sizing:border-box;display:inline-block;height:100%;line-height:var(--sidebar-item-line-height);overflow-wrap:anywhere;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-decoration:none;width:100%}.sidebar-tree .reference:hover{background:var(--color-sidebar-item-background--hover)}.sidebar-tree .reference.external:after{color:var(--color-sidebar-link-text);content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23607D8B' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 0h24v24H0z' stroke='none'/%3E%3Cpath d='M11 7H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-5M10 14 20 4M15 4h5v5'/%3E%3C/svg%3E");margin:0 .25rem;vertical-align:middle}.sidebar-tree .current-page>.reference{font-weight:700}.sidebar-tree label{align-items:center;cursor:pointer;display:flex;height:var(--sidebar-item-height);justify-content:center;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--sidebar-expander-width)}.sidebar-tree .caption,.sidebar-tree :not(.caption)>.caption-text{color:var(--color-sidebar-caption-text);font-size:var(--sidebar-caption-font-size);font-weight:700;margin:var(--sidebar-caption-space-above) 0 0 0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-transform:uppercase}.sidebar-tree li.has-children>.reference{padding-right:var(--sidebar-expander-width)}.sidebar-tree .toctree-l1>.reference,.sidebar-tree .toctree-l1>label .icon{color:var(--color-sidebar-link-text--top-level)}.sidebar-tree label{background:var(--color-sidebar-item-expander-background)}.sidebar-tree label:hover{background:var(--color-sidebar-item-expander-background--hover)}.sidebar-tree .current>.reference{background:var(--color-sidebar-item-background--current)}.sidebar-tree .current>.reference:hover{background:var(--color-sidebar-item-background--hover)}.toctree-checkbox{display:none;position:absolute}.toctree-checkbox~ul{display:none}.toctree-checkbox~label .icon svg{transform:rotate(90deg)}.toctree-checkbox:checked~ul{display:block}.toctree-checkbox:checked~label .icon svg{transform:rotate(-90deg)}.toc-title-container{padding:var(--toc-title-padding);padding-top:var(--toc-spacing-vertical)}.toc-title{color:var(--color-toc-title-text);font-size:var(--toc-title-font-size);padding-left:var(--toc-spacing-horizontal);text-transform:uppercase}.no-toc{display:none}.toc-tree-container{padding-bottom:var(--toc-spacing-vertical)}.toc-tree{border-left:1px solid var(--color-background-border);font-size:var(--toc-font-size);line-height:1.3;padding-left:calc(var(--toc-spacing-horizontal) - var(--toc-item-spacing-horizontal))}.toc-tree>ul>li:first-child{padding-top:0}.toc-tree>ul>li:first-child>ul{padding-left:0}.toc-tree>ul>li:first-child>a{display:none}.toc-tree ul{list-style-type:none;margin-bottom:0;margin-top:0;padding-left:var(--toc-item-spacing-horizontal)}.toc-tree li{padding-top:var(--toc-item-spacing-vertical)}.toc-tree li.scroll-current>.reference{color:var(--color-toc-item-text--active);font-weight:700}.toc-tree .reference{color:var(--color-toc-item-text);overflow-wrap:anywhere;text-decoration:none}.toc-scroll{max-height:100vh;overflow-y:scroll}.contents:not(.this-will-duplicate-information-and-it-is-still-useful-here){background:rgba(255,0,0,.25);color:var(--color-problematic)}.contents:not(.this-will-duplicate-information-and-it-is-still-useful-here):before{content:"ERROR: Adding a table of contents in Furo-based documentation is unnecessary, and does not work well with existing styling.Add a 'this-will-duplicate-information-and-it-is-still-useful-here' class, if you want an escape hatch."}.text-align\:left>p{text-align:left}.text-align\:center>p{text-align:center}.text-align\:right>p{text-align:right} +/*# sourceMappingURL=furo.css.map*/ \ No newline at end of file diff --git a/_static/styles/furo.css.map b/_static/styles/furo.css.map new file mode 100644 index 00000000..d1dfb109 --- /dev/null +++ b/_static/styles/furo.css.map @@ -0,0 +1 @@ +{"version":3,"file":"styles/furo.css","mappings":"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0CACE,CAFF,kBACA,CACE,wEACA,CARA,YACA,CAKF,mBAFF,OAII,eACA,CAJF,iCAJE,cAGJ,CANI,oBAEA,CAKF,SAIE,2BADA,UACA,kBAGF,sCACA,CAFF,WACE,WACA,qCACE,gCACA,2EACA,sDAKJ,aACE,mDAII,CAJJ,6CAII,kEACA,iBACE,iDACA,+CACE,aACA,WADA,+BACA,uEANN,YACE,mDAEE,mBADF,0CACE,CADF,qBACE,0DACA,YACE,4DACA,sEANN,YACE,8CACA,kBADA,UACA,2CACE,2EACA,cACE,kEACA,mEANN,yBACE,4DACA,sBACE,+EAEE,iEACA,qEANN,sCACE,CAGE,iBAHF,gBAGE,qBACE,CAJJ,uBACA,gDACE,wDACA,6DAHF,2CACA,CADA,gBACA,eACE,CAGE,sBANN,8BACE,CAII,iBAFF,4DACA,WACE,YADF,uCACE,6EACA,2BANN,8CACE,kDACA,0CACE,8BACA,yFACE,sBACA,sFALJ,mEACA,sBACE,kEACA,6EACE,uCACA,kEALJ,qGAEE,kEACA,6EACE,uCACA,kEALJ,8CACA,uDACE,sEACA,2EACE,sCACA,iEALJ,mGACA,qCACE,oDACA,0DACE,6GACA,gDAGR,yDCrEA,sEACE,CACA,6GACE,gEACF,iGAIF,wFACE,qDAGA,mGAEE,2CAEF,4FACE,gCACF,wGACE,8DAEE,6FAIA,iJAKN,6GACE,gDAKF,yDACA,qCAGA,6BACA,kBACA,qDAKA,oCAEA,+DAGA,2CAGE,oDAIA,oEAEE,qBAGJ,wDAEE,uCAEF,kEAGA,8CAEA,uDAKA,oCAEA,yDAEE,gEAKF,+CC5FA,0EAGE,CACA,qDCLJ,+DAIE,sCAIA,kEACE,yBACA,2FAMA,gBACA,yGCbF,mBAOA,2MAIA,4HAYA,0DACE,8GAYF,8HAQE,mBAEA,6HAOF,YAGA,mIAME,eACA,CAFF,YAEE,4FAMJ,8BAEE,uBAYA,sCAEE,CAJF,oBAEA,CARA,wCAEA,CAHA,8BACA,CAFA,eACA,CAGA,wCAEA,CAEA,mDAIE,kCACE,6BACA,4CAKJ,kDAIA,eACE,aAGF,8BACE,uDACA,sCACA,cAEA,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","sources":["webpack:///./node_modules/normalize.css/normalize.css","webpack:///./src/furo/assets/styles/base/_print.sass","webpack:///./src/furo/assets/styles/base/_screen-readers.sass","webpack:///./src/furo/assets/styles/base/_theme.sass","webpack:///./src/furo/assets/styles/variables/_fonts.scss","webpack:///./src/furo/assets/styles/variables/_spacing.scss","webpack:///./src/furo/assets/styles/variables/_icons.scss","webpack:///./src/furo/assets/styles/variables/_admonitions.scss","webpack:///./src/furo/assets/styles/variables/_colors.scss","webpack:///./src/furo/assets/styles/base/_typography.sass","webpack:///./src/furo/assets/styles/_scaffold.sass","webpack:///./src/furo/assets/styles/content/_admonitions.sass","webpack:///./src/furo/assets/styles/content/_api.sass","webpack:///./src/furo/assets/styles/content/_blocks.sass","webpack:///./src/furo/assets/styles/content/_captions.sass","webpack:///./src/furo/assets/styles/content/_code.sass","webpack:///./src/furo/assets/styles/content/_footnotes.sass","webpack:///./src/furo/assets/styles/content/_images.sass","webpack:///./src/furo/assets/styles/content/_indexes.sass","webpack:///./src/furo/assets/styles/content/_lists.sass","webpack:///./src/furo/assets/styles/content/_math.sass","webpack:///./src/furo/assets/styles/content/_misc.sass","webpack:///./src/furo/assets/styles/content/_rubrics.sass","webpack:///./src/furo/assets/styles/content/_sidebar.sass","webpack:///./src/furo/assets/styles/content/_tables.sass","webpack:///./src/furo/assets/styles/content/_target.sass","webpack:///./src/furo/assets/styles/content/_gui-labels.sass","webpack:///./src/furo/assets/styles/components/_footer.sass","webpack:///./src/furo/assets/styles/components/_sidebar.sass","webpack:///./src/furo/assets/styles/components/_table_of_contents.sass","webpack:///./src/furo/assets/styles/_shame.sass"],"sourcesContent":["/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n\n/* Document\n ========================================================================== */\n\n/**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in iOS.\n */\n\nhtml {\n line-height: 1.15; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/* Sections\n ========================================================================== */\n\n/**\n * Remove the margin in all browsers.\n */\n\nbody {\n margin: 0;\n}\n\n/**\n * Render the `main` element consistently in IE.\n */\n\nmain {\n display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * Remove the gray background on active links in IE 10.\n */\n\na {\n background-color: transparent;\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57-\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10.\n */\n\nimg {\n border-style: none;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers.\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\n\nfieldset {\n padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Remove the default vertical scrollbar in IE 10+.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10.\n * 2. Remove the padding in IE 10.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n\n/*\n * Add the correct display in Edge, IE 10+, and Firefox.\n */\n\ndetails {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n display: list-item;\n}\n\n/* Misc\n ========================================================================== */\n\n/**\n * Add the correct display in IE 10+.\n */\n\ntemplate {\n display: none;\n}\n\n/**\n * Add the correct display in IE 10.\n */\n\n[hidden] {\n display: none;\n}\n","// This file contains styles for managing print media.\n\n////////////////////////////////////////////////////////////////////////////////\n// Hide elements not relevant to print media.\n////////////////////////////////////////////////////////////////////////////////\n@media print\n // Hide icon container.\n .content-icon-container\n display: none !important\n\n // Hide showing header links if hovering over when printing.\n .headerlink\n display: none !important\n\n // Hide mobile header.\n .mobile-header\n display: none !important\n\n // Hide navigation links.\n .related-pages\n display: none !important\n\n////////////////////////////////////////////////////////////////////////////////\n// Tweaks related to decolorization.\n////////////////////////////////////////////////////////////////////////////////\n@media print\n // Apply a border around code which no longer have a color background.\n .highlight\n border: 0.1pt solid var(--color-foreground-border)\n\n////////////////////////////////////////////////////////////////////////////////\n// Avoid page break in some relevant cases.\n////////////////////////////////////////////////////////////////////////////////\n@media print\n ul, ol, dl, a, table, pre, blockquote\n page-break-inside: avoid\n\n h1, h2, h3, h4, h5, h6, img, figure, caption\n page-break-inside: avoid\n page-break-after: avoid\n\n ul, ol, dl\n page-break-before: avoid\n",".visually-hidden\n position: absolute !important\n width: 1px !important\n height: 1px !important\n padding: 0 !important\n margin: -1px !important\n overflow: hidden !important\n clip: rect(0,0,0,0) !important\n white-space: nowrap !important\n border: 0 !important\n\n:-moz-focusring\n outline: auto\n","// This file serves as the \"skeleton\" of the theming logic.\n//\n// This contains the bulk of the logic for handling dark mode, color scheme\n// toggling and the handling of color-scheme-specific hiding of elements.\n\nbody\n @include fonts\n @include spacing\n @include icons\n @include admonitions\n @include default-admonition(#651fff, \"abstract\")\n @include default-topic(#14B8A6, \"pencil\")\n\n @include colors\n\n.only-light\n display: block !important\nhtml body .only-dark\n display: none !important\n\n// Ignore dark-mode hints if print media.\n@media not print\n // Enable dark-mode, if requested.\n body[data-theme=\"dark\"]\n @include colors-dark\n\n html & .only-light\n display: none !important\n .only-dark\n display: block !important\n\n // Enable dark mode, unless explicitly told to avoid.\n @media (prefers-color-scheme: dark)\n body:not([data-theme=\"light\"])\n @include colors-dark\n\n html & .only-light\n display: none !important\n .only-dark\n display: block !important\n\n//\n// Theme toggle presentation\n//\nbody[data-theme=\"auto\"]\n .theme-toggle svg.theme-icon-when-auto\n display: block\n\nbody[data-theme=\"dark\"]\n .theme-toggle svg.theme-icon-when-dark\n display: block\n\nbody[data-theme=\"light\"]\n .theme-toggle svg.theme-icon-when-light\n display: block\n","// Fonts used by this theme.\n//\n// There are basically two things here -- using the system font stack and\n// defining sizes for various elements in %ages. We could have also used `em`\n// but %age is easier to reason about for me.\n\n@mixin fonts {\n // These are adapted from https://systemfontstack.com/\n --font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,\n sans-serif, Apple Color Emoji, Segoe UI Emoji;\n --font-stack--monospace: \"SFMono-Regular\", Menlo, Consolas, Monaco,\n Liberation Mono, Lucida Console, monospace;\n\n --font-size--normal: 100%;\n --font-size--small: 87.5%;\n --font-size--small--2: 81.25%;\n --font-size--small--3: 75%;\n --font-size--small--4: 62.5%;\n\n // Sidebar\n --sidebar-caption-font-size: var(--font-size--small--2);\n --sidebar-item-font-size: var(--font-size--small);\n --sidebar-search-input-font-size: var(--font-size--small);\n\n // Table of Contents\n --toc-font-size: var(--font-size--small--3);\n --toc-font-size--mobile: var(--font-size--normal);\n --toc-title-font-size: var(--font-size--small--4);\n\n // Admonitions\n //\n // These aren't defined in terms of %ages, since nesting these is permitted.\n --admonition-font-size: 0.8125rem;\n --admonition-title-font-size: 0.8125rem;\n\n // Code\n --code-font-size: var(--font-size--small--2);\n\n // API\n --api-font-size: var(--font-size--small);\n}\n","// Spacing for various elements on the page\n//\n// If the user wants to tweak things in a certain way, they are permitted to.\n// They also have to deal with the consequences though!\n\n@mixin spacing {\n // Header!\n --header-height: calc(\n var(--sidebar-item-line-height) + 4 * #{var(--sidebar-item-spacing-vertical)}\n );\n --header-padding: 0.5rem;\n\n // Sidebar\n --sidebar-tree-space-above: 1.5rem;\n --sidebar-caption-space-above: 1rem;\n\n --sidebar-item-line-height: 1rem;\n --sidebar-item-spacing-vertical: 0.5rem;\n --sidebar-item-spacing-horizontal: 1rem;\n --sidebar-item-height: calc(\n var(--sidebar-item-line-height) + 2 *#{var(--sidebar-item-spacing-vertical)}\n );\n\n --sidebar-expander-width: var(--sidebar-item-height); // be square\n\n --sidebar-search-space-above: 0.5rem;\n --sidebar-search-input-spacing-vertical: 0.5rem;\n --sidebar-search-input-spacing-horizontal: 0.5rem;\n --sidebar-search-input-height: 1rem;\n --sidebar-search-icon-size: var(--sidebar-search-input-height);\n\n // Table of Contents\n --toc-title-padding: 0.25rem 0;\n --toc-spacing-vertical: 1.5rem;\n --toc-spacing-horizontal: 1.5rem;\n --toc-item-spacing-vertical: 0.4rem;\n --toc-item-spacing-horizontal: 1rem;\n}\n","// Expose theme icons as CSS variables.\n\n$icons: (\n // Adapted from tabler-icons\n // url: https://tablericons.com/\n \"search\":\n url('data:image/svg+xml;charset=utf-8,'),\n // Factored out from mkdocs-material on 24-Aug-2020.\n // url: https://squidfunk.github.io/mkdocs-material/reference/admonitions/\n \"pencil\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"abstract\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"info\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"flame\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"question\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"warning\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"failure\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"spark\":\n url('data:image/svg+xml;charset=utf-8,')\n);\n\n@mixin icons {\n @each $name, $glyph in $icons {\n --icon-#{$name}: #{$glyph};\n }\n}\n","// Admonitions\n\n// Structure of these is:\n// admonition-class: color \"icon-name\";\n//\n// The colors are translated into CSS variables below. The icons are\n// used directly in the main declarations to set the `mask-image` in\n// the title.\n\n// prettier-ignore\n$admonitions: (\n // Each of these has an reST directives for it.\n \"caution\": #ff9100 \"spark\",\n \"warning\": #ff9100 \"warning\",\n \"danger\": #ff5252 \"spark\",\n \"attention\": #ff5252 \"warning\",\n \"error\": #ff5252 \"failure\",\n \"hint\": #00c852 \"question\",\n \"tip\": #00c852 \"info\",\n \"important\": #00bfa5 \"flame\",\n \"note\": #00b0ff \"pencil\",\n \"seealso\": #448aff \"info\",\n \"admonition-todo\": #808080 \"pencil\"\n);\n\n@mixin default-admonition($color, $icon-name) {\n --color-admonition-title: #{$color};\n --color-admonition-title-background: #{rgba($color, 0.2)};\n\n --icon-admonition-default: var(--icon-#{$icon-name});\n}\n\n@mixin default-topic($color, $icon-name) {\n --color-topic-title: #{$color};\n --color-topic-title-background: #{rgba($color, 0.2)};\n\n --icon-topic-default: var(--icon-#{$icon-name});\n}\n\n@mixin admonitions {\n @each $name, $values in $admonitions {\n --color-admonition-title--#{$name}: #{nth($values, 1)};\n --color-admonition-title-background--#{$name}: #{rgba(\n nth($values, 1),\n 0.2\n )};\n }\n}\n","// Colors used throughout this theme.\n//\n// The aim is to give the user more control. Thus, instead of hard-coding colors\n// in various parts of the stylesheet, the approach taken is to define all\n// colors as CSS variables and reusing them in all the places.\n//\n// `colors-dark` depends on `colors` being included at a lower specificity.\n\n@mixin colors {\n --color-problematic: #b30000;\n\n // Base Colors\n --color-foreground-primary: black; // for main text and headings\n --color-foreground-secondary: #5a5c63; // for secondary text\n --color-foreground-muted: #646776; // for muted text\n --color-foreground-border: #878787; // for content borders\n\n --color-background-primary: white; // for content\n --color-background-secondary: #f8f9fb; // for navigation + ToC\n --color-background-hover: #efeff4ff; // for navigation-item hover\n --color-background-hover--transparent: #efeff400;\n --color-background-border: #eeebee; // for UI borders\n --color-background-item: #ccc; // for \"background\" items (eg: copybutton)\n\n // Announcements\n --color-announcement-background: #000000dd;\n --color-announcement-text: #eeebee;\n\n // Brand colors\n --color-brand-primary: #2962ff;\n --color-brand-content: #2a5adf;\n\n // API documentation\n --color-api-background: var(--color-background-hover--transparent);\n --color-api-background-hover: var(--color-background-hover);\n --color-api-overall: var(--color-foreground-secondary);\n --color-api-name: var(--color-problematic);\n --color-api-pre-name: var(--color-problematic);\n --color-api-paren: var(--color-foreground-secondary);\n --color-api-keyword: var(--color-foreground-primary);\n --color-highlight-on-target: #ffffcc;\n\n // Inline code background\n --color-inline-code-background: var(--color-background-secondary);\n\n // Highlighted text (search)\n --color-highlighted-background: #ddeeff;\n --color-highlighted-text: var(--color-foreground-primary);\n\n // GUI Labels\n --color-guilabel-background: #ddeeff80;\n --color-guilabel-border: #bedaf580;\n --color-guilabel-text: var(--color-foreground-primary);\n\n // Admonitions!\n --color-admonition-background: transparent;\n\n //////////////////////////////////////////////////////////////////////////////\n // Everything below this should be one of:\n // - var(...)\n // - *-gradient(...)\n // - special literal values (eg: transparent, none)\n //////////////////////////////////////////////////////////////////////////////\n\n // Tables\n --color-table-header-background: var(--color-background-secondary);\n --color-table-border: var(--color-background-border);\n\n // Cards\n --color-card-border: var(--color-background-secondary);\n --color-card-background: transparent;\n --color-card-marginals-background: var(--color-background-secondary);\n\n // Header\n --color-header-background: var(--color-background-primary);\n --color-header-border: var(--color-background-border);\n --color-header-text: var(--color-foreground-primary);\n\n // Sidebar (left)\n --color-sidebar-background: var(--color-background-secondary);\n --color-sidebar-background-border: var(--color-background-border);\n\n --color-sidebar-brand-text: var(--color-foreground-primary);\n --color-sidebar-caption-text: var(--color-foreground-muted);\n --color-sidebar-link-text: var(--color-foreground-secondary);\n --color-sidebar-link-text--top-level: var(--color-brand-primary);\n\n --color-sidebar-item-background: var(--color-sidebar-background);\n --color-sidebar-item-background--current: var(\n --color-sidebar-item-background\n );\n --color-sidebar-item-background--hover: linear-gradient(\n 90deg,\n var(--color-background-hover--transparent) 0%,\n var(--color-background-hover) var(--sidebar-item-spacing-horizontal),\n var(--color-background-hover) 100%\n );\n\n --color-sidebar-item-expander-background: transparent;\n --color-sidebar-item-expander-background--hover: var(\n --color-background-hover\n );\n\n --color-sidebar-search-text: var(--color-foreground-primary);\n --color-sidebar-search-background: var(--color-background-secondary);\n --color-sidebar-search-background--focus: var(--color-background-primary);\n --color-sidebar-search-border: var(--color-background-border);\n --color-sidebar-search-icon: var(--color-foreground-muted);\n\n // Table of Contents (right)\n --color-toc-background: var(--color-background-primary);\n --color-toc-title-text: var(--color-foreground-muted);\n --color-toc-item-text: var(--color-foreground-secondary);\n --color-toc-item-text--hover: var(--color-foreground-primary);\n --color-toc-item-text--active: var(--color-brand-primary);\n\n // Actual page contents\n --color-content-foreground: var(--color-foreground-primary);\n --color-content-background: transparent;\n\n // Links\n --color-link: var(--color-brand-content);\n --color-link--hover: var(--color-brand-content);\n --color-link-underline: var(--color-background-border);\n --color-link-underline--hover: var(--color-foreground-border);\n}\n\n@mixin colors-dark {\n --color-problematic: #ee5151;\n\n // Base Colors\n --color-foreground-primary: #ffffffcc; // for main text and headings\n --color-foreground-secondary: #9ca0a5; // for secondary text\n --color-foreground-muted: #81868d; // for muted text\n --color-foreground-border: #666666; // for content borders\n\n --color-background-primary: #131416; // for content\n --color-background-secondary: #1a1c1e; // for navigation + ToC\n --color-background-hover: #1e2124ff; // for navigation-item hover\n --color-background-hover--transparent: #1e212400;\n --color-background-border: #303335; // for UI borders\n --color-background-item: #444; // for \"background\" items (eg: copybutton)\n\n // Announcements\n --color-announcement-background: #000000dd;\n --color-announcement-text: #eeebee;\n\n // Brand colors\n --color-brand-primary: #2b8cee;\n --color-brand-content: #368ce2;\n\n // Highlighted text (search)\n --color-highlighted-background: #083563;\n\n // GUI Labels\n --color-guilabel-background: #08356380;\n --color-guilabel-border: #13395f80;\n\n // API documentation\n --color-api-keyword: var(--color-foreground-secondary);\n --color-highlight-on-target: #333300;\n\n // Admonitions\n --color-admonition-background: #18181a;\n\n // Cards\n --color-card-border: var(--color-background-secondary);\n --color-card-background: #18181a;\n --color-card-marginals-background: var(--color-background-hover);\n}\n","// This file contains the styling for making the content throughout the page,\n// including fonts, paragraphs, headings and spacing among these elements.\n\nbody\n font-family: var(--font-stack)\npre,\ncode,\nkbd,\nsamp\n font-family: var(--font-stack--monospace)\n\n// Make fonts look slightly nicer.\nbody\n -webkit-font-smoothing: antialiased\n -moz-osx-font-smoothing: grayscale\n\n// Line height from Bootstrap 4.1\narticle\n line-height: 1.5\n\n//\n// Headings\n//\nh1,\nh2,\nh3,\nh4,\nh5,\nh6\n line-height: 1.25\n font-weight: bold\n\n border-radius: 0.5rem\n margin-top: 0.5rem\n margin-bottom: 0.5rem\n margin-left: -0.5rem\n margin-right: -0.5rem\n padding-left: 0.5rem\n padding-right: 0.5rem\n\n + p\n margin-top: 0\n\nh1\n font-size: 2.5em\n margin-top: 1.75rem\n margin-bottom: 1rem\nh2\n font-size: 2em\n margin-top: 1.75rem\nh3\n font-size: 1.5em\nh4\n font-size: 1.25em\nh5\n font-size: 1.125em\nh6\n font-size: 1em\n\nsmall\n opacity: 75%\n font-size: 80%\n\n// Paragraph\np\n margin-top: 0.5rem\n margin-bottom: 0.75rem\n\n// Horizontal rules\nhr.docutils\n height: 1px\n padding: 0\n margin: 2rem 0\n background-color: var(--color-background-border)\n border: 0\n\n.centered\n text-align: center\n\n// Links\na\n text-decoration: underline\n\n color: var(--color-link)\n text-decoration-color: var(--color-link-underline)\n\n &:hover\n color: var(--color-link--hover)\n text-decoration-color: var(--color-link-underline--hover)\n &.muted-link\n color: inherit\n &:hover\n color: var(--color-link)\n text-decoration-color: var(--color-link-underline--hover)\n","// This file contains the styles for the overall layouting of the documentation\n// skeleton, including the responsive changes as well as sidebar toggles.\n//\n// This is implemented as a mobile-last design, which isn't ideal, but it is\n// reasonably good-enough and I got pretty tired by the time I'd finished this\n// to move the rules around to fix this. Shouldn't take more than 3-4 hours,\n// if you know what you're doing tho.\n\n// HACK: Not all browsers account for the scrollbar width in media queries.\n// This results in horizontal scrollbars in the breakpoint where we go\n// from displaying everything to hiding the ToC. We accomodate for this by\n// adding a bit of padding to the TOC drawer, disabling the horizontal\n// scrollbar and allowing the scrollbars to cover the padding.\n// https://www.456bereastreet.com/archive/201301/media_query_width_and_vertical_scrollbars/\n\n// HACK: Always having the scrollbar visible, prevents certain browsers from\n// causing the content to stutter horizontally between taller-than-viewport and\n// not-taller-than-viewport pages.\n\nhtml\n overflow-x: hidden\n overflow-y: scroll\n scroll-behavior: smooth\n\n.sidebar-scroll, .toc-scroll, article[role=main] *\n // Override Firefox scrollbar style\n scrollbar-width: thin\n scrollbar-color: var(--color-foreground-border) transparent\n\n // Override Chrome scrollbar styles\n &::-webkit-scrollbar\n width: 0.25rem\n height: 0.25rem\n &::-webkit-scrollbar-thumb\n background-color: var(--color-foreground-border)\n border-radius: 0.125rem\n\n//\n// Overalls\n//\nhtml,\nbody\n height: 100%\n color: var(--color-foreground-primary)\n background: var(--color-background-primary)\n\narticle\n color: var(--color-content-foreground)\n background: var(--color-content-background)\n overflow-wrap: break-word\n\n.page\n display: flex\n // fill the viewport for pages with little content.\n min-height: 100%\n\n.mobile-header\n width: 100%\n height: var(--header-height)\n background-color: var(--color-header-background)\n color: var(--color-header-text)\n border-bottom: 1px solid var(--color-header-border)\n\n // Looks like sub-script/super-script have this, and we need this to\n // be \"on top\" of those.\n z-index: 10\n\n // We don't show the header on large screens.\n display: none\n\n // Add shadow when scrolled\n &.scrolled\n border-bottom: none\n box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2)\n\n .header-center\n a\n color: var(--color-header-text)\n text-decoration: none\n\n.main\n display: flex\n flex: 1\n\n// Sidebar (left) also covers the entire left portion of screen.\n.sidebar-drawer\n box-sizing: border-box\n\n border-right: 1px solid var(--color-sidebar-background-border)\n background: var(--color-sidebar-background)\n\n display: flex\n justify-content: flex-end\n // These next two lines took me two days to figure out.\n width: calc((100% - #{$full-width}) / 2 + #{$sidebar-width})\n min-width: $sidebar-width\n\n// Scroll-along sidebars\n.sidebar-container,\n.toc-drawer\n box-sizing: border-box\n width: $sidebar-width\n\n.toc-drawer\n background: var(--color-toc-background)\n // See HACK described on top of this document\n padding-right: 1rem\n\n.sidebar-sticky,\n.toc-sticky\n position: sticky\n top: 0\n height: min(100%, 100vh)\n height: 100vh\n\n display: flex\n flex-direction: column\n\n.sidebar-scroll,\n.toc-scroll\n flex-grow: 1\n flex-shrink: 1\n\n overflow: auto\n scroll-behavior: smooth\n\n// Central items.\n.content\n padding: 0 $content-padding\n width: $content-width\n\n display: flex\n flex-direction: column\n justify-content: space-between\n\n.icon\n display: inline-block\n height: 1rem\n width: 1rem\n svg\n width: 100%\n height: 100%\n\n//\n// Accommodate announcement banner\n//\n.announcement\n background-color: var(--color-announcement-background)\n color: var(--color-announcement-text)\n\n height: var(--header-height)\n display: flex\n align-items: center\n overflow-x: auto\n & + .page\n min-height: calc(100% - var(--header-height))\n\n.announcement-content\n box-sizing: border-box\n padding: 0.5rem\n min-width: 100%\n white-space: nowrap\n text-align: center\n\n a\n color: var(--color-announcement-text)\n text-decoration-color: var(--color-announcement-text)\n\n &:hover\n color: var(--color-announcement-text)\n text-decoration-color: var(--color-link--hover)\n\n////////////////////////////////////////////////////////////////////////////////\n// Toggles for theme\n////////////////////////////////////////////////////////////////////////////////\n.no-js .theme-toggle-container // don't show theme toggle if there's no JS\n display: none\n\n.theme-toggle-container\n vertical-align: middle\n\n.theme-toggle\n cursor: pointer\n border: none\n padding: 0\n background: transparent\n\n.theme-toggle svg\n vertical-align: middle\n height: 1rem\n width: 1rem\n color: var(--color-foreground-primary)\n display: none\n\n.theme-toggle-header\n float: left\n padding: 1rem 0.5rem\n\n////////////////////////////////////////////////////////////////////////////////\n// Toggles for elements\n////////////////////////////////////////////////////////////////////////////////\n.toc-overlay-icon, .nav-overlay-icon\n display: none\n cursor: pointer\n\n .icon\n color: var(--color-foreground-secondary)\n height: 1rem\n width: 1rem\n\n.toc-header-icon, .nav-overlay-icon\n // for when we set display: flex\n justify-content: center\n align-items: center\n\n.toc-content-icon\n height: 1.5rem\n width: 1.5rem\n\n.content-icon-container\n float: right\n display: flex\n margin-top: 1.5rem\n margin-left: 1rem\n margin-bottom: 1rem\n gap: 0.5rem\n\n .edit-this-page svg\n color: inherit\n height: 1rem\n width: 1rem\n\n.sidebar-toggle\n position: absolute\n display: none\n// \n.sidebar-toggle[name=\"__toc\"]\n left: 20px\n.sidebar-toggle:checked\n left: 40px\n// \n\n.overlay\n position: fixed\n top: 0\n width: 0\n height: 0\n\n transition: width 0ms, height 0ms, opacity 250ms ease-out\n\n opacity: 0\n background-color: rgba(0, 0, 0, 0.54)\n.sidebar-overlay\n z-index: 20\n.toc-overlay\n z-index: 40\n\n// Keep things on top and smooth.\n.sidebar-drawer\n z-index: 30\n transition: left 250ms ease-in-out\n.toc-drawer\n z-index: 50\n transition: right 250ms ease-in-out\n\n// Show the Sidebar\n#__navigation:checked\n & ~ .sidebar-overlay\n width: 100%\n height: 100%\n opacity: 1\n & ~ .page\n .sidebar-drawer\n top: 0\n left: 0\n // Show the toc sidebar\n#__toc:checked\n & ~ .toc-overlay\n width: 100%\n height: 100%\n opacity: 1\n & ~ .page\n .toc-drawer\n top: 0\n right: 0\n\n////////////////////////////////////////////////////////////////////////////////\n// Back to top\n////////////////////////////////////////////////////////////////////////////////\n.back-to-top\n text-decoration: none\n\n display: none\n position: fixed\n left: 0\n top: 1rem\n padding: 0.5rem\n padding-right: 0.75rem\n border-radius: 1rem\n font-size: 0.8125rem\n\n background: var(--color-background-primary)\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), #6b728080 0px 0px 1px 0px\n\n z-index: 10\n\n margin-left: 50%\n transform: translateX(-50%)\n svg\n height: 1rem\n width: 1rem\n fill: currentColor\n display: inline-block\n\n span\n margin-left: 0.25rem\n\n .show-back-to-top &\n display: flex\n align-items: center\n\n////////////////////////////////////////////////////////////////////////////////\n// Responsive layouting\n////////////////////////////////////////////////////////////////////////////////\n// Make things a bit bigger on bigger screens.\n@media (min-width: $full-width + $sidebar-width)\n html\n font-size: 110%\n\n@media (max-width: $full-width)\n // Collapse \"toc\" into the icon.\n .toc-content-icon\n display: flex\n .toc-drawer\n position: fixed\n height: 100vh\n top: 0\n right: -$sidebar-width\n border-left: 1px solid var(--color-background-muted)\n .toc-tree\n border-left: none\n font-size: var(--toc-font-size--mobile)\n\n // Accomodate for a changed content width.\n .sidebar-drawer\n width: calc((100% - #{$full-width - $sidebar-width}) / 2 + #{$sidebar-width})\n\n@media (max-width: $full-width - $sidebar-width)\n // Collapse \"navigation\".\n .nav-overlay-icon\n display: flex\n .sidebar-drawer\n position: fixed\n height: 100vh\n width: $sidebar-width\n\n top: 0\n left: -$sidebar-width\n\n // Swap which icon is visible.\n .toc-header-icon\n display: flex\n .toc-content-icon, .theme-toggle-content\n display: none\n .theme-toggle-header\n display: block\n\n // Show the header.\n .mobile-header\n position: sticky\n top: 0\n display: flex\n justify-content: space-between\n align-items: center\n\n .header-left,\n .header-right\n display: flex\n height: var(--header-height)\n padding: 0 var(--header-padding)\n label\n height: 100%\n width: 100%\n user-select: none\n\n .nav-overlay-icon .icon,\n .theme-toggle svg\n height: 1.25rem\n width: 1.25rem\n\n // Add a scroll margin for the content\n :target\n scroll-margin-top: var(--header-height)\n\n // Show back-to-top below the header\n .back-to-top\n top: calc(var(--header-height) + 0.5rem)\n\n // Center the page, and accommodate for the header.\n .page\n flex-direction: column\n justify-content: center\n .content\n margin-left: auto\n margin-right: auto\n\n@media (max-width: $content-width + 2* $content-padding)\n // Content should respect window limits.\n .content\n width: 100%\n overflow-x: auto\n\n@media (max-width: $content-width)\n .content\n padding: 0 $content-padding--small\n // Don't float sidebars to the right.\n article aside.sidebar\n float: none\n width: 100%\n margin: 1rem 0\n","//\n// The design here is strongly inspired by mkdocs-material.\n.admonition, .topic\n margin: 1rem auto\n padding: 0 0.5rem 0.5rem 0.5rem\n\n background: var(--color-admonition-background)\n\n border-radius: 0.2rem\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.0625rem rgba(0, 0, 0, 0.1)\n\n font-size: var(--admonition-font-size)\n\n overflow: hidden\n page-break-inside: avoid\n\n // First element should have no margin, since the title has it.\n > :nth-child(2)\n margin-top: 0\n\n // Last item should have no margin, since we'll control that w/ padding\n > :last-child\n margin-bottom: 0\n\n.admonition p.admonition-title,\np.topic-title\n position: relative\n margin: 0 -0.5rem 0.5rem\n padding-left: 2rem\n padding-right: .5rem\n padding-top: .4rem\n padding-bottom: .4rem\n\n font-weight: 500\n font-size: var(--admonition-title-font-size)\n line-height: 1.3\n\n // Our fancy icon\n &::before\n content: \"\"\n position: absolute\n left: 0.5rem\n width: 1rem\n height: 1rem\n\n// Default styles\np.admonition-title\n background-color: var(--color-admonition-title-background)\n &::before\n background-color: var(--color-admonition-title)\n mask-image: var(--icon-admonition-default)\n mask-repeat: no-repeat\n\np.topic-title\n background-color: var(--color-topic-title-background)\n &::before\n background-color: var(--color-topic-title)\n mask-image: var(--icon-topic-default)\n mask-repeat: no-repeat\n\n//\n// Variants\n//\n.admonition\n border-left: 0.2rem solid var(--color-admonition-title)\n\n @each $type, $value in $admonitions\n &.#{$type}\n border-left-color: var(--color-admonition-title--#{$type})\n > .admonition-title\n background-color: var(--color-admonition-title-background--#{$type})\n &::before\n background-color: var(--color-admonition-title--#{$type})\n mask-image: var(--icon-#{nth($value, 2)})\n\n.admonition-todo > .admonition-title\n text-transform: uppercase\n","// This file stylizes the API documentation (stuff generated by autodoc). It's\n// deeply nested due to how autodoc structures the HTML without enough classes\n// to select the relevant items.\n\n// API docs!\ndl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)\n // Tweak the spacing of all the things!\n dd\n margin-left: 2rem\n > :first-child\n margin-top: 0.125rem\n > :last-child\n margin-bottom: 0.75rem\n\n // This is used for the arguments\n .field-list\n margin-bottom: 0.75rem\n\n // \"Headings\" (like \"Parameters\" and \"Return\")\n > dt\n text-transform: uppercase\n font-size: var(--font-size--small)\n\n dd:empty\n margin-bottom: 0.5rem\n dd > ul\n margin-left: -1.2rem\n > li\n > p:nth-child(2)\n margin-top: 0\n // When the last-empty-paragraph follows a paragraph, it doesn't need\n // to augument the existing spacing.\n > p + p:last-child:empty\n margin-top: 0\n margin-bottom: 0\n\n // Colorize the elements\n > dt\n color: var(--color-api-overall)\n\n.sig:not(.sig-inline)\n font-weight: bold\n\n font-size: var(--api-font-size)\n font-family: var(--font-stack--monospace)\n\n margin-left: -0.25rem\n margin-right: -0.25rem\n padding-top: 0.25rem\n padding-bottom: 0.25rem\n padding-right: 0.5rem\n\n // These are intentionally em, to properly match the font size.\n padding-left: 3em\n text-indent: -2.5em\n\n border-radius: 0.25rem\n\n background: var(--color-api-background)\n transition: background 100ms ease-out\n\n &:hover\n background: var(--color-api-background-hover)\n\n // adjust the size of the [source] link on the right.\n a.reference\n .viewcode-link\n font-weight: normal\n width: 3.5rem\n\nem.property\n font-style: normal\n &:first-child\n color: var(--color-api-keyword)\n.sig-name\n color: var(--color-api-name)\n.sig-prename\n font-weight: normal\n color: var(--color-api-pre-name)\n.sig-paren\n color: var(--color-api-paren)\n.sig-param\n font-style: normal\n\n.versionmodified\n font-style: italic\ndiv.versionadded, div.versionchanged, div.deprecated\n p\n margin-top: 0.125rem\n margin-bottom: 0.125rem\n\n// Align the [docs] and [source] to the right.\n.viewcode-link, .viewcode-back\n float: right\n text-align: right\n",".line-block\n margin-top: 0.5rem\n margin-bottom: 0.75rem\n .line-block\n margin-top: 0rem\n margin-bottom: 0rem\n padding-left: 1rem\n","// Captions\narticle p.caption,\ntable > caption,\n.code-block-caption\n font-size: var(--font-size--small)\n text-align: center\n\n// Caption above a TOCTree\n.toctree-wrapper.compound\n .caption, :not(.caption) > .caption-text\n font-size: var(--font-size--small)\n text-transform: uppercase\n\n text-align: initial\n margin-bottom: 0\n\n > ul\n margin-top: 0\n margin-bottom: 0\n","// Inline code\ncode.literal, .sig-inline\n background: var(--color-inline-code-background)\n border-radius: 0.2em\n // Make the font smaller, and use padding to recover.\n font-size: var(--font-size--small--2)\n padding: 0.1em 0.2em\n\n pre.literal-block &\n font-size: inherit\n padding: 0\n\n p &\n border: 1px solid var(--color-background-border)\n\n.sig-inline\n font-family: var(--font-stack--monospace)\n\n// Code and Literal Blocks\n$code-spacing-vertical: 0.625rem\n$code-spacing-horizontal: 0.875rem\n\n// Wraps every literal block + line numbers.\ndiv[class*=\" highlight-\"],\ndiv[class^=\"highlight-\"]\n margin: 1em 0\n display: flex\n\n .table-wrapper\n margin: 0\n padding: 0\n\npre\n margin: 0\n padding: 0\n overflow: auto\n\n // Needed to have more specificity than pygments' \"pre\" selector. :(\n article[role=\"main\"] .highlight &\n line-height: 1.5\n\n &.literal-block,\n .highlight &\n font-size: var(--code-font-size)\n padding: $code-spacing-vertical $code-spacing-horizontal\n\n // Make it look like all the other blocks.\n &.literal-block\n margin-top: 1rem\n margin-bottom: 1rem\n\n border-radius: 0.2rem\n background-color: var(--color-code-background)\n color: var(--color-code-foreground)\n\n// All code is always contained in this.\n.highlight\n width: 100%\n border-radius: 0.2rem\n\n // Make line numbers and prompts un-selectable.\n .gp, span.linenos\n user-select: none\n pointer-events: none\n\n // Expand the line-highlighting.\n .hll\n display: block\n margin-left: -$code-spacing-horizontal\n margin-right: -$code-spacing-horizontal\n padding-left: $code-spacing-horizontal\n padding-right: $code-spacing-horizontal\n\n/* Make code block captions be nicely integrated */\n.code-block-caption\n display: flex\n padding: $code-spacing-vertical $code-spacing-horizontal\n\n border-radius: 0.25rem\n border-bottom-left-radius: 0\n border-bottom-right-radius: 0\n font-weight: 300\n border-bottom: 1px solid\n\n background-color: var(--color-code-background)\n color: var(--color-code-foreground)\n border-color: var(--color-background-border)\n\n + div[class]\n margin-top: 0\n pre\n border-top-left-radius: 0\n border-top-right-radius: 0\n\n// When `html_codeblock_linenos_style` is table.\n.highlighttable\n width: 100%\n display: block\n tbody\n display: block\n\n tr\n display: flex\n\n // Line numbers\n td.linenos\n background-color: var(--color-code-background)\n color: var(--color-code-foreground)\n padding: $code-spacing-vertical $code-spacing-horizontal\n padding-right: 0\n border-top-left-radius: 0.2rem\n border-bottom-left-radius: 0.2rem\n\n .linenodiv\n padding-right: $code-spacing-horizontal\n font-size: var(--code-font-size)\n box-shadow: -0.0625rem 0 var(--color-foreground-border) inset\n\n // Actual code\n td.code\n padding: 0\n display: block\n flex: 1\n overflow: hidden\n\n .highlight\n border-top-left-radius: 0\n border-bottom-left-radius: 0\n\n// When `html_codeblock_linenos_style` is inline.\n.highlight\n span.linenos\n display: inline-block\n padding-left: 0\n padding-right: $code-spacing-horizontal\n margin-right: $code-spacing-horizontal\n box-shadow: -0.0625rem 0 var(--color-foreground-border) inset\n","// Inline Footnote Reference\n.footnote-reference\n font-size: var(--font-size--small--4)\n vertical-align: super\n\n// Definition list, listing the content of each note.\n// docutils <= 0.17\ndl.footnote.brackets\n font-size: var(--font-size--small)\n color: var(--color-foreground-secondary)\n\n display: grid\n grid-template-columns: max-content auto\n dt\n margin: 0\n > .fn-backref\n margin-left: 0.25rem\n\n &:after\n content: \":\"\n\n .brackets\n &:before\n content: \"[\"\n &:after\n content: \"]\"\n\n dd\n margin: 0\n padding: 0 1rem\n\n// docutils >= 0.18\naside.footnote\n font-size: var(--font-size--small)\n color: var(--color-foreground-secondary)\n\naside.footnote > span,\ndiv.citation > span\n float: left\n font-weight: 500\n padding-right: 0.25rem\n\naside.footnote > p,\ndiv.citation > p\n margin-left: 2rem\n","//\n// Figures\n//\nimg\n box-sizing: border-box\n max-width: 100%\n height: auto\n\narticle\n figure, .figure\n border-radius: 0.2rem\n\n margin: 0\n :last-child\n margin-bottom: 0\n\n .align-left\n float: left\n clear: left\n margin: 0 1rem 1rem\n\n .align-right\n float: right\n clear: right\n margin: 0 1rem 1rem\n\n .align-default,\n .align-center\n display: block\n text-align: center\n margin-left: auto\n margin-right: auto\n\n // WELL, table needs to be stylised like a table.\n table.align-default\n display: table\n text-align: initial\n",".genindex-jumpbox, .domainindex-jumpbox\n border-top: 1px solid var(--color-background-border)\n border-bottom: 1px solid var(--color-background-border)\n padding: 0.25rem\n\n.genindex-section, .domainindex-section\n h2\n margin-top: 0.75rem\n margin-bottom: 0.5rem\n ul\n margin-top: 0\n margin-bottom: 0\n","ul,\nol\n padding-left: 1.2rem\n\n // Space lists out like paragraphs\n margin-top: 1rem\n margin-bottom: 1rem\n // reduce margins within li.\n li\n > p:first-child\n margin-top: 0.25rem\n margin-bottom: 0.25rem\n\n > p:last-child\n margin-top: 0.25rem\n\n > ul,\n > ol\n margin-top: 0.5rem\n margin-bottom: 0.5rem\n\nol\n &.arabic\n list-style: decimal\n &.loweralpha\n list-style: lower-alpha\n &.upperalpha\n list-style: upper-alpha\n &.lowerroman\n list-style: lower-roman\n &.upperroman\n list-style: upper-roman\n\n// Don't space lists out when they're \"simple\" or in a `.. toctree::`\n.simple,\n.toctree-wrapper\n li\n > ul,\n > ol\n margin-top: 0\n margin-bottom: 0\n\n// Definition Lists\n.field-list,\n.option-list,\ndl:not([class]),\ndl.simple,\ndl.footnote,\ndl.glossary\n dt\n font-weight: 500\n margin-top: 0.25rem\n + dt\n margin-top: 0\n\n .classifier::before\n content: \":\"\n margin-left: 0.2rem\n margin-right: 0.2rem\n\n dd\n > p:first-child,\n ul\n margin-top: 0.125rem\n\n ul\n margin-bottom: 0.125rem\n",".math-wrapper\n width: 100%\n overflow-x: auto\n\ndiv.math\n position: relative\n text-align: center\n\n .headerlink,\n &:focus .headerlink\n display: none\n\n &:hover .headerlink\n display: inline-block\n\n span.eqno\n position: absolute\n right: 0.5rem\n top: 50%\n transform: translate(0, -50%)\n z-index: 1\n","// Abbreviations\nabbr[title]\n cursor: help\n\n// \"Problematic\" content, as identified by Sphinx\n.problematic\n color: var(--color-problematic)\n\n// Keyboard / Mouse \"instructions\"\nkbd:not(.compound)\n margin: 0 0.2rem\n padding: 0 0.2rem\n border-radius: 0.2rem\n border: 1px solid var(--color-foreground-border)\n color: var(--color-foreground-primary)\n vertical-align: text-bottom\n\n font-size: var(--font-size--small--3)\n display: inline-block\n\n box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2), inset 0 0 0 0.125rem var(--color-background-primary)\n\n background-color: var(--color-background-secondary)\n\n// Blockquote\nblockquote\n border-left: 4px solid var(--color-background-border)\n background: var(--color-background-secondary)\n\n margin-left: 0\n margin-right: 0\n padding: 0.5rem 1rem\n\n .attribution\n font-weight: 600\n text-align: right\n\n &.pull-quote,\n &.highlights\n font-size: 1.25em\n\n &.epigraph,\n &.pull-quote\n border-left-width: 0\n border-radius: 0.5rem\n\n &.highlights\n border-left-width: 0\n background: transparent\n\n// Center align embedded-in-text images\np .reference img\n vertical-align: middle\n","p.rubric\n line-height: 1.25\n font-weight: bold\n font-size: 1.125em\n\n // For Numpy-style documentation that's got rubrics within it.\n // https://github.com/pradyunsg/furo/discussions/505\n dd &\n line-height: inherit\n font-weight: inherit\n\n font-size: var(--font-size--small)\n text-transform: uppercase\n","article .sidebar\n float: right\n clear: right\n width: 30%\n\n margin-left: 1rem\n margin-right: 0\n\n border-radius: 0.2rem\n background-color: var(--color-background-secondary)\n border: var(--color-background-border) 1px solid\n\n > *\n padding-left: 1rem\n padding-right: 1rem\n\n > ul, > ol // lists need additional padding, because bullets.\n padding-left: 2.2rem\n\n .sidebar-title\n margin: 0\n padding: 0.5rem 1rem\n border-bottom: var(--color-background-border) 1px solid\n\n font-weight: 500\n\n// TODO: subtitle\n// TODO: dedicated variables?\n",".table-wrapper\n width: 100%\n overflow-x: auto\n margin-top: 1rem\n margin-bottom: 0.5rem\n padding: 0.2rem 0.2rem 0.75rem\n\ntable.docutils\n border-radius: 0.2rem\n border-spacing: 0\n border-collapse: collapse\n\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.0625rem rgba(0, 0, 0, 0.1)\n\n th\n background: var(--color-table-header-background)\n\n td,\n th\n // Space things out properly\n padding: 0 0.25rem\n\n // Get the borders looking just-right.\n border-left: 1px solid var(--color-table-border)\n border-right: 1px solid var(--color-table-border)\n border-bottom: 1px solid var(--color-table-border)\n\n p\n margin: 0.25rem\n\n &:first-child\n border-left: none\n &:last-child\n border-right: none\n\n // MyST-parser tables set these classes for control of column alignment\n &.text-left\n text-align: left\n &.text-right\n text-align: right\n &.text-center\n text-align: center\n",":target\n scroll-margin-top: 0.5rem\n\n@media (max-width: $full-width - $sidebar-width)\n :target\n scroll-margin-top: calc(0.5rem + var(--header-height))\n\n // When a heading is selected\n section > span:target\n scroll-margin-top: calc(0.8rem + var(--header-height))\n\n// Permalinks\n.headerlink\n font-weight: 100\n user-select: none\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\ndl dt,\np.caption,\nfigcaption p,\ntable > caption,\n.code-block-caption\n > .headerlink\n margin-left: 0.5rem\n visibility: hidden\n &:hover > .headerlink\n visibility: visible\n\n // Don't change to link-like, if someone adds the contents directive.\n > .toc-backref\n color: inherit\n text-decoration-line: none\n\n// Figure and table captions are special.\nfigure:hover > figcaption > p > .headerlink,\ntable:hover > caption > .headerlink\n visibility: visible\n\n:target >, // Regular section[id] style anchors\nspan:target ~ // Non-regular span[id] style \"extra\" anchors\n h1,\n h2,\n h3,\n h4,\n h5,\n h6\n &:nth-of-type(1)\n background-color: var(--color-highlight-on-target)\n // .headerlink\n // visibility: visible\n code.literal\n background-color: transparent\n\ntable:target > caption,\nfigure:target\n background-color: var(--color-highlight-on-target)\n\n// Inline page contents\n.this-will-duplicate-information-and-it-is-still-useful-here li :target\n background-color: var(--color-highlight-on-target)\n\n// Code block permalinks\n.literal-block-wrapper:target .code-block-caption\n background-color: var(--color-highlight-on-target)\n\n// When a definition list item is selected\n//\n// There isn't really an alternative to !important here, due to the\n// high-specificity of API documentation's selector.\ndt:target\n background-color: var(--color-highlight-on-target) !important\n\n// When a footnote reference is selected\n.footnote > dt:target + dd,\n.footnote-reference:target\n background-color: var(--color-highlight-on-target)\n",".guilabel\n background-color: var(--color-guilabel-background)\n border: 1px solid var(--color-guilabel-border)\n color: var(--color-guilabel-text)\n\n padding: 0 0.3em\n border-radius: 0.5em\n font-size: 0.9em\n","// This file contains the styles used for stylizing the footer that's shown\n// below the content.\n\nfooter\n font-size: var(--font-size--small)\n display: flex\n flex-direction: column\n\n margin-top: 2rem\n\n// Bottom of page information\n.bottom-of-page\n display: flex\n align-items: center\n justify-content: space-between\n\n margin-top: 1rem\n padding-top: 1rem\n padding-bottom: 1rem\n\n color: var(--color-foreground-secondary)\n border-top: 1px solid var(--color-background-border)\n\n line-height: 1.5\n\n @media (max-width: $content-width)\n text-align: center\n flex-direction: column-reverse\n gap: 0.25rem\n\n .left-details\n font-size: var(--font-size--small)\n\n .right-details\n display: flex\n flex-direction: column\n gap: 0.25rem\n text-align: right\n\n .icons\n display: flex\n justify-content: flex-end\n gap: 0.25rem\n font-size: 1rem\n\n a\n text-decoration: none\n\n svg,\n img\n font-size: 1.125rem\n height: 1em\n width: 1em\n\n// Next/Prev page information\n.related-pages\n a\n display: flex\n align-items: center\n\n text-decoration: none\n &:hover .page-info .title\n text-decoration: underline\n color: var(--color-link)\n text-decoration-color: var(--color-link-underline)\n\n svg.furo-related-icon,\n svg.furo-related-icon > use\n flex-shrink: 0\n\n color: var(--color-foreground-border)\n\n width: 0.75rem\n height: 0.75rem\n margin: 0 0.5rem\n\n &.next-page\n max-width: 50%\n\n float: right\n clear: right\n text-align: right\n\n &.prev-page\n max-width: 50%\n\n float: left\n clear: left\n\n svg\n transform: rotate(180deg)\n\n.page-info\n display: flex\n flex-direction: column\n overflow-wrap: anywhere\n\n .next-page &\n align-items: flex-end\n\n .context\n display: flex\n align-items: center\n\n padding-bottom: 0.1rem\n\n color: var(--color-foreground-muted)\n font-size: var(--font-size--small)\n text-decoration: none\n","// This file contains the styles for the contents of the left sidebar, which\n// contains the navigation tree, logo, search etc.\n\n////////////////////////////////////////////////////////////////////////////////\n// Brand on top of the scrollable tree.\n////////////////////////////////////////////////////////////////////////////////\n.sidebar-brand\n display: flex\n flex-direction: column\n flex-shrink: 0\n\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)\n text-decoration: none\n\n.sidebar-brand-text\n color: var(--color-sidebar-brand-text)\n overflow-wrap: break-word\n margin: var(--sidebar-item-spacing-vertical) 0\n font-size: 1.5rem\n\n.sidebar-logo-container\n margin: var(--sidebar-item-spacing-vertical) 0\n\n.sidebar-logo\n margin: 0 auto\n display: block\n max-width: 100%\n\n////////////////////////////////////////////////////////////////////////////////\n// Search\n////////////////////////////////////////////////////////////////////////////////\n.sidebar-search-container\n display: flex\n align-items: center\n margin-top: var(--sidebar-search-space-above)\n\n position: relative\n\n background: var(--color-sidebar-search-background)\n &:hover,\n &:focus-within\n background: var(--color-sidebar-search-background--focus)\n\n &::before\n content: \"\"\n position: absolute\n left: var(--sidebar-item-spacing-horizontal)\n width: var(--sidebar-search-icon-size)\n height: var(--sidebar-search-icon-size)\n\n background-color: var(--color-sidebar-search-icon)\n mask-image: var(--icon-search)\n\n.sidebar-search\n box-sizing: border-box\n\n border: none\n border-top: 1px solid var(--color-sidebar-search-border)\n border-bottom: 1px solid var(--color-sidebar-search-border)\n\n padding-top: var(--sidebar-search-input-spacing-vertical)\n padding-bottom: var(--sidebar-search-input-spacing-vertical)\n padding-right: var(--sidebar-search-input-spacing-horizontal)\n padding-left: calc(var(--sidebar-item-spacing-horizontal) + var(--sidebar-search-input-spacing-horizontal) + var(--sidebar-search-icon-size))\n\n width: 100%\n\n color: var(--color-sidebar-search-foreground)\n background: transparent\n z-index: 10\n\n &:focus\n outline: none\n\n &::placeholder\n font-size: var(--sidebar-search-input-font-size)\n\n//\n// Hide Search Matches link\n//\n#searchbox .highlight-link\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0\n margin: 0\n text-align: center\n\n a\n color: var(--color-sidebar-search-icon)\n font-size: var(--font-size--small--2)\n\n////////////////////////////////////////////////////////////////////////////////\n// Structure/Skeleton of the navigation tree (left)\n////////////////////////////////////////////////////////////////////////////////\n.sidebar-tree\n font-size: var(--sidebar-item-font-size)\n margin-top: var(--sidebar-tree-space-above)\n margin-bottom: var(--sidebar-item-spacing-vertical)\n\n ul\n padding: 0\n margin-top: 0\n margin-bottom: 0\n\n display: flex\n flex-direction: column\n\n list-style: none\n\n li\n position: relative\n margin: 0\n\n > ul\n margin-left: var(--sidebar-item-spacing-horizontal)\n\n .icon\n color: var(--color-sidebar-link-text)\n\n .reference\n box-sizing: border-box\n color: var(--color-sidebar-link-text)\n\n // Fill the parent.\n display: inline-block\n line-height: var(--sidebar-item-line-height)\n text-decoration: none\n\n // Don't allow long words to cause wrapping.\n overflow-wrap: anywhere\n\n height: 100%\n width: 100%\n\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)\n\n &:hover\n background: var(--color-sidebar-item-background--hover)\n\n // Add a nice little \"external-link\" arrow here.\n &.external::after\n content: url('data:image/svg+xml,')\n margin: 0 0.25rem\n vertical-align: middle\n color: var(--color-sidebar-link-text)\n\n // Make the current page reference bold.\n .current-page > .reference\n font-weight: bold\n\n label\n position: absolute\n top: 0\n right: 0\n height: var(--sidebar-item-height)\n width: var(--sidebar-expander-width)\n\n cursor: pointer\n user-select: none\n\n display: flex\n justify-content: center\n align-items: center\n\n .caption, :not(.caption) > .caption-text\n font-size: var(--sidebar-caption-font-size)\n color: var(--color-sidebar-caption-text)\n\n font-weight: bold\n text-transform: uppercase\n\n margin: var(--sidebar-caption-space-above) 0 0 0\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)\n\n // If it has children, add a bit more padding to wrap the content to avoid\n // overlapping with the