Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/devel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ Development workflow
:maxdepth: 1

dependencies
Minimum versions <min_dep_policy>


.. grid-item-card:: Workflow
Expand Down Expand Up @@ -133,6 +132,7 @@ Contribution guides
:maxdepth: 1

release_guide
min_dep_policy
MEP/index

.. toctree::
Expand Down
6 changes: 3 additions & 3 deletions doc/devel/min_dep_policy.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down