From 48ee2aeb8794184f6f76bd7530250c39635cc452 Mon Sep 17 00:00:00 2001 From: heyarne Date: Tue, 2 Mar 2021 11:06:48 +0000 Subject: [PATCH] Add sentinel_helpers.py --- _config.yml | 7 +++++++ _toc.yml | 3 +++ 2 files changed, 10 insertions(+) diff --git a/_config.yml b/_config.yml index 5e2ca43..decb2dd 100755 --- a/_config.yml +++ b/_config.yml @@ -11,5 +11,12 @@ copyright: "CC-BY-SA 4.0 2021" # Copyright year to be placed in the footer logo: great-forty-foot-telescope-wikipedia.png # A path to the book logo execute: execute_notebooks: "off" + +sphinx: + config: + nb_custom_formats: + .py: + - jupytext.reads + - fmt: Rmd exclude_patterns: [_build, .cache, .config, .local, .npm, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"] diff --git a/_toc.yml b/_toc.yml index 39754e9..c0d710d 100644 --- a/_toc.yml +++ b/_toc.yml @@ -26,3 +26,6 @@ - file: "sources/03b Example Initialized Downloads.ipynb" - file: "sources/03b Forest Fires 2018 and 2019.ipynb" - file: "sources/03c dNBR.ipynb" +- part: "Appendix" + chapters: + - file: "sources/sentinel_helpers.py"