diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md index b77fd240..a431a84a 100644 --- a/docs/src/tutorials/index.md +++ b/docs/src/tutorials/index.md @@ -15,31 +15,6 @@ const beginner = [ } ]; -const intermediate = [ - { - href: "intermediate/ClosureImaging.md", - caption: "Imaging a Black Hole using Closures", - desc: "Learn how to image M87* using only closure quantities." - }, - { - href: "intermediate/StokesIImaging.md", - caption: "Stokes I Simultaneous Image and Instrument Modeling", - desc: "Learn how to image complex visibilities using Comrade" - }, - { - href: "intermediate/PolarizedImaging", - caption: "Full Stokes Imaging and Calibration using the RIME formalism", - desc: "Learn how to do solve the RIME with Comrade" - } -]; - -const advanced = [ - { - href: "advanced/HybridImaging.md", - caption: "Simultaneous modeling with residual imaging for M87*", - desc: "Learn how to using a hybrid model decomposition of a black hole for improved inference" - } -];