From ed9d4eb76309e5fce80b4529ff693e85ee6e4896 Mon Sep 17 00:00:00 2001 From: alanlujan91 Date: Tue, 20 Feb 2024 20:28:47 -0500 Subject: [PATCH] update toc --- _toc.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/_toc.yml b/_toc.yml index 379b156..4e0cacb 100644 --- a/_toc.yml +++ b/_toc.yml @@ -16,24 +16,22 @@ # Learn more at https://jupyterbook.org/customize/toc.html format: jb-book -root: examples\00_Rectilinear\01. Multivariate Interpolation +root: "examples\\00_Rectilinear\\01. Multivariate Interpolation" chapters: - title: Examples sections: - title: Rectilinear sections: - - file: examples\00_Rectilinear\Multivalued Interpolation - - file: >- - examples\00_Rectilinear\Multivariate Interpolation with - Derivatives + - 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 + - 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 + - file: "examples\\02_Unstructured\\06. Unstructured Interpolation" + - file: "examples\\02_Unstructured\\07. Regression Interpolation" + - file: "examples\\02_Unstructured\\gpytorch" + - file: "examples\\05. Triangulation"