From 018c5f8090e3ea04ddf55e94aa908ab2fdba5bb0 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Jul 20 2021 10:48:30 +0000 Subject: Properly mark up anchors for deprecated macros --- diff --git a/guidelines/modules/ROOT/pages/Python.adoc b/guidelines/modules/ROOT/pages/Python.adoc index 0683842..5c51c9f 100644 --- a/guidelines/modules/ROOT/pages/Python.adoc +++ b/guidelines/modules/ROOT/pages/Python.adoc @@ -1731,24 +1731,13 @@ The following macros are deprecated. See the xref:Python[201x-era Python Packaging guidelines] for how some of them were used. -[#py3_build] -* `+%py3_build+` -[#py3_build_wheel] -* `+%py3_build_wheel+` -[#py3_build_egg] -* `+%py3_build_egg+` -[#py3_install] -* `+%py3_install+` -[#py3_install_wheel] -* `+%py3_install_wheel+` -[#py3_install_egg] -* `+%py3_install_egg+` -[#py3dir] -* `+%py3dir+` -[#py3_other_build] -* `+%py3_other_build+` -[#py3_other_install] -* `+%py3_other_install+` -[#python_provide] -* `+%python_provide+` -. +* [[py3_build]] `+%py3_build+` +* [[py3_build_wheel]] `+%py3_build_wheel+` +* [[py3_build_egg]] `+%py3_build_egg+` +* [[py3_install]] `+%py3_install+` +* [[py3_install_wheel]] `+%py3_install_wheel+` +* [[py3_install_egg]] `+%py3_install_egg+` +* [[py3dir]] `+%py3dir+` +* [[py3_other_build]] `+%py3_other_build+` +* [[py3_other_install]] `+%py3_other_install+` +* [[python_provide]] `+%python_provide+`