Skip to content

lsst-ts/ts_tma

Repository files navigation

TMA Documentation

ts-tma

The vendor for the TMA is Tekniker.

The documentation generated by Tekniker is gathered in this repo, using submodules, as originally these files were stored in gitlab and the migrated to github.

Links:

Build this technical note

You can clone this repository and build the html locally with Sphinx:

git clone https://github.com/lsst-tstn/ts-tma
cd ts-tma
pip install -r requirements.txt
make html

Note

In a Conda environment, pip install -r requirements.txt doesn't work as expected. Instead, pip install the packages listed in requirements.txt individually.

The built html is located at _build/html/index.html.

Editing this technical note

You can edit the index.rst file, which is a reStructuredText document. The DM reStructuredText Style Guide is a good resource for how we write reStructuredText.

Remember that images and other types of assets should be stored in the _static/ directory of this repository. See _static/README.rst for more information.

The published html is located at https://ts-tma.lsst.io and will be automatically rebuilt whenever you push your changes to the master branch on GitHub.

Updating metadata

This html's metadata is maintained in metadata.yaml.

Using the bibliographies

The bibliography files in lsstbib/ are copies from lsst-texmf. You can update them to the current lsst-texmf versions with:

make refresh-bib

Add new bibliography items to the local.bib file in the root directory (and later add them to lsst-texmf).

About

Telescope Mount Assembly documentation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages