Skip to content

Commit b828729

Browse files
committed
add ref to howto guide in pypi docs
1 parent d73869f commit b828729

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/pypi/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Using PyPI packages (aka "pip install") involves the following main steps:
1111

1212
With the advanced topics covered separately:
1313
* Dealing with [circular dependencies](./circular-dependencies).
14+
* Handling [multi-platform dependencies](../howto/multi-platform-pypi-deps).
1415

1516
```{toctree}
1617
lock
@@ -22,6 +23,9 @@ use
2223
## Advanced topics
2324

2425
```{toctree}
26+
:maxdepth: 1
27+
2528
circular-dependencies
2629
patch
30+
../howto/multi-platform-pypi-deps
2731
```

python/private/pypi/pip_repository.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ code will be re-evaluated when any of files in the default changes.
266266
Those dependencies become available in a generated `requirements.bzl` file.
267267
You can instead check this `requirements.bzl` file into your repo, see the "vendoring" section below.
268268
269+
For advanced use-cases, such as handling multi-platform dependencies, see the
270+
[How-to: Multi-Platform PyPI Dependencies guide](/howto/multi-platform-pypi-deps).
271+
269272
In your WORKSPACE file:
270273
271274
```starlark

0 commit comments

Comments
 (0)