commit | 0086c0a75d5042ef97e2040913e2f5bfde587188 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Thu May 02 14:34:03 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu May 02 14:34:03 2024 -0400 |
tree | 24d8fea4b413b4087c13ba0a989d05c70282c63e | |
parent | 6bbe896253cf446a3a3fca5a61d021e2ef88f21b [diff] |
Remove rendering test from distro tarball (#217) We already remove the integration tests from the distro tarball; the rendering unit test is in there by mistake.
Stardoc is a documentation generator for Bazel build rules written in Starlark.
Stardoc provides a Starlark rule (stardoc
, see documentation) that can be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation page per .bzl
file.
Stardoc is a replacement for the deprecated “Skydoc” documentation generator.
See Skydoc Deprecation for details on the deprecation and migration details.
See our future plans for refactoring Stardoc to be more consistent with how Bazel evaluates .bzl files, and what it means for maintenance of this project.
See the maintaner's guide for instructions for cutting a new release.