8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf0511 commit 5c20268Copy full SHA for 5c20268
docs/getting-started.md
@@ -7,7 +7,7 @@ and the older way of using `WORKSPACE`.
7
It assumes you have a `requirements.txt` file with your PyPI dependencies.
8
9
For more details information about configuring `rules_python`, see:
10
-* [Configuring the runtime](toolchains)
+* [Configuring the runtime](configuring-toolchains)
11
* [Configuring third party dependencies (pip/pypi)](pypi-dependencies)
12
* [API docs](api/index)
13
docs/toolchains.md
@@ -1,6 +1,7 @@
1
:::{default-domain} bzl
2
:::
3
4
+(configuring-toolchains)=
5
# Configuring Python toolchains and runtimes
6
This documents how to configure the Python toolchain and runtimes for different
0 commit comments