Don't line wrap the API descriptions

They are in RST format which is whitespace sensitive and threfore can't be line wrapped without breaking the syntax.

There is more wrapping in other places but some of it is into tables where it does need to be fixed width in order for the RST table to parse correctly.
pull/977/head
David Baker 8 years ago
parent 19a59bc210
commit d66ea3c3ce

@ -8,7 +8,7 @@
{% endif -%}
{{endpoint.desc | wrap(80)}}
{{endpoint.desc}}
{{":Rate-limited: Yes." if endpoint.rate_limited else "" }}
{{":Requires auth: Yes." if endpoint.requires_auth else "" }}

Loading…
Cancel
Save