commit | 39bb348b6127b8100e45a55cf8513190ebd60f69 | [log] [tgz] |
---|---|---|
author | Philipp Wollermann <philwo@google.com> | Wed Jun 30 23:54:58 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 30 17:54:58 2021 -0400 |
tree | 5357e485133c3fb1338782f23cd0381fe6a78964 | |
parent | 8f6d22452d088b49b13ba2c224af69ccc8ccbc90 [diff] |
Remove ubuntu1604 from presubmit.yml (#105) Ubuntu 16.04 is end-of-life, we're going to remove it from Bazel CI. If you like you can add testing on `ubuntu2004` platform which we also support.
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.