Skip to content

Commit a73fa14

Browse files
committed
fixup
1 parent 79fa370 commit a73fa14

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

docs/pypi/download.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
:::{default-domain} bzl
22
:::
33

4-
# Download (bzlmod)
5-
6-
:::{seealso}
7-
For WORKSPACE instructions see [here](./download-workspace).
8-
:::
4+
# Download
95

106
To add PyPI dependencies to your `MODULE.bazel` file, use the `pip.parse`
117
extension and call it to create the central external repo and individual wheel

docs/pypi/lock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This rule generates two targets:
3636
- `bazel run [name].update` will regenerate the `requirements_txt` file
3737
- `bazel test [name]_test` will test that the `requirements_txt` file is up to date
3838

39-
Once you generate this fully specified list of requirements, you can install the requirements ([bzlmod](./download)/[WORKSPACE](./download-workspace)).
39+
Once you generate this fully specified list of requirements, you can [install the requirements](./download).
4040

4141
:::{warning}
4242
If you're specifying dependencies in `pyproject.toml`, make sure to include the

docs/pypi/use.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
# Use in BUILD.bazel files
55

66
Once you have set up the dependencies, you are ready to start using them in your `BUILD.bazel`
7-
files. If you haven't done so yet, set it up by following these docs:
8-
1. [WORKSPACE](./download-workspace)
9-
2. [bzlmod](./download)
7+
files. If you haven't done so yet, set it up by [following these docs](./download).
108

119
To refer to targets in a hub repo `pypi`, you can do one of two things:
1210
```starlark

0 commit comments

Comments
 (0)