mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 07:28:54 -06:00
In the policy pages' "deprecated by definition" box, instead of linking that phrase to the `cmake-policies(7)` manual page, add a label (`_cmake-policies-intro`) above the "Introduction" section, and link to that label using the `:ref:` role instead. This avoids landing the reader at the `cmake-policies(7)` table of contents, which is now long enough that it's likely to fill their entire screen unless they scroll down! As an added bonus, using `:ref:` instead of `:manual:` avoids applying monospace formatting to the link text.
5 lines
156 B
ReStructuredText
5 lines
156 B
ReStructuredText
.. note::
|
|
The ``OLD`` behavior of a policy is
|
|
:ref:`deprecated by definition <cmake-policies-intro>`
|
|
and may be removed in a future version of CMake.
|