diff --git a/_toc.yml b/_toc.yml deleted file mode 100644 index 580c526..0000000 --- a/_toc.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Table of Contents -# -# Myst will respect: -# 1. New pages -# - file: relative/path/to/page -# 2. New sections without an associated page -# - title: Folder Title -# sections: ... -# 3. New sections with an associated page -# - file: relative/path/to/page -# sections: ... -# -# Note: Titles defined on pages here are not recognized. -# -# This spec is based on the JupyterBook table of contents. -# Learn more at https://jupyterbook.org/customize/toc.html - -format: jb-book -root: examples\00_Rectilinear\Multivalued_Interpolation -chapters: - - title: Examples - sections: - - title: Rectilinear - sections: - - file: examples\00_Rectilinear\Multivalued_Interpolation - - file: examples\00_Rectilinear\Multivariate_Interpolation_with_Derivatives - - title: Curvilinear - sections: - - file: examples\01_Curvilinear\02._Warped_Interpolation - - file: examples\01_Curvilinear\03._Curvilinear_Interpolation - - file: examples\01_Curvilinear\04._Piecewise_Affine_Interpolation - - title: Unstructured - sections: - - file: examples\02_Unstructured\06._Unstructured_Interpolation - - file: examples\02_Unstructured\07._Regression_Interpolation - - file: examples\02_Unstructured\gpytorch - - file: examples\05._Triangulation