From 1d746abc99c6e4af8418506f7f4519f4a1769a52 Mon Sep 17 00:00:00 2001 From: Quek Ching Yee Date: Sun, 3 Nov 2024 12:05:21 +0800 Subject: [PATCH 1/2] bump: revert changes --- CHANGELOG.md | 2 ++ mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64826f67..a7b0bd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added: +- Misc: Documentation to rely on jupyter notebook. ## [0.22.0] - 2024-11-03 ### Added: diff --git a/mkdocs.yml b/mkdocs.yml index f061cdf5..bd4ed090 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,7 +94,7 @@ theme: plugins: - glightbox # expand images - mkdocs-jupyter - include_source: True + include_source: True - search - social: cards_layout_options: From c51605b202ff0415d59beeffbe6b2a40183bcabe Mon Sep 17 00:00:00 2001 From: Quek Ching Yee Date: Sun, 3 Nov 2024 12:11:01 +0800 Subject: [PATCH 2/2] docs: fix mkdoc yaml --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index bd4ed090..2a3a966c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -93,7 +93,7 @@ theme: plugins: - glightbox # expand images - - mkdocs-jupyter + - mkdocs-jupyter: include_source: True - search - social: