make skylark.bzl compatible with --incompatible_depset_is_not_iterable (#125)

1 file changed
tree: 957886cdc9ea7a216bf7ca8fc32e78cfeba595c9
  1. .bazelci/
  2. site/
  3. skydoc/
  4. skylark/
  5. test/
  6. .gitignore
  7. AUTHORS
  8. BUILD
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. LICENSE
  12. README.md
  13. serve-docs.sh
  14. skydoc-screenshot.png
  15. WORKSPACE
README.md

Skydoc - Skylark Documentation Generator

Build status

Skydoc is a documentation generator for Bazel build rules written in Skylark.

Skydoc provides a Skylark rule (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.

NOTE: skylark_library's implementation has moved to Skylib.

A screenshot of Skydoc generated HTML documentation

Get Started

About Skydoc