From e1bd5dabe8deb03e40d3754ab0c0b237994e4f04 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 22 Oct 2015 21:40:31 +0000 Subject: Split Build Encyclopedia into multiple pages. -- MOS_MIGRATED_REVID=106092764 --- site/docs/bazel-user-manual.html | 142 +-------------------------------------- site/docs/build-ref.html | 134 ------------------------------------ site/docs/query.html | 140 -------------------------------------- site/docs/test-encyclopedia.html | 11 --- 4 files changed, 1 insertion(+), 426 deletions(-) (limited to 'site') 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 @@ - - - - - - A User's Guide to Bazel - - - - - -

A User's Guide to Bazel

+

A User's Guide to Bazel

Bazel overview

@@ -3945,5 +3807,3 @@ Start time: [time elapsed from the profiling session start] Duration: [tas - - 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 @@ - - - - - - - Bazel Concepts and Terminology - - - - -

Bazel: Concepts and Terminology

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.

- - 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 @@ - - - - - - Bazel Query Reference - - - - -

The Bazel Query Reference

@@ -1828,5 +1690,3 @@ maxrank $ bazel query 'kind(maven_jar, deps(//foo:bar))' INFO: Empty results - - 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 @@ - - - - - - Bazel Test Encyclopedia - -

Bazel Test Encyclopedia

An Exhaustive Specification of the Test Execution Environment

@@ -447,6 +439,3 @@ prematurely and mark it as having failed.

- - - -- cgit v1.2.3