-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
88 lines (83 loc) · 2.4 KB
/
mkdocs.yml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
site_name: CHIME/FRB Open Data
site_author: Shiny Brar
site_description: Open Data Releases for CHIME/FRB
repo_name: chime-frb-open-data/chime-frb-open-data.github.io
repo_url: https://github.com/chime-frb-open-data/chime-frb-open-data.github.io
copyright: Copyright © 2016 - 2020 CHIME/FRB Collaboration
theme:
name: material
palette:
scheme: default
primary: indigo
accent: blue
font:
text: Roboto
code: Roboto Mono
language: en
features:
- tabs
- instant
logo: static/chime-frb-logo-small.png
favicon: material/chess
plugins:
- search
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
use_pygments: true
linenums_style: pymdownx.inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Get Started: index.md
- Data:
- Releases: data-releases.md
- Formats: data-formats.md
# - Code: code.md
# - Papers:
# - Scientific: scientific.md
# - Technical: technical.md
- VOEvents:
- Welcome: voevents.md
- FAQs: voevents-faq.md
- Presentation Slides: static/CHIMEFRB_VOEvent_Service_for_External_Subscribers.pdf
- Notebook Tutorial: https://github.com/chime-frb-open-data/chime-frb-open-data.github.io/blob/929acb72c0f0ce370ff414ba22f303c367fca81d/docs/notebooks/chimefrb_voevent_tutorial.ipynb
- Tutorials :
- Catalog 1:
- Read the Catalog: catalog.md
- Make an Exposure Map: exposure.md
- Make a Localization Plot: localization.md
- Make a Waterfall Plot: waterfall.md
- Read the Injection Data: injections.md
- Use the CHIME/FRB Beam Model: beam-model.md
- Previous Releases: code.md