-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
155 lines (145 loc) · 4.53 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
site_name: VAST Tools
site_description: >-
Python module to interact with ASKAP VAST data.
site_author: VAST Development Team
copyright: Copyright © 2020 - 2025 Vast Development Team, University of Sydney - all right reserved
repo_url: https://github.com/askap-vast/vast-tools
repo_name: askap-vast/vast-tools
edit_uri: "tree/dev/docs/"
dev_addr: localhost:8008
docs_dir: docs
site_dir: docs_build
watch:
- vasttools
theme:
name: material
favicon: img/favicon.png
logo: img/vast-logo.png
features:
- navigation.instant
- navigation.tabs
- navigation.sections
custom_dir: docs/theme
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
# Extensions
extra_css:
- theme/css/extra.css
extra_javascript:
- theme/js/extra.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- admonition
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
toc_depth: 4
permalink: true
- codehilite
nav:
- Home: index.md
- Getting Started:
- Introduction: getting_started/introduction.md
- Installation: getting_started/installation.md
- Configuration & Data Access: getting_started/configuration.md
- Components & Features:
- MOCs: components/mocs.md
- Pipeline: components/pipeline.md
- Query: components/query.md
- Source: components/source.md
- Survey: components/survey.md
- Tools: components/tools.md
- Scripts:
- build_lightcurves: scripts/build_lightcurves.md
- find_sources: scripts/find_sources.md
- pilot_fields_info: scripts/pilot_fields_info.md
- Example Notebooks:
- Overview: notebook-examples/notebooks-overview.md
- Catalogue Crossmatch: notebook-examples/catalogue-crossmatching-example.ipynb
- Planet Searching: notebook-examples/planet-hunting-example.ipynb
- Query Source Search: notebook-examples/source-search-example.ipynb
- Using VAST MOCs: notebook-examples/using-vast-mocs-example.ipynb
- VAST Pipeline Exploration: notebook-examples/vast-pipeline-example.ipynb
- VAST Workshop 2023: notebook-examples/workshop-notebook-2023.ipynb
- Contributing & Developing:
- Developing VAST Tools: contributing/develop.md
- GitHub Platform: contributing/github.md
- Tests: contributing/tests.md
- Documentation: contributing/docsdev.md
- Adding a New Epoch: contributing/newepoch.md
- Help and Acknowledgements: help_and_acknowledgements.md
- Reference:
- Changelog: changelog.md
- Code of Conduct: code_of_conduct.md
- License: license.md
- Code Reference:
- vast_tools:
- bin:
- build_lightcurves.py: reference/bin/build_lightcurves.md
- find_sources.py: reference/bin/find_sources.md
- pilot_fields_info.py: reference/bin/pilot_fields_info.md
- moc.py: reference/moc.md
- pipeline.py: reference/pipeline.md
- query.py: reference/query.md
- source.py: reference/source.md
- survey.py: reference/survey.md
- tools.py: reference/tools.md
- utils.py: reference/utils.md
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
enable_creation_date: true
- gen-files:
scripts:
# - docs/gen_credits.py
- docs/gen_doc_stubs.py
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
js_files:
- theme/js/extra.js
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
setup_commands:
- "import os"
- mknotebooks
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/askap-vast/vast-tools
name: vast-pipeline source on GitHub
- icon: fontawesome/solid/globe
link: https://vast-survey.org