Skydoc - Skylark Documentation Generator
Skydoc is a documentation generator for Bazel build rules written in Skylark.
Skydoc provides a set of Skylark rules (skylark_library
and skylark_doc
)
that can be used to build documentation for Skylark rules in either Markdown or
HTML. Skydoc generates one documentation page per .bzl
file.
- How to set up Skydoc for your project
- The Skydoc docstring format
- How to integrate Skydoc with your build.
- How to contribute to Skydoc
- See the Skydoc roadmap