Update and fix URLS for new domain name and HTTPS. (#29)

Fixes #27
16 files changed
tree: d4f19641284ea7a08353380e2867306c40ee2879
  1. site/
  2. skydoc/
  3. skylark/
  4. .gitignore
  5. AUTHORS
  6. BUILD
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. LICENSE
  10. README.md
  11. serve-docs.sh
  12. skydoc-screenshot.png
  13. WORKSPACE
README.md

Skydoc - Skylark Documentation Generator

Build Status

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.

A screenshot of Skydoc generated HTML documentation

Get Started

About Skydoc