-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (65 loc) · 1.73 KB
/
mkdocs.yml
File metadata and controls
66 lines (65 loc) · 1.73 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
site_name: Explorer documentation
theme:
name: material
features:
- content.tooltips
- navigation.expand
- navigation.indexes
- navigation.sections
repo_url: https://github.com/sdss/explorer
repo_name: sdss/explorer
plugins:
- mkdocstrings:
handlers:
python:
options:
extensions:
- griffe_pydantic:
schema: true
- search
- gen-files:
scripts:
- scripts/gen_reference_pages.py
- literate-nav:
nav_file: SUMMARY.md
markdown_extensions:
- toc:
permalink: "#"
separator: "_"
baselevel: 2
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.blocks.caption
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Introduction: index.md
- User Guide:
- Plotting: guide/plotting.md
- Subsets: guide/subsets.md
- Virtual columns: guide/vc.md
- Selecting targeting cartons: guide/cartons.md
- Crossmatching: guide/crossmatch.md
- Downloading data: guide/download.md
- Examples:
- Creating a HR Diagram with calculations: examples/hr.md
- Crossmatching and inspecting spectra: examples/crossmatch.md
- Selecting targeting cartons : examples/yso.md
- Comparing and contrasting datasets: examples/flags.md
- Developer Guide:
- App state: developer/state.md
- Plots: developer/plots.md
- Configuration and environment variables: developer/config.md
- Codebase layout: developer/codebase.md
- Data files: developer/datafiles.md
- Guardrailing: developer/guardrailing.md
- Reference: reference/
- About:
- Description: about.md
- License: license.md