Commit 84948292 by Mikhail Sobolev Committed by Michael DeHaan

include short_description in the module page's title

parent 8b7327a2
.. _@{ module }@:
@{ module }@
++++++++++++++++++++++++++++++++++++++
{% if short_description %}
{% set title = module + ' - ' + short_description|convert_symbols_to_format %}
{% else %}
{% set title = module %}
{% endif %}
{% set title_len = title|length %}
@{ title }@
@{ '+' * title_len }@
{% if author %}
:Author: @{ author }@
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment