From a8d824dcc9e4aba59747a45fd4d140a1f703630f Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Sun, 5 Jan 2025 18:53:31 +0100 Subject: [PATCH] CHANGELOG --- changelog/18.docs.md | 1 + changelog/18.feature.md | 1 + changelog/18.trivial.md | 1 + mkdocs.yml | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelog/18.docs.md create mode 100644 changelog/18.feature.md create mode 100644 changelog/18.trivial.md diff --git a/changelog/18.docs.md b/changelog/18.docs.md new file mode 100644 index 0000000..4f85fb1 --- /dev/null +++ b/changelog/18.docs.md @@ -0,0 +1 @@ +Added a tutorial into our support for creating emissions pathways that are compatible with a given budget (see [Budget-compatible emissions pathways](../tutorials/budget_compatible_pathways)). diff --git a/changelog/18.feature.md b/changelog/18.feature.md new file mode 100644 index 0000000..ec7cec3 --- /dev/null +++ b/changelog/18.feature.md @@ -0,0 +1 @@ +Added [`budget_compatible_pathways`][continuous_timeseries.budget_compatible_pathways] to support the creation of pathways compatible with a given budget. diff --git a/changelog/18.trivial.md b/changelog/18.trivial.md new file mode 100644 index 0000000..c37861c --- /dev/null +++ b/changelog/18.trivial.md @@ -0,0 +1 @@ +Added support for rending maths with latex in the docs. diff --git a/mkdocs.yml b/mkdocs.yml index 03d8949..eaa590a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,9 +52,9 @@ plugins: # Use filenames for titles ignore_h1_titles: True include: ["*.py"] - # execute: true + execute: true # Toggle off for faster builds - execute: false + # execute: false allow_errors: false # theme: dark include_source: True