https://github.com/lsst/rtn-095
The Vera C. Rubin Observatory Data Preview 1
https://github.com/lsst/rtn-095
Last synced: 5 months ago
JSON representation
The Vera C. Rubin Observatory Data Preview 1
- Host: GitHub
- URL: https://github.com/lsst/rtn-095
- Owner: lsst
- License: cc-by-4.0
- Created: 2025-03-14T18:00:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-24T02:25:21.000Z (5 months ago)
- Last Synced: 2026-01-24T09:39:46.683Z (5 months ago)
- Language: TeX
- Homepage: https://rtn-095.lsst.io/
- Size: 192 MB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Authors: authors.yaml
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
.. image:: https://img.shields.io/badge/rtn--095-lsst.io-brightgreen.svg
:target: https://rtn-095.lsst.io
.. image:: https://github.com/lsst/rtn-095/workflows/CI/badge.svg
:target: https://github.com/lsst/rtn-095/actions/
############################################
The Vera C. Rubin Observatory Data Preview 1
############################################
RTN-095
=======
The Vera C. Rubin Observatory Data Preview 1
Links
=====
- Live drafts: https://rtn-095.lsst.io
- GitHub: https://github.com/lsst/rtn-095
Build
=====
This repository includes lsst-texmf_ as a Git submodule.
Clone this repository::
git clone --recurse-submodules https://github.com/lsst/rtn-095
Compile the PDF::
make
Clean built files::
make clean
Updating acronyms
-----------------
A table of the technote's acronyms and their definitions are maintained in the `acronyms.tex` file, which is committed as part of this repository.
To update the acronyms table in ``acronyms.tex``::
make acronyms.tex
*Note: this command requires that this repository was cloned as a submodule.*
The acronyms discovery code scans the LaTeX source for probable acronyms.
You can ensure that certain strings aren't treated as acronyms by adding them to the `skipacronyms.txt <./skipacronyms.txt>`_ file.
The lsst-texmf_ repository centrally maintains definitions for LSST acronyms.
You can also add new acronym definitions, or override the definitions of acronyms, by editing the `myacronyms.txt <./myacronyms.txt>`_ file.
Updating lsst-texmf
-------------------
`lsst-texmf`_ includes BibTeX files, the ``lsstdoc`` class file, and acronym definitions, among other essential tooling for LSST's LaTeX documentation projects.
To update to a newer version of `lsst-texmf`_, you can update the submodule in this repository::
git submodule update --init --recursive
Commit, then push, the updated submodule.
.. _lsst-texmf: https://github.com/lsst/lsst-texmf