From 058ae1a8be743c4dab14b6f32156084f36071b3d Mon Sep 17 00:00:00 2001 From: Mathieu Boudreau Date: Wed, 20 Oct 2021 12:59:16 -0300 Subject: [PATCH] Update TOC format for new Jupyter Book version --- binder/Dockerfile | 2 +- content/_toc.yml | 41 +++++++++++++++++++---------------------- 2 files changed, 20 insertions(+), 23 deletions(-) diff --git a/binder/Dockerfile b/binder/Dockerfile index 9b0b6c9..c5941cb 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -51,7 +51,7 @@ RUN cd $HOME/work; \ sos-matlab \ sos-ruby \ sos-sas \ - sos-julia \ + sos-julia \ sos-javascript \ sos-r \ scipy \ diff --git a/content/_toc.yml b/content/_toc.yml index 9bc4b1b..361f704 100644 --- a/content/_toc.yml +++ b/content/_toc.yml @@ -1,22 +1,19 @@ -- file: intro - title: "Home" - -- chapters: - - file: 01/IR_Introduction - title: "Inversion Recovery" - expand_sections: true - sections: - - file: 01/IR_SignalModelling - - file: 01/IR_DataFitting - - file: 01/IR_BenefitsAndPitfalls - - file: 01/IR_OtherMethods - - file: 01/IR_References - - file: 02/VFA_Introduction - title: "Variable Flip Angle" - expand_sections: true - sections: - - file: 02/VFA_SignalModelling - - file: 02/VFA_DataFitting - - file: 02/VFA_BenefitsAndPitfalls - - file: 02/VFA_References - +format: jb-book +root: intro.md + +chapters: +- file: 01/IR_Introduction + title: "Inversion Recovery" + sections: + - file: 01/IR_SignalModelling + - file: 01/IR_DataFitting + - file: 01/IR_BenefitsAndPitfalls + - file: 01/IR_OtherMethods + - file: 01/IR_References +- file: 02/VFA_Introduction + title: "Variable Flip Angle" + sections: + - file: 02/VFA_SignalModelling + - file: 02/VFA_DataFitting + - file: 02/VFA_BenefitsAndPitfalls + - file: 02/VFA_References \ No newline at end of file