commit | e06314fbce8dfd08a9fd1428a736310d7e9c5452 | [log] [tgz] |
---|---|---|
author | Richard Levasseur <rlevasseur@google.com> | Thu Oct 17 22:53:21 2024 -0700 |
committer | GitHub <noreply@github.com> | Fri Oct 18 05:53:21 2024 +0000 |
tree | f71119604f88c5295fb1c570702b48afe97a44fd | |
parent | 8f3538f3d5701bba3f6fe85e6ab4340d407e6903 [diff] |
docs: fix rendering of python extension (#2312) The file doc string used increasing colon-counts for directives (a 3-colon directive contained a 4-colon directive), which messes up subsequent nesting later on the page. To fix, use 4 colons for the outer topic and 3 for the inner topic.
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.