diff --git a/docs/py_binary.md b/docs/py_binary.md index 61c0083d..c71ff924 100755 --- a/docs/py_binary.md +++ b/docs/py_binary.md @@ -2,7 +2,7 @@ Implementation for the py_binary and py_test rules. - + ## py_binary @@ -17,16 +17,16 @@ py_binary(name, data | Name | Description | Type | Mandatory | Default | | :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| data | - | List of labels | optional | [] | -| deps | - | List of labels | optional | [] | -| env | - | Dictionary: String -> String | optional | {} | +| name | A unique name for this target. | Name | required | | +| data | - | List of labels | optional | [] | +| deps | - | List of labels | optional | [] | +| env | - | Dictionary: String -> String | optional | {} | | imports | - | List of strings | optional | [] | -| main | - | Label | required | | -| srcs | - | List of labels | optional | [] | +| main | - | Label | required | | +| srcs | - | List of labels | optional | [] | - + ## py_test @@ -41,16 +41,16 @@ py_test(name, data, name | A unique name for this target. | Name | required | | -| data | - | List of labels | optional | [] | -| deps | - | List of labels | optional | [] | -| env | - | Dictionary: String -> String | optional | {} | +| name | A unique name for this target. | Name | required | | +| data | - | List of labels | optional | [] | +| deps | - | List of labels | optional | [] | +| env | - | Dictionary: String -> String | optional | {} | | imports | - | List of strings | optional | [] | -| main | - | Label | required | | -| srcs | - | List of labels | optional | [] | +| main | - | Label | required | | +| srcs | - | List of labels | optional | [] | - + ## py_base.implementation diff --git a/docs/py_library.md b/docs/py_library.md index 6985aadf..44ec9413 100755 --- a/docs/py_library.md +++ b/docs/py_library.md @@ -2,7 +2,7 @@ Implementation for the py_library rule - + ## py_library @@ -17,14 +17,14 @@ py_library(name, data< | Name | Description | Type | Mandatory | Default | | :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| data | - | List of labels | optional | [] | -| deps | - | List of labels | optional | [] | +| name | A unique name for this target. | Name | required | | +| data | - | List of labels | optional | [] | +| deps | - | List of labels | optional | [] | | imports | - | List of strings | optional | [] | -| srcs | - | List of labels | optional | [] | +| srcs | - | List of labels | optional | [] | - + ## py_library_utils.make_srcs_depset @@ -42,7 +42,7 @@ py_library_utils.make_srcs_depset(ctx |

-

| none | - + ## py_library_utils.make_imports_depset @@ -60,7 +60,7 @@ py_library_utils.make_imports_depset(ctx |

-

| none | - + ## py_library_utils.make_merged_runfiles @@ -81,7 +81,7 @@ py_library_utils.make_merged_runfiles(extra_runfiles_depsets |

-

| [] | - + ## py_library_utils.implementation diff --git a/docs/rules.md b/docs/rules.md index cf9ed190..b69e99a6 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -2,7 +2,7 @@ Public API re-exports - + ## py_wheel @@ -17,11 +17,11 @@ py_wheel(name, src) | Name | Description | Type | Mandatory | Default | | :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| src | - | Label | optional | None | +| name | A unique name for this target. | Name | required | | +| src | - | Label | optional | None | - + ## py_binary @@ -47,7 +47,7 @@ you can `bazel run [name].venv` to produce this, then use it in the editor. | kwargs | see [py_binary attributes](./py_binary) | none | - + ## py_library @@ -67,7 +67,7 @@ Wrapper macro for the py_library rule, setting a default for imports | kwargs | see [py_library attributes](./py_library) | none | - + ## py_test diff --git a/internal_deps.bzl b/internal_deps.bzl index f2d36155..be421a43 100644 --- a/internal_deps.bzl +++ b/internal_deps.bzl @@ -54,10 +54,10 @@ def rules_py_internal_deps(): http_archive( name = "io_bazel_stardoc", - sha256 = "c9794dcc8026a30ff67cf7cf91ebe245ca294b20b071845d12c192afe243ad72", + sha256 = "05fb57bb4ad68a360470420a3b6f5317e4f722839abc5b17ec4ef8ed465aaa47", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz", - "https://github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.2/stardoc-0.5.2.tar.gz", + "https://github.com/bazelbuild/stardoc/releases/download/0.5.2/stardoc-0.5.2.tar.gz", ], )