| commit | 905af697d68e4a87d037a721b385f4d26f8ba848 | [log] [tgz] |
|---|---|---|
| author | Richard Levasseur <rlevasseur@google.com> | Thu Aug 15 02:14:12 2024 -0700 |
| committer | GitHub <noreply@github.com> | Thu Aug 15 09:14:12 2024 +0000 |
| tree | 9064526a016f7694bd391da8a8b9c74fb77a4220 | |
| parent | d69559de837771c8d5c72bf8aef3846e8f40b3ab [diff] |
docs: move Sphinx object inventory for Bazel under sphinxdocs (#2117) This moves the inventory file for Bazel objects under the sphinxdocs directory. Inventory files are the manifest of things that can be cross referenced from some external source. They're moved under sphinxdocs since these are about Bazel in general and aren't specific to rules_python.
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.