Skip to content

Commit

Permalink
deploy: ad2ccb0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgelmh committed Jan 2, 2025
0 parents commit c889ffc
Show file tree
Hide file tree
Showing 123 changed files with 24,764 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c3054ad89e09a5026ac8029e34185b91
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
454 changes: 454 additions & 0 deletions CHANGELOG.html

Large diffs are not rendered by default.

350 changes: 350 additions & 0 deletions LICENSE.html

Large diffs are not rendered by default.

477 changes: 477 additions & 0 deletions README.html

Large diffs are not rendered by default.

551 changes: 551 additions & 0 deletions _autosummary/sim_explorer.case.Case.html

Large diffs are not rendered by default.

609 changes: 609 additions & 0 deletions _autosummary/sim_explorer.case.Cases.html

Large diffs are not rendered by default.

497 changes: 497 additions & 0 deletions _autosummary/sim_explorer.case.Results.html

Large diffs are not rendered by default.

349 changes: 349 additions & 0 deletions _autosummary/sim_explorer.case.html

Large diffs are not rendered by default.

568 changes: 568 additions & 0 deletions _autosummary/sim_explorer.json5.Json5.html

Large diffs are not rendered by default.

378 changes: 378 additions & 0 deletions _autosummary/sim_explorer.json5.html

Large diffs are not rendered by default.

662 changes: 662 additions & 0 deletions _autosummary/sim_explorer.simulator_interface.SimulatorInterface.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions _autosummary/sim_explorer.simulator_interface.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _sources/CHANGELOG.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../../CHANGELOG.md
```
3 changes: 3 additions & 0 deletions _sources/LICENSE.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# LICENSE
```{include} ../../LICENSE
```
1 change: 1 addition & 0 deletions _sources/README.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../../README.rst
33 changes: 33 additions & 0 deletions _sources/_autosummary/sim_explorer.case.Case.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Case
====

.. currentmodule:: sim_explorer.case

.. autoclass:: Case
:members:
:show-inheritance:



.. automethod:: __init__

.. rubric:: Methods
.. autosummary::

~Case.__init__
~Case.add_results_object
~Case.append
~Case.case_by_name
~Case.iter
~Case.list_cases
~Case.read_assertion
~Case.read_spec_item
~Case.run
~Case.str_act







46 changes: 46 additions & 0 deletions _sources/_autosummary/sim_explorer.case.Cases.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
Cases
=====

.. currentmodule:: sim_explorer.case

.. autoclass:: Cases
:members:
:show-inheritance:



.. automethod:: __init__

.. rubric:: Methods
.. autosummary::

~Cases.__init__
~Cases.case_by_name
~Cases.case_var_by_ref
~Cases.comp_refs_to_case_var
~Cases.disect_variable
~Cases.get_case_variables
~Cases.info
~Cases.read_cases
~Cases.run_case






.. rubric:: Attributes
.. autosummary::

~Cases.file
~Cases.js
~Cases.spec
~Cases.simulator
~Cases.timefac
~Cases.variables
~Cases.base
~Cases.assertion
~Cases.results_print_type
~Cases.assertion_results


29 changes: 29 additions & 0 deletions _sources/_autosummary/sim_explorer.case.Results.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Results
=======

.. currentmodule:: sim_explorer.case

.. autoclass:: Results
:members:
:show-inheritance:



.. automethod:: __init__

.. rubric:: Methods
.. autosummary::

~Results.__init__
~Results.add
~Results.inspect
~Results.plot_time_series
~Results.retrieve
~Results.save







19 changes: 19 additions & 0 deletions _sources/_autosummary/sim_explorer.case.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
sim\_explorer.case
==================

.. automodule:: sim_explorer.case
:members:
:exclude-members: Case,Cases,Results,




.. rubric:: Classes
.. autosummary::
:toctree:
:template: custom-class.rst

Case
Cases
Results

41 changes: 41 additions & 0 deletions _sources/_autosummary/sim_explorer.json5.Json5.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Json5
=====

.. currentmodule:: sim_explorer.json5

.. autoclass:: Json5
:members:
:show-inheritance:



.. automethod:: __init__

.. rubric:: Methods
.. autosummary::

~Json5.__init__
~Json5.check_valid_js
~Json5.jspath
~Json5.line
~Json5.to_py
~Json5.update
~Json5.write






.. rubric:: Attributes
.. autosummary::

~Json5.comments
~Json5.comments_eol
~Json5.comments_ml
~Json5.js5
~Json5.js_py
~Json5.lines
~Json5.pos


22 changes: 22 additions & 0 deletions _sources/_autosummary/sim_explorer.json5.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
sim\_explorer.json5
===================

.. automodule:: sim_explorer.json5
:members:
:exclude-members: Json5,




.. rubric:: Classes
.. autosummary::
:toctree:
:template: custom-class.rst

Json5

.. rubric:: Exceptions
.. autosummary::

Json5Error

Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
SimulatorInterface
==================

.. currentmodule:: sim_explorer.simulator_interface

.. autoclass:: SimulatorInterface
:members:
:show-inheritance:



.. automethod:: __init__

.. rubric:: Methods
.. autosummary::

~SimulatorInterface.__init__
~SimulatorInterface.allowed_action
~SimulatorInterface.component_id_from_name
~SimulatorInterface.component_name_from_id
~SimulatorInterface.default_initial
~SimulatorInterface.get_components
~SimulatorInterface.get_models
~SimulatorInterface.get_variable_value
~SimulatorInterface.get_variables
~SimulatorInterface.is_output_var
~SimulatorInterface.match_components
~SimulatorInterface.match_variables
~SimulatorInterface.pytype
~SimulatorInterface.reset
~SimulatorInterface.same_model
~SimulatorInterface.set_initial
~SimulatorInterface.set_variable_value
~SimulatorInterface.variable_name_from_ref






.. rubric:: Attributes
.. autosummary::

~SimulatorInterface.path


28 changes: 28 additions & 0 deletions _sources/_autosummary/sim_explorer.simulator_interface.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
sim\_explorer.simulator\_interface
==================================

.. automodule:: sim_explorer.simulator_interface
:members:
:exclude-members: SimulatorInterface,




.. rubric:: Module Attributes
.. autosummary::

Json5Val

.. rubric:: Classes
.. autosummary::
:toctree:
:template: custom-class.rst

SimulatorInterface

.. rubric:: Exceptions
.. autosummary::

CaseInitError
CaseUseError

38 changes: 38 additions & 0 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
API Reference
=============


json5
-----
Python module for working with json5 files.

.. autosummary::
:toctree: _autosummary
:template: custom-module.rst
:recursive:

sim_explorer.json5


Simulator Interface
-------------------
Python module providing the interface to the simulator. Currently only Open Simulation Platform (OSP) is supported

.. autosummary::
:toctree: _autosummary
:template: custom-module.rst
:recursive:

sim_explorer.simulator_interface


Case
----
Python module to manage cases with respect to reading \*.cases files, running cases and storing results

.. autosummary::
:toctree: _autosummary
:template: custom-module.rst
:recursive:

sim_explorer.case
7 changes: 7 additions & 0 deletions _sources/cli.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CLI Documentation
=================

.. toctree::
:maxdepth: 3

cli.sim_explorer
3 changes: 3 additions & 0 deletions _sources/cli.sim_explorer.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. sphinx_argparse_cli::
:module: sim_explorer.cli.sim_explorer
:func: _argparser
Loading

0 comments on commit c889ffc

Please sign in to comment.