commit | 148122aff9fcb36fd98ed2f2eda239ced668e863 | [log] [tgz] |
---|---|---|
author | Richard Levasseur <rlevasseur@google.com> | Sat Sep 07 01:03:10 2024 -0700 |
committer | GitHub <noreply@github.com> | Sat Sep 07 08:03:10 2024 +0000 |
tree | f34af034601d1188f97854ac065f330bb669cd4a | |
parent | 118573bd5cd57b7af1e8a4a7e1abd6561d76ff37 [diff] |
docs: document py_cc_toolchain and py_runtime_pair (#2196) Their doc targets weren't included in the main docs deps list, so they weren't showing up. Also xref from the py_runtime_pair macro to the underlying rule.
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.