| commit | 79df3c9077b12ccf7a8e73757c417c607a81f1d3 | [log] [tgz] |
|---|---|---|
| author | Richard Levasseur <rlevasseur@google.com> | Mon Sep 02 23:06:31 2024 -0700 |
| committer | GitHub <noreply@github.com> | Tue Sep 03 06:06:31 2024 +0000 |
| tree | ee75b81bd35a9fd12066a55a52f861f3cd0453a1 | |
| parent | 50f6ce749eb20fc53ace644d3bc91d50829e6c2d [diff] |
docs: fix some doc warnings and xrefs (#2176) This fixes a few warnings Sphinx emits when processing docs * Fix py_console_script_binary reference in changelog * Remove `*` that doesn't match anything in index * Replace heading with rubric to remove warning about non-consecutive indent * Remove duplicate bzl:type role definition
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.