8000 chore(docs): fix bad html formatting (#959) · cflewis/rules_python@3c4ed56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c4ed56

Browse files
authored
chore(docs): fix bad html formatting (bazel-contrib#959)
1 parent 2c29f40 commit 3c4ed56

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

docs/pip.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pip_repository.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pip.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def pip_parse(requirements = None, requirements_lock = None, name = "pip_parsed_
142142
attributes.
143143
requirements (Label): Deprecated. See requirements_lock.
144144
name (str, optional): The name of the generated repository. The generated repositories
145-
containing each requirement will be of the form <name>_<requirement-name>.
145+
containing each requirement will be of the form `<name>_<requirement-name>`.
146146
bzlmod (bool, optional): Whether this rule is being run under a bzlmod module extension.
147147
**kwargs (dict): Additional arguments to the [`pip_repository`](./pip_repository.md) repository rule.
148148
"""

python/pip_install/pip_repository.bzl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ This option is required to support some packages which cannot handle the convers
380380
doc = """
381381
Environment variables to set in the pip subprocess.
382382
Can be used to set common variables such as `http_proxy`, `https_proxy` and `no_proxy`
383-
Note that pip is run with "--isolated" on the CLI so PIP_<VAR>_<NAME>
383+
Note that pip is run with "--isolated" on the CLI so `PIP_<VAR>_<NAME>`
384384
style env vars are ignored, but env vars that control requests and urllib3
385385
can be passed.
386386
""",
@@ -424,9 +424,7 @@ python_interpreter.
424424
),
425425
"repo_prefix": attr.string(
426426
doc = """
427-
Prefix for the generated packages will be of the form
428-
429-
@<prefix><sanitized-package-name>//...
427+
Prefix for the generated packages will be of the form `@<prefix><sanitized-package-name>//...`
430428
""",
431429
),
432430
# 600 is documented as default here: https://docs.bazel.build/versions/master/skylark/lib/repository_ctx.html#execute

0 commit comments

Comments
 (0)
0