aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/build-ref.html
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-10-22 21:40:31 +0000
committerGravatar John Field <jfield@google.com>2015-10-23 14:55:37 +0000
commite1bd5dabe8deb03e40d3754ab0c0b237994e4f04 (patch)
tree42824e3c4fad2eebb46021da934078970425cd5b /site/docs/build-ref.html
parent576819885a67ad1dfecd96641a4522e2817c61ec (diff)
Split Build Encyclopedia into multiple pages.
-- MOS_MIGRATED_REVID=106092764
Diffstat (limited to 'site/docs/build-ref.html')
-rw-r--r--site/docs/build-ref.html134
1 files changed, 0 insertions, 134 deletions
diff --git a/site/docs/build-ref.html b/site/docs/build-ref.html
index 57db983c16..71c3bed770 100644
--- a/site/docs/build-ref.html
+++ b/site/docs/build-ref.html
@@ -1,135 +1,3 @@
-<!DOCTYPE html>
-
-<html>
-<head>
- <meta charset="utf-8" />
-
- <title>Bazel Concepts and Terminology</title>
-
- <style type="text/css" id="internalStyle">
- body {
- background-color: #ffffff;
- color: black;
- margin-right: 10%;
- margin-left: 10%;
- }
-
- h1, h2, h3, h4, h5, h6 {
- color: #dd7755;
- font-family: sans-serif;
- }
- @media print {
- /* Darker version for printing */
- h1, h2, h3, h4, h5, h6 {
- color: #008000;
- font-family: helvetica, sans-serif;
- }
- }
-
- h1 {
- text-align: center;
- }
- h2 {
- margin-left: -0.5in;
- }
- h3 {
- margin-left: -0.25in;
- }
- h4 {
- margin-left: -0.125in;
- }
- hr {
- margin-left: -1in;
- }
- address {
- text-align: right;
- }
-
- /* A compact unordered list */
- ul.tight > li {
- margin-bottom: 0;
- }
-
- /* Use the <code> tag for bits of code and <var> for variable and object names. */
- code,pre,samp,var {
- color: #006000;
- }
- /* Use the <file> tag for file and directory paths and names. */
- file {
- color: #905050;
- font-family: monospace;
- }
- /* Use the <kbd> tag for stuff the user should type. */
- kbd {
- color: #600000;
- }
- div.note p {
- float: right;
- width: 3in;
- margin-right: 0%;
- padding: 1px;
- border: 2px solid #60a060;
- background-color: #fffff0;
- }
-
- table.grid {
- background-color: #ffffee;
- border: 1px solid black;
- border-collapse: collapse;
- margin-left: 2mm;
- margin-right: 2mm;
- }
-
- table.grid th,
- table.grid td {
- border: 1px solid black;
- padding: 0 2mm 0 2mm;
- }
-
- /* Use pre.code for code listings.
- Use pre.interaction for "Here's what you see when you run a.out.".
- (Within pre.interaction, use <kbd> things the user types)
- */
- pre.code {
- background-color: #FFFFEE;
- border: 1px solid black;
- color: #004000;
- font-size: 10pt;
- margin-left: 2mm;
- margin-right: 2mm;
- padding: 2mm;
- -moz-border-radius: 12px 0px 0px 0px;
- }
-
- pre.interaction {
- background-color: #EEFFEE;
- color: #004000;
- padding: 2mm;
- }
-
- pre.interaction kbd {
- font-weight: bold;
- color: #000000;
- }
-
- /* legacy style */
- pre.interaction b.astyped {
- color: #000000;
- }
-
- div.greenbox { background: #efe; padding: 1em;
- margin: 1em; border: thin dotted green; }
-
- .discouraged { text-decoration: line-through; }
-
- table.layout { width: 980px; }
- table.layout td { vertical-align: top; }
-
- #maintainer { text-align: right; }
- </style>
-</head>
-<body>
-
<h1>Bazel: Concepts and Terminology</h1>
<p>
This document provides an overview of concepts and terminology used
@@ -1297,5 +1165,3 @@ data = glob(["testdata/**"]) # use this instead
will fail and you will get a (probably cryptic) error message.
</p>
- </body>
-</html>