{ "cells": [ { "cell_type": "markdown", "metadata": { "nbsphinx": "hidden" }, "source": [ "This is an example of how to set up notebooks for use in Sphinx docs. You can choose to have some cells hidden; they execute in the notebook but are not shown in the HTML output. This is useful for imports and setup. \n", "\n", "To do this, in Jupyter go to the View menu, select the Cell Toolbar submenu, and select \"Edit Metadata\". This will make each cell have a new \"Edit Metadata\" button. The metadata is a dict for each cell. Add ` \"nbsphinx\": \"hidden\"` to a given cell and it will be hidden. This has been done for the above cell and for this one. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# MIRAGE Quick Start" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "*Table of Contents:*\n", "* Getting Started\n", "* [Create `mirage` input yaml files from an APT file](#make_yaml)\n", "* Single image simulation\n", " * [Create simulation with one command](#run_steps_together)\n", " * [Running simulator steps independently](#run_steps_independently)\n", "* [Running multiple simulations](#mult_sims)\n", " * [Running in series](#mult_sims_in_series)\n", " * [Running in parallel](#mult_sims_in_parallel)\n", "* [Example observation list file](#observation_example)\n", "* [Example yaml file](#yaml_example)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "---\n", "## Getting Started\n", "\n", "