From 110088acc4258d6ba166d05ba7b1b3c57478b4bc Mon Sep 17 00:00:00 2001 From: hannah Date: Thu, 29 Jun 2023 00:43:13 -0400 Subject: [PATCH] moved minimum dependencies to maintainance guide Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com> Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> --- doc/devel/index.rst | 2 +- doc/devel/min_dep_policy.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/devel/index.rst b/doc/devel/index.rst index 673a91412769..3ad72d38fe4d 100644 --- a/doc/devel/index.rst +++ b/doc/devel/index.rst @@ -83,7 +83,6 @@ Development workflow :maxdepth: 1 dependencies - Minimum versions .. grid-item-card:: Workflow @@ -133,6 +132,7 @@ Contribution guides :maxdepth: 1 release_guide + min_dep_policy MEP/index .. toctree:: diff --git a/doc/devel/min_dep_policy.rst b/doc/devel/min_dep_policy.rst index 05efe541ef0f..475985992bbc 100644 --- a/doc/devel/min_dep_policy.rst +++ b/doc/devel/min_dep_policy.rst @@ -1,8 +1,8 @@ .. _min_deps_policy: -====================================== -Minimum version of dependencies policy -====================================== +========================= +Dependency version policy +========================= For the purpose of this document, 'minor version' is in the sense of SemVer (major, minor, patch) and includes both major and minor