Moar spaces

more_nesting
Kegan Dougal 10 years ago
parent 96be7ff241
commit 8648f86032

@ -13,17 +13,17 @@
Request format: Request format:
{% if (endpoint.req_param_by_loc | length) %} {% if (endpoint.req_param_by_loc | length) %}
=========================================== ================= =========================================== =============================================================== ================= ===========================================
Parameter Value Description Parameter Value Description
=========================================== ================= =========================================== =============================================================== ================= ===========================================
{% for loc in endpoint.req_param_by_loc -%} {% for loc in endpoint.req_param_by_loc -%}
*{{loc}} parameters* *{{loc}} parameters*
--------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------------------------
{% for param in endpoint.req_param_by_loc[loc] -%} {% for param in endpoint.req_param_by_loc[loc] -%}
{{param.key}}{{param.type|indent(44-param.key|length)}}{{param.desc|indent(18-param.type|length)|wrap(43)|indent_block(62)}} {{param.key}}{{param.type|indent(64-param.key|length)}}{{param.desc|indent(18-param.type|length)|wrap(43)|indent_block(82)}}
{% endfor -%} {% endfor -%}
{% endfor -%} {% endfor -%}
=========================================== ================= =========================================== =============================================================== ================= ===========================================
{% else %} {% else %}
`No parameters` `No parameters`
{% endif %} {% endif %}

Loading…
Cancel
Save