commit | 15345b8eeb549bc4a22195fa2f861ba28b339e1b | [log] [tgz] |
---|---|---|
author | Richard Levasseur <rlevasseur@google.com> | Sun Oct 20 16:08:39 2024 -0700 |
committer | GitHub <noreply@github.com> | Sun Oct 20 23:08:39 2024 +0000 |
tree | 64e1701167334fd1438b5562c96da8043b754998 | |
parent | 0c0492dfaea7eee9132c501439872e8d8e62bd4a [diff] |
docs: give user-friendly permalinks in changelog (#2315) The changelog header text doesn't turn into nice linkable ids. e.g. the "0.37.0" header is simply "id1" (and similar for all the other headers). To fix, use block attributes (made possible by the MyST attrs_block extension) to give them ids manually. The ids start with "v" and use dashes because a dotted number isn't accepted as a valid id. It was a bit tedious to update all the headers with ids, so I only did it for the last few releases.
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.