-
Notifications
You must be signed in to change notification settings - Fork 3
/
cookiecutter.json
32 lines (32 loc) · 1.21 KB
/
cookiecutter.json
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
{
"first_author": "First Last",
"series": ["SQR",
"DMTN",
"SMTN",
"SITCOMTN",
"TEST"],
"serial_number": "000",
"title": "Document Title",
"repo_name": "{{ cookiecutter.series.lower() }}-{{ cookiecutter.serial_number }}",
"github_org": ["lsst-sqre",
"lsst-dm",
"lsst-sims",
"lsst-sitcom"],
"github_namespace": "{{ cookiecutter.github_org }}/{{ cookiecutter.repo_name }}",
"docushare_url": "",
"url": "https://{{ cookiecutter.series.lower() }}-{{ cookiecutter.serial_number }}.lsst.io",
"description": "A short description of this document",
"copyright_year": "{% now 'utc', '%Y' %}",
"copyright_holder": [
"Association of Universities for Research in Astronomy",
"California Institute of Technology",
"The Board of Trustees of the Leland Stanford Junior University, through SLAC National Accelerator Laboratory",
"The Trustees of Princeton University",
"University of Illinois Board of Trustees",
"University of Washington"
],
"_copy_without_render": [
"*.bib"
],
"_extensions": ["jinja2_time.TimeExtension"]
}