aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/py_rule_test/golden.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/py_rule_test/golden.md')
-rwxr-xr-xtest/testdata/py_rule_test/golden.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/testdata/py_rule_test/golden.md b/test/testdata/py_rule_test/golden.md
new file mode 100755
index 0000000..81b44d8
--- /dev/null
+++ b/test/testdata/py_rule_test/golden.md
@@ -0,0 +1,26 @@
+<!-- Generated with Stardoc: http://skydoc.bazel.build -->
+
+<a name="#py_related_rule"></a>
+
+## py_related_rule
+
+<pre>
+py_related_rule(<a href="#py_related_rule-name">name</a>, <a href="#py_related_rule-fifth">fifth</a>, <a href="#py_related_rule-first">first</a>, <a href="#py_related_rule-fourth">fourth</a>, <a href="#py_related_rule-second">second</a>, <a href="#py_related_rule-sixth">sixth</a>, <a href="#py_related_rule-third">third</a>)
+</pre>
+
+This rule does python-related things.
+
+**ATTRIBUTES**
+
+
+| Name | Description | Type | Mandatory | Default |
+| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
+| name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
+| fifth | Hey look, its the fifth thing! | Boolean | optional | True |
+| first | this is the first doc string! | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required | |
+| fourth | the fourth doc string. | Boolean | optional | False |
+| second | - | <a href="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | required | |
+| sixth | it's the sixth thing. | List of integers | optional | range(0, 10) |
+| third | - | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required | |
+
+