Skip to content

Latest commit

 

History

History
61 lines (54 loc) · 1.38 KB

index.md

File metadata and controls

61 lines (54 loc) · 1.38 KB
layout
default

ExSce Models

In the below table are all the models created during the development of the ExSce Workbench. They are referred to from the various tutorials listed on the Repository of Executable Scenarios.

Custom views of the following top-level directories are available:

{% for dir in site.data.custom_dirs %}

  • [{{ dir }}]({{ dir }}) {% endfor %}

Additionally, all models in this repository can be found in the following table, grouped by the directory where they are located.

{% for item in site.data.file_paths%} {% for file_data in item[1] %} {% endfor %} {% endfor %}
Filename Extension
{{ file_data.name }} {{ file_data.extension }} {{ item[0] }}
<script src="assets/js/jquery-3.5.1.min.js"></script> <script src="assets/js/jquery.dataTables.min.js"></script> <script src="assets/js/dataTables.bootstrap5.min.js"></script> <script src="assets/js/dataTables.rowGroup.min.js"></script> <script> new DataTable('#models', { scrollX: true, order: [[2, 'asc']], rowGroup: { dataSrc: 2 }, pageLength: 25 }); </script>