From dcfb1074b63397c1198564f0fc10b2b94eb2ebb1 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 2 May 2025 15:38:35 -0400 Subject: [PATCH 1/2] docs: fix link to page Signed-off-by: Henry Schreiner --- docs/pages/guides/packaging_classic.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/guides/packaging_classic.md b/docs/pages/guides/packaging_classic.md index e62d739c..eca8325e 100644 --- a/docs/pages/guides/packaging_classic.md +++ b/docs/pages/guides/packaging_classic.md @@ -18,10 +18,10 @@ outlined as well. There are several popular packaging systems. This guide covers the old configuration style for [Setuptools][]. Unless you really need it, you should be using the modern style described in -[Simple Packaging](/guides/packaging-simple/). The modern style is guided by -Python Enhancement Proposals (PEPs), and is more stable than the -setuptools-specific mechanisms that evolve over the years. This page is kept to -help users with legacy code (and hopefully upgrade it). +[Simple Packaging]({% link pages/guides/packaging_simple.md %}). The modern +style is guided by Python Enhancement Proposals (PEPs), and is more stable than +the setuptools-specific mechanisms that evolve over the years. This page is +kept to help users with legacy code (and hopefully upgrade it). {: .note } From 59fa36f17f37daa0e3036119ac01ac2efce5ed7c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 19:39:31 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- docs/pages/guides/packaging_classic.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pages/guides/packaging_classic.md b/docs/pages/guides/packaging_classic.md index eca8325e..3942bb6a 100644 --- a/docs/pages/guides/packaging_classic.md +++ b/docs/pages/guides/packaging_classic.md @@ -17,11 +17,11 @@ outlined as well. There are several popular packaging systems. This guide covers the old configuration style for [Setuptools][]. Unless you really need it, you should be -using the modern style described in -[Simple Packaging]({% link pages/guides/packaging_simple.md %}). The modern -style is guided by Python Enhancement Proposals (PEPs), and is more stable than -the setuptools-specific mechanisms that evolve over the years. This page is -kept to help users with legacy code (and hopefully upgrade it). +using the modern style described in [Simple +Packaging]({% link pages/guides/packaging_simple.md %}). The modern style is +guided by Python Enhancement Proposals (PEPs), and is more stable than the +setuptools-specific mechanisms that evolve over the years. This page is kept to +help users with legacy code (and hopefully upgrade it). {: .note }