1 Star 0 Fork 1

ysl/underactuated-2020

forked from eric/underactuated-2020 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD.bazel 732 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jamie Snape 提交于 2020-06-16 16:25 . Run buildifier and yapf
# -*- mode: python -*-
# vi: set ft=python :
# Copyright 2020 Massachusetts Institute of Technology.
# Licensed under the BSD 3-Clause License. See LICENSE.TXT for details.
load("//htmlbook/tools/tidy:def.bzl", "html_tidy_test")
exports_files(
["LICENSE.TXT"],
visibility = ["//visibility:public"],
)
exports_files(
["setup.cfg"],
visibility = ["//:__subpackages__"],
)
filegroup(
name = "html",
srcs = glob([
"*.html",
"*.html.in",
]),
visibility = ["//:__subpackages__"],
)
html_tidy_test(
name = "html_tidy",
srcs = [":html"],
config = ".tidy.config",
)
filegroup(
name = "chapters",
srcs = ["chapters.json"],
visibility = ["//visibility:public"],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/publiagent123/underactuated-2020.git
[email protected]:publiagent123/underactuated-2020.git
publiagent123
underactuated-2020
underactuated-2020
master

搜索帮助