move stardoc.bzl to stardoc/ (#124)

* move stardoc.bzl to stardoc/

* add the stardoc directory accidentally omitted from last commit
4 files changed
tree: 13d529a47b8b09a8d5d3489f19c091a73ef5d753
  1. .bazelci/
  2. site/
  3. skydoc/
  4. skylark/
  5. stardoc/
  6. test/
  7. .gitignore
  8. AUTHORS
  9. BUILD
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. LICENSE
  13. README.md
  14. serve-docs.sh
  15. skydoc-screenshot.png
  16. 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