Doc directives (#22524)

* draft docs for directives

* updated to document directives
This commit is contained in:
Brian Coca
2017-03-15 11:29:58 -04:00
committed by GitHub
parent 76f28fd2fc
commit b606bcec04
4 changed files with 43 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ Aliases for the directives are not reflected here, nor are mutable ones, for exa
{{ name }}
{{ '-' * name|length }}
{% for attribute in oblist[name]|sort %}
* {{ attribute }}
- **{{ attribute }}:** {{ oblist[name][attribute] }}
{% endfor %}
{% endfor %}