aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-04-09 13:43:22 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-04-09 15:36:55 +0000
commit0f35340eae696acf1901f3aca77109b91fd2aaa8 (patch)
tree27517329b497cad5180d4c16ccaff19d7c283407
parent0a302eba0b8397233f2576cacb92bcdd9a1d4cc4 (diff)
Remove implicit outputs tag from py_binary docs
See how it renders at http://bazel.io/docs/build-encyclopedia.html#py_binary. -- MOS_MIGRATED_REVID=90706688
-rw-r--r--src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyBinaryRule.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyBinaryRule.java b/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyBinaryRule.java
index 6d6b2fd1a5..d2f2c31e75 100644
--- a/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyBinaryRule.java
+++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyBinaryRule.java
@@ -59,8 +59,6 @@ ${ATTRIBUTE_SIGNATURE}
the correct initial environment and data.
</p>
-${IMPLICIT_OUTPUTS}
-
${ATTRIBUTE_DEFINITION}
<h4 id="py_binary_examples">Examples</h4>