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`.