From 3e24bf67fdb3b0091714da7def31048582abf016 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Jun 2024 13:56:13 +0100 Subject: Add link to the notebook in the main book HTML --- ChangeLog.md | 4 +++- TODO.md | 2 -- structure/book/00-preamble.md | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index bfe3e24..6ac9bc9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,9 @@ ### Features -* [x] Add license and version information in the notebook. +* [x] Notebook: + * [x] Add link to the notebook in the main book HTML. + * [x] Add license and version information in the notebook. * [x] Add the repository URL into the documentation. * [x] Improvements towards localization. diff --git a/TODO.md b/TODO.md index 17726b2..d3aa187 100644 --- a/TODO.md +++ b/TODO.md @@ -2,8 +2,6 @@ ## Basic -* [ ] Notebook: - * [ ] Add link to the notebook in the main book HTML. * [ ] Slides: * [ ] Move `slides` to `content/slides`? * [ ] Improved slides workflow (compilation etc). diff --git a/structure/book/00-preamble.md b/structure/book/00-preamble.md index fea2bc0..f614fc9 100644 --- a/structure/book/00-preamble.md +++ b/structure/book/00-preamble.md @@ -22,6 +22,8 @@ if (knitr::is_html_output()) { cat('.') cat('
') cat('Versões anteriores disponíveis no arquivo.') + cat('
') + cat('Caderno de anotações disponível aqui.') cat('

') cat(readLines('snippets/project.txt')) cat(' - ') -- cgit v1.2.3