Use http_archive, not git_repository (#92)

* Use http_archive, not git_repository

Fixes #91

* refactor: fix for deprecation of new_http_archive.url

use new_http_archive.urls instead with a single entry
1 file changed
tree: eea03fc2d5d28d255dbaa7ab669c59097ae11f28
  1. .bazelci/
  2. site/
  3. skydoc/
  4. skylark/
  5. .gitignore
  6. AUTHORS
  7. BUILD
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. README.md
  12. serve-docs.sh
  13. skydoc-screenshot.png
  14. 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