Skip to content

Commit 70b6697

Browse files
authored
docs: improve generated documentation (#203)
Document both the py_binary (macro) and py_binary_rule underneath it, like we do in other rulesets. Same for py_test and py_test_rule Fill in some missing docstrings. --- ### Type of change - Documentation (updates to documentation or READMEs) ### Test plan None
1 parent 0945973 commit 70b6697

File tree

10 files changed

+124
-277
lines changed

10 files changed

+124
-277
lines changed

docs/BUILD.bazel

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,4 @@ stardoc_with_diff_test(
77
bzl_library_target = "//py:defs",
88
)
99

10-
stardoc_with_diff_test(
11-
name = "py_library",
12-
bzl_library_target = "//py/private:py_library",
13-
)
14-
15-
stardoc_with_diff_test(
16-
name = "py_binary",
17-
bzl_library_target = "//py/private:py_binary",
18-
)
19-
2010
update_docs(name = "update")

docs/py_binary.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

docs/py_library.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

docs/rules.md

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

0 commit comments

Comments
 (0)