-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
57 lines (43 loc) · 2.17 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Document metadata. metadata.yaml is used by documenteer and other tools
# to build the document and index it. It should be maintained alongside the
# document in git and kept up to date.
# The series identifier. E.g. SQR, DMTN, SMTN, LDM, LSE, etc.
series: "TSTN"
# Document number, as a string. It should be three digits, padded with leading zeros
serial_number: "042"
# Serial number of the document. E.g. SQR-001
# NOTE: this field is *planned* for deprecation
doc_id: "TSTN-042"
# Title of the document, without the series/serial designation
doc_title: "Calibration FlatField Projector Electronics Cabinet"
# Author names, ordered as a list. Each author name should be formatted as 'First Last'
authors:
- "Parker Fagrelius"
# Current document revision date, YYYY-MM-DD
# Only set this field if you need to manually fix the revision date;
# the revision date is obtained from the HEAD Git commit otherwise.
# last_revised: 'YYYY-MM-DD'
# Version. Use semantic versioning, e.g., 1.0.0, including .dev, as necessary.
# This version string should correspond to the git tag when the document is
# published on Zenodo. If left commented out, the current Git branch is used
# instead version: '1.0.0'
# Digital Object Identifier (DOI). Uncomment if available.
# Keep this DOI updated as new releases are pushed to Zenodo
# doi: 10.5281/zenodo.#####
# Copyright statement
copyright: "2023, Association of Universities for Research in Astronomy, Inc. (AURA)"
# Description. A short, 1-2 sentence statemement used by document indices.
description: "Description of the electronics cabinet that will be mounted on the dome to power and communicate with the flatfield projector."
# Abstract, if available
# abstract: >
# Write your paragraph
# here with multiple lines.
#
# You can have multiple paragraphs too.
# URL where this document is published by Read the Docs. e.g. http://sqr-001.lsst.codes
url: "https://tstn-042.lsst.io"
# LSST Docushare URL, if authoritative versions of this are are stored there.
# Leave as an empty string or comment out this key if there is no Docushare URL.
docushare_url: ""
# GitHub repo URL
github_url: "https://github.com/lsst-tstn/tstn-042"