aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/skylark/macros.md
diff options
context:
space:
mode:
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