Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
docs/*.md linguist-generated=true
docs/migrating.md linguist-generated=false
docs/virtual_deps.md linguist-generated=false

# Configuration for 'git archive'
# see https://git-scm.com/docs/git-archive/2.40.0#ATTRIBUTES
# Don't include examples in the distribution artifact, just to reduce size
Expand Down
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ repos:

- repo: local
hooks:
- id: check-docs
name: Update docs
entry: /usr/bin/env bazel run //docs:update
language: script
require_serial: true

- id: check-requirements-lock
name: Update requirements lock
# Note that we use a nested shell to discard $@, which is the file list
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
docs/*.md
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,7 @@ In any ancestor `BUILD` file of the Python code, add these lines to instruct [Ga

# Public API

## Executables

- [py_binary](docs/py_binary.md) an executable Python program, used with `bazel run` or as a tool.
- [py_test](docs/py_test.md) a Python program that executes a test runner such as `unittest` or `pytest`, to be used with `bazel test`.
- [py_venv](docs/venv.md) create a virtualenv for a `py_binary` or `py_test` target for use outside Bazel, such as in an editor/IDE.

## Packaging

- [py_pex_binary](docs/pex.md) Create a zip file containing a full Python application.

## Packages

- [py_library](docs/py_library.md) a unit of Python code, used as a dependency of other rules.
See https://registry.bazel.build/docs/aspect_rules_py

# Telemetry & privacy policy

Expand Down
44 changes: 0 additions & 44 deletions docs/BUILD.bazel

This file was deleted.

46 changes: 0 additions & 46 deletions docs/pex.md

This file was deleted.

93 changes: 0 additions & 93 deletions docs/py_binary.md

This file was deleted.

86 changes: 0 additions & 86 deletions docs/py_image_layer.md

This file was deleted.

Loading
Loading