aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2016-06-30 16:37:38 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-07-01 07:10:39 +0000
commit8f4af7555303f0bcff493f587a50da139291b402 (patch)
treefbc248561e44effdc948cd27b0d423fdf93d8e66 /site/docs
parent49a797a4eba6d00739ce5bfdbdbe746a25295598 (diff)
Make java_classpath flag non-experimental
-- MOS_MIGRATED_REVID=126310706
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/bazel-user-manual.html9
-rw-r--r--site/docs/query-how-to.html2
-rw-r--r--site/docs/skyframe.md2
-rw-r--r--site/docs/skylark/deploying.md2
4 files changed, 5 insertions, 10 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index 66b4a1229b..efdf1d1426 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -2250,7 +2250,7 @@ either to the terminal, or to additional log files.
which drive a build.
</p>
-<h4 id='flag--subcommands'><code class='flag'>--subcommands</code> (-s)</h4>
+<h4 id='flag--subcommands'><code class='flag'>--subcommands</code> (<code>-s</code>)</h4>
<p>
This option causes Bazel's execution phase to print the full command line
for each command prior to executing it.
@@ -2419,7 +2419,7 @@ either to the terminal, or to additional log files.
<h3>Options for <code>bazel test</code></h3>
-<h4 id="flag--cache_test_results"><code class='flag'>--cache_test_results=(yes|no|auto)</code> (-t)</h4>
+<h4 id="flag--cache_test_results"><code class='flag'>--cache_test_results=(yes|no|auto)</code> (<code>-t</code>)</h4>
<p>
If this option is set to 'auto' (the default) then Bazel will only rerun a test if any of the
following conditions applies:
@@ -2854,7 +2854,7 @@ in an environment closer to the current shell environment. Note that none of the
that do not correspond to commands.
</p>
-<h4 id='flag--long'><code class='flag'>--[no]long</code> (-l)</h4>
+<h4 id='flag--long'><code class='flag'>--[no]long</code> (<code>-l</code>)</h4>
<p>
By default, <code>bazel help [<var>topic</var>]</code> prints only a
summary of the relevant options for a topic. If
@@ -2928,8 +2928,7 @@ in an environment closer to the current shell environment. Note that none of the
symlink named
<code>bazel-&lt;workspace&gt;</code>
- is placed there pointing to this
- directory.
+ is placed there pointing to this directory.
</li>
<li><code>output_path</code>: the absolute path to the output
directory beneath the execution root used for all files actually
diff --git a/site/docs/query-how-to.html b/site/docs/query-how-to.html
index 37d1b88055..8920843812 100644
--- a/site/docs/query-how-to.html
+++ b/site/docs/query-how-to.html
@@ -177,8 +177,6 @@ $ <kbd>bazel query "allpaths(src/main/java/com/example/common/base:base, third_p
//third_party/openssl:crypto
</pre>
<p />
-</div>
-<p />
<h3><a name="Aside_implicit_dependencies"> </a> Aside: implicit dependencies </h3>
<div>
<p />
diff --git a/site/docs/skyframe.md b/site/docs/skyframe.md
index de2a0b725e..ae3dc53aee 100644
--- a/site/docs/skyframe.md
+++ b/site/docs/skyframe.md
@@ -1,5 +1,5 @@
---
-layout: documentation
+layout: contribute
title: Skyframe
---
diff --git a/site/docs/skylark/deploying.md b/site/docs/skylark/deploying.md
index f648ad44ac..ad0831ccff 100644
--- a/site/docs/skylark/deploying.md
+++ b/site/docs/skylark/deploying.md
@@ -2,8 +2,6 @@
layout: documentation
title: Deploying new Skylark rules
---
--->
-
# Deploying new Skylark rules
This documentation is for Skylark rule writers who are planning to make their