Reworked docs rendering using jinja2.
This commit is contained in:
parent
1e723e6647
commit
69e9c80ec3
12 changed files with 70 additions and 94 deletions
5
data/templates/xap/docs/term_definitions.md.j2
Normal file
5
data/templates/xap/docs/term_definitions.md.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
| Name | Definition |
|
||||
| -- | -- |
|
||||
{%- for type, definition in xap.term_definitions | dictsort %}
|
||||
| _{{ type }}_ | {{ definition }} |
|
||||
{%- endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue