From cfb662daa9b78990d2f7a7e989906bc3c60f2e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=B6ning?= Date: Sun, 11 Jun 2023 17:35:18 +0200 Subject: [PATCH] add missing changelog entry for PR #698 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolas Höning --- .vscode/spellright.dict | 1 + documentation/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/.vscode/spellright.dict b/.vscode/spellright.dict index c43d7261f..0d4c10887 100644 --- a/.vscode/spellright.dict +++ b/.vscode/spellright.dict @@ -256,3 +256,4 @@ eval dataframe dataframes args +docstrings diff --git a/documentation/changelog.rst b/documentation/changelog.rst index fbe7da151..34587cafd 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -25,6 +25,7 @@ Infrastructure / Support * The setting FLEXMEASURES_PLUGINS can be set as environment variable now (as a comma-separated list) [see `PR #660 `_] * Packaging was modernized to stop calling setup.py directly [see `PR #671 `_] * Remove API versions 1.0, 1.1, 1.2, 1.3 and 2.0, while allowing hosts to switch between ``HTTP status 410 (Gone)`` and ``HTTP status 404 (Not Found)`` responses [see `PR #667 `_] +* Add code documentation from package structure and docstrings to official docs [see `PR #698 `_] .. warning:: The setting `FLEXMEASURES_PLUGIN_PATHS` has been deprecated since v0.7. It has now been sunset. Please replace it with :ref:`plugin-config`.