| commit | c7a20785bd158f04680be0b7270c76cf6fe4b4cb | [log] [tgz] |
|---|---|---|
| author | Richard Levasseur <rlevasseur@google.com> | Thu Oct 24 19:33:46 2024 -0700 |
| committer | GitHub <noreply@github.com> | Fri Oct 25 02:33:46 2024 +0000 |
| tree | 34f00ac9cac1d8df4cb06f435e7eeacdc21839ad | |
| parent | f231358115c8d411a77b7e5b0a7a7dd6867679fd [diff] |
docs: link to main docs in generated release notes (#2338) The generated release notes provide some very simple copy/paste quick start, but don't tell where to find more detailed info. Link to our main docs so users know where to find out more. Along the way: * Drop Bazel 6 mention. It'll be unsupported pretty soon. * Drop "bzlmod is beta" mention, since the APIs are stable enough (and stability is better covered in other docs which can handle the nuance of what is/isn't GA)
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.