Skip to content

Commit c3ad9e1

Browse files
committed
MAINT: Add TOC structure to myst.yml and remove toctrees from index
1 parent da29eb1 commit c3ad9e1

File tree

2 files changed

+52
-93
lines changed

2 files changed

+52
-93
lines changed

index.md

Lines changed: 1 addition & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -7,82 +7,19 @@ They cover topics like querying IRSA, working with catalogs in Parquet format, v
77

88
## Accessing IRSA's on-premises holdings using VO protocols
99

10-
```{toctree}
11-
---
12-
maxdepth: 1
13-
caption: VO on-prem data access
14-
---
15-
tutorials/irsa-sia-examples/sia_2mass_allsky
16-
tutorials/irsa-sia-examples/sia_allwise_atlas
17-
tutorials/irsa-sia-examples/sia_cosmos
18-
tutorials/irsa-sia-examples/siav2_seip
19-
tutorials/cosmodc2/cosmoDC2_TAP_access.md
20-
21-
```
10+
2211

2312
## Accessing IRSA's cloud holdings
2413

2514
These notebooks demonstrate how to access the IRSA-curated datasets that available in Amazon Web Services (AWS) S3 cloud storage buckets.
2615

2716

28-
```{toctree}
29-
---
30-
maxdepth: 1
31-
caption: Cloud data access
32-
---
33-
34-
tutorials/cloud_access/cloud-access-intro
35-
tutorials/parquet-catalog-demos/wise-allwise-catalog-demo
36-
tutorials/parquet-catalog-demos/neowise-source-table-strategies
37-
tutorials/parquet-catalog-demos/neowise-source-table-lightcurves
38-
tutorials/openuniversesims/openuniverse2024_roman_simulated_timedomainsurvey
39-
tutorials/openuniversesims/openuniverse2024_roman_simulated_wideareasurvey
40-
tutorials/cloud_access/euclid-cloud-access
41-
42-
```
4317

4418
## Accessing Euclid data
4519

46-
### Euclid Early Release Observation
47-
48-
```{toctree}
49-
---
50-
maxdepth: 1
51-
caption: Euclid Early Release Observations
52-
---
53-
54-
tutorials/euclid_access/Euclid_ERO
55-
56-
```
57-
58-
### Euclid Quick Release 1
59-
60-
```{toctree}
61-
---
62-
maxdepth: 1
63-
caption: Euclid Quick Release 1
64-
---
65-
66-
tutorials/euclid_access/1_Euclid_intro_MER_images
67-
tutorials/euclid_access/2_Euclid_intro_MER_catalog
68-
tutorials/euclid_access/3_Euclid_intro_1D_spectra
69-
tutorials/euclid_access/4_Euclid_intro_PHZ_catalog
70-
tutorials/euclid_access/5_Euclid_intro_SPE_catalog
71-
tutorials/cloud_access/euclid-cloud-access
72-
73-
```
7420

7521
## Accessing SPHEREx data
7622

77-
```{toctree}
78-
---
79-
maxdepth: 1
80-
caption: SPHEREx Data
81-
---
82-
83-
tutorials/spherex/spherex_intro
84-
85-
```
8623

8724
## Interactive visualization in Python with Firefly
8825

@@ -91,43 +28,17 @@ These notebooks demonstrate how to use the Firefly visualization tools from Pyth
9128

9229
It is used in archive user interfaces at [IRSA](https://irsa.ipac.caltech.edu), the [NASA Exoplanet Science Institute (NExScI)](https://nexsci.caltech.edu/), the [NASA/IPAC Extragalactic Database (NED)](https://ned.ipac.caltech.edu/), and the [Vera C. Rubin Observatory](https://www.lsst.org/).
9330

94-
```{toctree}
95-
---
96-
maxdepth: 1
97-
caption: Visualizations with Firefly
98-
---
9931

100-
tutorials/firefly/SEDs_in_Firefly
101-
tutorials/firefly/NEOWISE_light_curve_demo
102-
tutorials/firefly/OpenUniverse2024Preview_Firefly
103-
104-
```
10532

10633
## Simulated Data
10734

108-
```{toctree}
109-
---
110-
maxdepth: 1
111-
caption: Simulated Data
112-
---
113-
114-
tutorials/roman_simulations/roman_hlss_number_density.md
11535

116-
```
11736

11837
## Generally useful techniques
11938

12039
These notebooks cover miscellaneous topics that users might find useful in their analysis of IRSA-curated data.
12140

122-
```{toctree}
123-
---
124-
maxdepth: 1
125-
caption: Generic techniques
126-
---
127-
128-
tutorials/parallelize/Parallelize_Convolution
12941

130-
```
13142

13243
***
13344

myst.yml

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,56 @@ project:
88
# authors: []
99
# github:
1010
# To autogenerate a Table of Contents, run "jupyter book init --write-toc"
11+
toc:
12+
# Auto-generated by `myst init --write-toc`
13+
- title: IRSA Tutorials
14+
file: index.md
15+
- title: VO on-prem data access
16+
children:
17+
- file: tutorials/irsa-sia-examples/sia_2mass_allsky.md
18+
- file: tutorials/irsa-sia-examples/sia_allwise_atlas.md
19+
- file: tutorials/irsa-sia-examples/sia_cosmos.md
20+
- file: tutorials/irsa-sia-examples/siav2_seip.md
21+
- file: tutorials/cosmodc2/cosmoDC2_TAP_access.md
22+
- title: Cloud data accesst
23+
children:
24+
- file: tutorials/cloud_access/cloud-access-intro.md
25+
- file: tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md
26+
- file: tutorials/parquet-catalog-demos/neowise-source-table-strategies.md
27+
- file: tutorials/parquet-catalog-demos/neowise-source-table-lightcurves.md
28+
- file: tutorials/openuniversesims/openuniverse2024_roman_simulated_timedomainsurvey.md
29+
- file: tutorials/openuniversesims/openuniverse2024_roman_simulated_wideareasurvey.md
30+
- file: tutorials/cloud_access/euclid-cloud-access.md
31+
- title: Euclid
32+
children:
33+
- title: Euclid Early Release Observations
34+
children:
35+
- file: tutorials/euclid_access/Euclid_ERO.md
36+
- title: Euclid Quick Release 1
37+
children:
38+
- file: tutorials/euclid_access/1_Euclid_intro_MER_images.md
39+
- file: tutorials/euclid_access/2_Euclid_intro_MER_catalog.md
40+
- file: tutorials/euclid_access/3_Euclid_intro_1D_spectra.md
41+
- file: tutorials/euclid_access/4_Euclid_intro_PHZ_catalog.md
42+
- file: tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md
43+
- file: tutorials/cloud_access/euclid-cloud-access.md
44+
- title: SPHEREx
45+
children:
46+
- file: tutorials/spherex/spherex_intro.md
47+
- title: Visualizations with Firefly
48+
children:
49+
- file: tutorials/firefly/SEDs_in_Firefly.md
50+
- file: tutorials/firefly/NEOWISE_light_curve_demo.md
51+
- file: tutorials/firefly/OpenUniverse2024Preview_Firefly.md
52+
- title: Simulated Data
53+
children:
54+
- file: tutorials/roman_simulations/roman_hlss_number_density.md
55+
- title: Generic techniques
56+
children:
57+
- file: tutorials/parallelize/Parallelize_Convolution.md
58+
1159
site:
1260
template: book-theme
13-
# options:
14-
# favicon: favicon.ico
15-
# logo: site_logo.png
61+
options:
62+
favicon: _static/irsa-favicon.ico
63+
logo: _static/irsa_logo.png

0 commit comments

Comments
 (0)