aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
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
parent576819885a67ad1dfecd96641a4522e2817c61ec (diff)
Split Build Encyclopedia into multiple pages.
-- MOS_MIGRATED_REVID=106092764
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/bazel-user-manual.html142
-rw-r--r--site/docs/build-ref.html134
-rw-r--r--site/docs/query.html140
-rw-r--r--site/docs/test-encyclopedia.html11
4 files changed, 1 insertions, 426 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index b520ea93da..965aebb7b1 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -1,142 +1,4 @@
-<!DOCTYPE html>
-
-<html>
-<head>
- <meta charset="utf-8" />
- <title>A User's Guide to Bazel</title>
-
- <style type="text/css">
-
- 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></code> tag for bits of code and <var></var> for variable and object names. */
- code,pre,samp,var {
- color: #006000;
- }
- /* Use the <file></file> tag for file and directory paths and names. */
- file {
- color: #905050;
- font-family: monospace;
- }
- /* Use the <kbd></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></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;
- }
-
- pre {
- margin-left: 5em;
- color: #008000;
- }
- .tt td {
- font-family: courier;
- }
-
- .deprecated { text-decoration: line-through; }
- .discouraged { text-decoration: line-through; }
-
- table.layout { width: 980px; }
- table.layout td { vertical-align: top; }
-
- #maintainer { text-align: right; }
- </style>
-</head>
-
-<body>
- <h1>A User's Guide to Bazel</h1>
+<h1>A User's Guide to Bazel</h1>
<h2 id='overview'>Bazel overview</h2>
@@ -3945,5 +3807,3 @@ Start time: [time elapsed from the profiling session start] Duration: [tas
</ul></li>
</ul>
-</body>
-</html>
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>
diff --git a/site/docs/query.html b/site/docs/query.html
index 38b0642f53..7a6b0affc8 100644
--- a/site/docs/query.html
+++ b/site/docs/query.html
@@ -1,141 +1,3 @@
-<!DOCTYPE html>
-
-<html>
-<head>
- <meta charset="utf-8" />
- <title>Bazel Query Reference</title>
-
- <style type="text/css">
-
- 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;
- }
-
- pre {
- margin-left: 5em;
- color: #008000;
- }
- .tt td {
- font-family: courier;
- }
-
- .deprecated { text-decoration: line-through; }
- .discouraged { text-decoration: line-through; }
-
- table.layout { width: 980px; }
- table.layout td { vertical-align: top; }
-
- #maintainer { text-align: right; }
- </style>
-</head>
-<body>
-
<h1>The Bazel Query Reference</h1>
<p>
@@ -1828,5 +1690,3 @@ maxrank
$ bazel query 'kind(maven_jar, deps(//foo:bar))'
INFO: Empty results
</pre>
-</body>
-</html>
diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html
index 9a8a66db27..2a285f485a 100644
--- a/site/docs/test-encyclopedia.html
+++ b/site/docs/test-encyclopedia.html
@@ -1,11 +1,3 @@
-<!DOCTYPE html>
-
-<html>
-<head>
- <meta charset="utf-8" />
- <title>Bazel Test Encyclopedia</title>
-
-<body>
<h1>Bazel Test Encyclopedia</h1>
<p class="lead">An Exhaustive Specification of the Test Execution Environment</p>
@@ -447,6 +439,3 @@ prematurely and mark it as having failed.</p>
</tbody>
</table>
-</body>
-
-</html>