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