From e2b01cf5cdf939d57980a795abd763eb0274b40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Tue, 19 Dec 2023 15:06:15 +0100 Subject: [PATCH 1/2] Fix a link in the documentation --- toolchains/python/python.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchains/python/python.bzl b/toolchains/python/python.bzl index a271b655..0503cd9b 100644 --- a/toolchains/python/python.bzl +++ b/toolchains/python/python.bzl @@ -275,7 +275,7 @@ def nixpkgs_python_repository( The format is generic to support the many ways to generate such packages sets with nixpkgs. See our python [`tests`](/testing/toolchains/python) and - [examples](`/examples/toolchains/python`) to get started. + [`examples`](/examples/toolchains/python) to get started. This rule is intended to mimic as closely as possible the [rules_python API](https://github.com/bazelbuild/rules_python#using-the-package-installation-rules). From 8c6d254c139e971488dcc7ff221e73a40f26b953 Mon Sep 17 00:00:00 2001 From: Ben Radford Date: Mon, 8 Jan 2024 13:22:45 +0000 Subject: [PATCH 2/2] Run update-README targets to regenerate docs. --- README.md | 2 +- toolchains/python/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b45838d6..e3c786cd 100644 --- a/README.md +++ b/README.md @@ -2309,7 +2309,7 @@ picking the python packages you need from nixpkgs. The format is generic to support the many ways to generate such packages sets with nixpkgs. See our python [`tests`](/testing/toolchains/python) and -[examples](`/examples/toolchains/python`) to get started. +[`examples`](/examples/toolchains/python) to get started. This rule is intended to mimic as closely as possible the [rules_python API](https://github.com/bazelbuild/rules_python#using-the-package-installation-rules). diff --git a/toolchains/python/README.md b/toolchains/python/README.md index 872b275a..23d78f56 100644 --- a/toolchains/python/README.md +++ b/toolchains/python/README.md @@ -261,7 +261,7 @@ picking the python packages you need from nixpkgs. The format is generic to support the many ways to generate such packages sets with nixpkgs. See our python [`tests`](/testing/toolchains/python) and -[examples](`/examples/toolchains/python`) to get started. +[`examples`](/examples/toolchains/python) to get started. This rule is intended to mimic as closely as possible the [rules_python API](https://github.com/bazelbuild/rules_python#using-the-package-installation-rules).