aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-09-15 12:32:37 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-09-18 11:25:21 +0200
commit878c8ffce823b62197bd01504ee8b8a452f2cc50 (patch)
treea2aba076e9ea884edffdb29f97ea1a13c17e1611 /site
parentfce11aed18679c0f33bf18d9768a68425d86bfd3 (diff)
PiperOrigin-RevId: 168816247
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/aspects.md1
-rw-r--r--site/docs/skylark/concepts.md1
-rw-r--r--site/docs/skylark/cookbook.md1
-rw-r--r--site/docs/skylark/language.md2
-rw-r--r--site/docs/skylark/macros.md1
-rw-r--r--site/docs/skylark/rules.md1
6 files changed, 7 insertions, 0 deletions
diff --git a/site/docs/skylark/aspects.md b/site/docs/skylark/aspects.md
index 7da66197f8..59685d9b5b 100644
--- a/site/docs/skylark/aspects.md
+++ b/site/docs/skylark/aspects.md
@@ -2,6 +2,7 @@
layout: documentation
title: Aspects
---
+
# Aspects
**Status: Experimental**. We may make breaking changes to the API, but we will
diff --git a/site/docs/skylark/concepts.md b/site/docs/skylark/concepts.md
index 1a3192b6e7..6796ed720f 100644
--- a/site/docs/skylark/concepts.md
+++ b/site/docs/skylark/concepts.md
@@ -2,6 +2,7 @@
layout: documentation
title: Extensions - Overview
---
+
# Overview
diff --git a/site/docs/skylark/cookbook.md b/site/docs/skylark/cookbook.md
index 07b855f45b..0bd85a2e31 100644
--- a/site/docs/skylark/cookbook.md
+++ b/site/docs/skylark/cookbook.md
@@ -2,6 +2,7 @@
layout: documentation
title: Extensions examples
---
+
# Extensions examples
## <a name="macro"></a>Macro creating a rule
diff --git a/site/docs/skylark/language.md b/site/docs/skylark/language.md
index a8492d6117..adc3f83ff9 100644
--- a/site/docs/skylark/language.md
+++ b/site/docs/skylark/language.md
@@ -2,6 +2,7 @@
layout: documentation
title: Extensions - Overview
---
+
# Language
@@ -10,6 +11,7 @@ title: Extensions - Overview
The extension language, Skylark, is a superset of the
[Core Build Language](../build-ref.html#core_build_language)
and its syntax is a subset of Python.
+
It is designed to be simple, thread-safe and integrated with the
BUILD language. It is not a general-purpose language and most Python
features are not included.
diff --git a/site/docs/skylark/macros.md b/site/docs/skylark/macros.md
index b8a2dc5651..db649945f9 100644
--- a/site/docs/skylark/macros.md
+++ b/site/docs/skylark/macros.md
@@ -2,6 +2,7 @@
layout: documentation
title: Macros
---
+
# Macros
## Macro creation
diff --git a/site/docs/skylark/rules.md b/site/docs/skylark/rules.md
index 5b476760fa..985616c84e 100644
--- a/site/docs/skylark/rules.md
+++ b/site/docs/skylark/rules.md
@@ -2,6 +2,7 @@
layout: documentation
title: Rules
---
+
# Rules
**Status: Experimental**. We may make breaking changes to the API, but we will