GITHUB Repository Structure

Important

This is under heavy development and only in the very early stages of design. It should not be used nor consulted for a place of information at this time.

The following describes the various directories and their use in the GITHUB repository:

.
├── LICENSE
├── Makefile
├── Observing-Constraints
│   ├── README
│   ├── _static
│   │   └── README
│   └── index.rst
├── Observing-Interface-Setup
│   ├── README
│   ├── _static
│   │   ├── README
│   │   └── nublado-interface.png
│   ├── index.rst
│   └── nublado-notebook-environment-update.rst
├── Operational-Procedures
│   ├── Auxiliary-Telescope
│   │   ├── Full-Observatory
│   │   │   ├── Open-for-On-Sky-Operations.rst
│   │   │   └── index.rst
│   │   ├── README
│   │   ├── Support-Operations
│   │   │   ├── LATISS
│   │   │   │   └── index.rst
│   │   │   ├── Telescope
│   │   │   │   ├── index.rst
│   │   │   │   └── park-telescope.rst
│   │   │   └── index.rst
│   │   ├── Troubleshooting
│   │   │   └── E-stop.rst
│   │   ├── _static
│   │   │   └── README
│   │   └── index.rst
│   ├── Main-Telescope
│   │   ├── README
│   │   ├── _static
│   │   │   └── README
│   │   ├── comcam-cooldown.rst
│   │   └── index.rst
│   ├── README
│   ├── Tutorials
│   │   ├── README
│   │   ├── _static
│   │   │   └── README
│   │   └── index.rst
│   ├── _static
│   │   └── README
│   └── index.rst
├── README
├── _static
│   ├── README
│   ├── Sunset_cropped_resampled.jpg
│   └── Sunset_cropped_resampled_16x9.jpg
├── conf.py
├── index.rst
├── project
│   ├── Templates
│   │   ├── Template-Folder
│   │   │   ├── README
│   │   │   ├── _static
│   │   │   │   └── README
│   │   │   └── index.rst
│   │   ├── index-template.rst
│   │   ├── index.rst
│   │   ├── procedure-template.rst
│   │   └── tutorial-template.rst
│   ├── contributing.rst
│   ├── implementation.rst
│   ├── index.rst
│   ├── license.rst
│   ├── observatory-operations-style-guide.inc
│   └── repository-map.rst
└── requirements.txt