-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
145 lines (137 loc) · 4.95 KB
/
zensical.toml
File metadata and controls
145 lines (137 loc) · 4.95 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
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
[project.theme]
variant = "modern"
features = [
"content.code.copy",
"content.code.annotate",
"search.highlight",
"navigation.instant",
"navigation.instant.progress",
"navigation.tracking",
"navigation.path",
# "navigation.sections",
# "navigation.tabs",
]
logo = "img/favicon.ico"
favicon = "img/favicon.ico"
[project]
site_name = "Fink/LSST Documentation"
repo_name = "fink-broker"
repo_url = "https://github.com/astrolabsoftware/fink-broker"
copyright = "Copyright © 2018-26 <a href='https://fink-broker.org'>Fink team</a>."
nav = [
{ Home = "index.md" },
{ "Fink in a nutshell" = [
{ "Science Roadmap" = "broker/roadmap.md" },
{ "Technological consideration" = "broker/infrastructure.md" },
]},
{ "LSST alert data tips" = [
{ "From ZTF to LSST" = "data/ztf_to_lsst.md" },
{ "Photometry" = "data/photometry.md" },
{ "Alert data quality" = "data/quality.md" },
{ "Known issues" = "data/issues.md" }
]},
{ Science = [
{ "Fink science modules" = "science/science_modules.md" },
{ "Fink filters" = "science/filters.md" },
{ "Classification" = "science/classification.md" }
]},
{ Services = [
{ Overview = "services/summary.md" },
# { "Science Portal" = [
# {"Search" = ""},
# {"Static objects" = ""},
# {"Solar System objects" = ""},
# ]},
{ "REST API" = [
# { "Cheat Sheet" = "services/api/cheatsheet.md" },
{ "Conesearch" = "services/api/conesearch.md" },
{ "Search by diaObjectId" = "services/api/diaobjectid.md" },
{ "Search by Solar System object name" = "services/api/solar_system.md" },
{ "Search by tag" = "services/api/tagsearch.md" },
{ "Resolving astronomical names" = "services/api/resolver.md" },
{ "Forced photometry" = "services/api/forced_photometry.md" },
{ "Image data" = "services/api/imagesearch.md" },
{ "Statistics" = "services/api/statistics.md" },
{ "Columns, blocks and tags definition" = "services/api/definitions.md" },
{ "Tips" = "services/api/tips.md" },
{ "Troubleshooting" = "services/api/troubleshooting.md" }
]},
{ "Livestream" = "services/livestream.md" },
{ "Data Transfer" = "services/data_transfer.md" },
# { Xmatch = "" },
]},
{ "Developer corner" = [
{ "Source code" = "source-code.md" },
{ "Release Notes" = "release-notes.md" },
{ "Contributing" = "contributing.md" },
# { "fink-client" = "" },
{ "Alert schemas" = "developers/schemas.md" },
{ "Designing a science module" = "developers/science_module_tutorial.md" },
{ "Designing a filter" = "developers/filter_tutorial.md" },
# { "Testing Fink" = "developers/testing_fink.md" },
# { "Connecting Fink" = [
# { "Fink-TOM" = "developers/external/tom_fink.md" }
# ]}
]},
# {"Citing Fink" = ""}
]
extra_css = [
"assets/stylesheets/extra.css",
"https://unpkg.com/katex@0/dist/katex.min.css"
]
extra_javascript = [
"javascripts/katex.js",
"https://unpkg.com/katex@0/dist/katex.min.js",
"https://unpkg.com/katex@0/dist/contrib/auto-render.min.js"
]
[project.extra.status]
new = "Recently added"
[project.markdown_extensions.admonition]
[project.markdown_extensions.tables]
[project.markdown_extensions.attr_list]
[project.markdown_extensions.md_in_html]
[project.markdown_extensions.def_list]
[project.markdown_extensions.pymdownx.tasklist]
custom_checkbox = true
[project.markdown_extensions.pymdownx.blocks.caption]
[project.markdown_extensions.pymdownx.details]
[project.markdown_extensions.pymdownx.superfences]
custom_fences = [
{ name = "mermaid", class = "mermaid", format = "pymdownx.superfences.fence_code_format" }
]
[project.markdown_extensions.pymdownx.tabbed]
alternate_style = true
[project.markdown_extensions.pymdownx.tabbed.slugify]
object = "pymdownx.slugs.slugify"
kwds = { case = "lower" }
[project.markdown_extensions.pymdownx.emoji]
emoji_index = "zensical.extensions.emoji.twemoji"
emoji_generator = "zensical.extensions.emoji.to_svg"
[project.markdown_extensions.pymdownx.highlight]
anchor_linenums = true
line_spans = "__span"
pygments_lang_class = true
[project.markdown_extensions.pymdownx.inlinehilite]
[project.markdown_extensions.pymdownx.snippets]
# Palette toggle for automatic mode
[[project.theme.palette]]
media = "(prefers-color-scheme)"
toggle.icon = "lucide/sun-moon"
toggle.name = "Switch to light mode"
primary = "deep orange"
# Palette toggle for light mode
[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
scheme = "default"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
primary = "deep blue"
# Palette toggle for dark mode
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to system preference"
primary = "deep orange"
[project.markdown_extensions.pymdownx.arithmatex]
generic = true