Skip to content

Commit

Permalink
docs: turn a couple mentions of flags into cross references
Browse files Browse the repository at this point in the history
I found turning these into clickable links made browsing the docs to
understand behavior easier.
  • Loading branch information
rickeylev committed Aug 22, 2024
1 parent 5eff339 commit 384ec45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/private/common/attributes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ attribute.
doc = """
Whether py source files should be precompiled.
See also: `--precompile` flag, which can override this attribute in some cases.
See also: {obj}`--precompile` flag, which can override this attribute in some cases.
Values:
Expand Down Expand Up @@ -333,7 +333,7 @@ runtime when the code actually runs.
Determines, when a source file is compiled, if the source file is kept
in the resulting output or not. Valid values are:
* `inherit`: Inherit the value from the `--precompile_source_retention` flag.
* `inherit`: Inherit the value from the {obj}`--precompile_source_retention` flag.
* `keep_source`: Include the original Python source.
* `omit_source`: Don't include the original py source.
* `omit_if_generated_source`: Keep the original source if it's a regular source
Expand Down

0 comments on commit 384ec45

Please sign in to comment.