aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/skylark/macros.md
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2018-07-25 13:36:31 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-25 13:38:19 -0700
commit59a0b3f7c9d69b7be3be23ee57a8c058130ac9e8 (patch)
treed3a17763d0be94c2d411f96267385056d8a75b15 /site/docs/skylark/macros.md
parent55f41456d6f24d190668c74718141db20b0f5ab5 (diff)
Remove cookbook
The cookbook was not maintained and was replaced by https://github.com/bazelbuild/examples RELNOTES: None. PiperOrigin-RevId: 206046316
Diffstat (limited to 'site/docs/skylark/macros.md')
-rw-r--r--site/docs/skylark/macros.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/site/docs/skylark/macros.md b/site/docs/skylark/macros.md
index 035aae1862..d91bb7eb63 100644
--- a/site/docs/skylark/macros.md
+++ b/site/docs/skylark/macros.md
@@ -29,14 +29,6 @@ def my_macro(name, visibility=None):
If you need to know the package name (i.e. which BUILD file is calling the
macro), use the function [native.package_name()](lib/native.html#package_name).
-## Examples
-
-* [Macro creating rules](cookbook.md#macro).
-
-* [Macro creating native rules](cookbook.md#macro_native).
-
-* [Macro combining multiple rules](cookbook.md#macro_compound).
-
## Debugging
* `bazel query --output=build //my/path:all` will show you how the BUILD file