commit | 0ef7695c9d70084946a3e99b89ad5a99ede79580 | [log] [tgz] |
---|---|---|
author | Alex Eagle <eagle@post.harvard.edu> | Mon Mar 26 13:35:37 2018 -0700 |
committer | Jingwen <jin@users.noreply.github.com> | Mon Mar 26 16:35:37 2018 -0400 |
tree | eea03fc2d5d28d255dbaa7ab669c59097ae11f28 | |
parent | bc93337cde60673dddb81abbdd28553245236cae [diff] |
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
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.