8000 chore: fix syntax that stardoc misunderstands as HTML by alexeagle · Pull Request #1110 · bazel-contrib/rules_python · GitHub
[go: up one dir, main page]

Skip to content

chore: fix syntax that stardoc misunderstands as HTML #1110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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: 2 additions & 2 deletions docs/pip.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/pip_install/requirements.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def compile_pip_requirements(

It also generates two targets for running pip-compile:

- validate with `bazel test <name>_test`
- update with `bazel run <name>.update`
- validate with `bazel test [name]_test`
- update with `bazel run [name].update`

Args:
name: base name for generated targets, typically "requirements".
Expand Down
0