aboutsummaryrefslogtreecommitdiffstats
path: root/templates/minimal.rst.tmpl
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2014-02-26 19:42:51 -0500
committerbryan newbold <bnewbold@leaflabs.com>2014-02-26 19:42:51 -0500
commit6cc0f5ff9e4de203572ef6a66df82aca97bb6544 (patch)
tree398f13f7a2d3a35af8a91f497c6dc96f88b7adcd /templates/minimal.rst.tmpl
parent37e46745e248b0136b16aa40bed9ea20df16769d (diff)
downloadaxi-lite-gen-6cc0f5ff9e4de203572ef6a66df82aca97bb6544.tar.gz
axi-lite-gen-6cc0f5ff9e4de203572ef6a66df82aca97bb6544.zip
commit day's work
Diffstat (limited to 'templates/minimal.rst.tmpl')
-rw-r--r--templates/minimal.rst.tmpl9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/minimal.rst.tmpl b/templates/minimal.rst.tmpl
index 0ad74df..167aa14 100644
--- a/templates/minimal.rst.tmpl
+++ b/templates/minimal.rst.tmpl
@@ -3,6 +3,7 @@
=========================================================================
{% for sec_name, sec_values in sections.iteritems() %}
+
{{sec_name}}
---------------------------------------------------------
@@ -14,10 +15,14 @@
- Bits
- Mode
- Shortname
- - What {% for val in sec_values %}
+ - What
+ {% for val in sec_values %}
* - ``{{ val.addr_pp() }}``
- {{ val.bits }}
- ``{{ val.mode }}``
- {{ val.slug }}
- - {{ val.description }} {% endfor %}
+ - {{ val.description }}
+ {% endfor %}
+
{% endfor %}
+