| commit | 55d1042c245abc973a64319296abda8a1a279fe7 | [log] [tgz] |
|---|---|---|
| author | Greg Roodt <groodt@gmail.com> | Sun Jun 23 11:35:56 2024 +1000 |
| committer | GitHub <noreply@github.com> | Sun Jun 23 01:35:56 2024 +0000 |
| tree | 8550edeea64b189a8cb0af088ad77d656049e93d | |
| parent | 04a803c286451f7ad782369b7c529a46e6ad5c9e [diff] |
docs: Removes dead link after docs were migrated to sphinx (#2005) I believe the intended content is now here: https://rules-python.readthedocs.io/en/latest/#migrating-from-the-bundled-rules Im not sure there is much value linking to that page, but I don't mind. Just let me know. --------- Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>
This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.