-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmyst.yml
More file actions
38 lines (38 loc) · 1.36 KB
/
myst.yml
File metadata and controls
38 lines (38 loc) · 1.36 KB
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
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
title: IRSA Tutorials
subject: IRSA Tutorials
description: IRSA Python Notebook tutorials to demostrate accessing data served by the NASA/IPAC Infrared Science Archive (IRSA)
keywords: [astronomy]
github: https://github.com/Caltech-IPAC/irsa-tutorials/
license:
id: BSD-3-Clause
url: https://github.com/Caltech-IPAC/irsa-tutorials/blob/main/LICENSE
jupyter:
binder:
repo: https://github.com/Caltech-IPAC/irsa-tutorials/
url: https://mybinder.org
settings:
output_matplotlib_strings: remove
error_rules:
- rule: reference-target-resolves
severity: error
- rule: link-resolves
severity: ignore
keys:
# These link resolve in the browser but generates did not resolve and 403 for the build
- https://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-scan?projshort=SPITZER
# The IVOA server is down this week; remove these in mid-March 2026
- https://www.ivoa.net/documents/latest/ADQL.html
extends:
- toc.yml
site:
template: book-theme
options:
favicon: _static/irsa-favicon.ico
logo: _static/irsa_logo.png
style: _static/custom.css
outline_maxdepth: 1
# Keep the footer links hidden at least until https://github.com/jupyter-book/mystmd/issues/2589 is resolved
hide_footer_links: true