Skip to content

Commit d2bceed

Browse files
icweavercgarling
andauthored
feat: Spectroscopy with SDSS tutorial (#28)
Follow-up to JuliaAstro/JuliaAstro.github.io#203 Trying it out in notebook format Doc preview: https://learn.juliaastro.org/previews/PR28/tutorials/spectroscopy-sdss/ --------- Co-authored-by: Chris Garling <chris.t.garling@gmail.com>
1 parent 0904190 commit d2bceed

5 files changed

Lines changed: 496 additions & 1 deletion

File tree

src/assets/spec-SDSS.png

97.3 KB
Loading

src/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
section#title {
1010
display: none !important;
1111
}
12+
featured-card .author {
13+
display: none !important;
14+
}
1215
</style>
1316

1417
<meta name="pluto-insertion-spot-meta">

src/pluto_export_configuration.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"title": "Dust",
2727
"description": "Extinction and attenuation curves.",
2828
"tags": ["dust"]
29+
},
30+
{
31+
"title": "Spectroscopy",
32+
"description": "Spectroscopy.",
33+
"tags": ["spectroscopy"]
2934
}
3035
]
3136
}

src/sidebar data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sections = ["file I/O", "units", "models", "cosmology", "dust"]
1+
sections = ["file I/O", "units", "models", "cosmology", "dust", "spectroscopy"]
22

33
Dict(
44
"main" => [uppercase(section) => collections[section].pages for section in sections],

0 commit comments

Comments
 (0)