Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 2.13 KB

documentation.md

File metadata and controls

79 lines (59 loc) · 2.13 KB
layout title
page
Documentation

Most of the blog posts document ROSS features, which are organized into category here. See the list of announcements for time-specific postings.

Installation

    {% for page in site.categories.setup %}
  • {{ page.title }}
  • {% endfor %}

Model Development

These posts are aimed at new model developers, including those new to discrete-event simulations. They discuss best practices for designing and building new models.

Basic Concepts

    {% for page in site.categories.model-dev %}
  • {{ page.title }}
  • {% endfor %}

Airport Walkthrough

    {% for page in site.categories.walkthrough reversed %}
  • {{ page.title }}
  • {% endfor %}

FAQ

Once you are knee deep building models, you might have many unanswered questions. If that is your case, this FAQ comes to your rescue. (Note: there are many, many more unanswered questions in the wild. If you find any, please ping us!)

ROSS Features

These posts describe features of ROSS that model developers can take advantage of. New features can be requested through GitHub Issues.

    {% for page in site.categories.feature %}
  • {{ page.title }}
  • {% endfor %}

Instrumentation

    {% for page in site.categories.instrumentation %}
  • {{ page.title }}
  • {% endfor %}

RIO

    {% for page in site.categories.rio %}
  • {{ page.title }}
  • {% endfor %}

ROSS Core Development

These posts do a deep-dive into the ROSS code. The discuss some of the conventions, best practices, and other hacks that exist in the code base.

    {% for page in site.categories.ross-dev %}
  • {{ page.title }}
  • {% endfor %}