quick and dirty module doc updates (#18944)

clean up core/extras, plumb in basic metadata display
This commit is contained in:
Matt Davis
2016-12-07 14:50:17 -08:00
committed by Matt Clay
parent 250b0dff46
commit 0b47c908eb
4 changed files with 19 additions and 26 deletions

View File

@@ -168,9 +168,11 @@ Notes
{% endfor %}
{% endif %}
{% if not deprecated %}
{% if core %}
Module Status: @{ ','.join(metadata.status) }@
--------------------
{% if metadata.supported_by == 'core' %}
This is a Core Module
---------------------
@@ -179,7 +181,7 @@ For more information on what this means please read :doc:`modules_core`
{% else %}
This is an Extras Module
This is module is supported by: @{ metadata.supported_by }@
------------------------
For more information on what this means please read :doc:`modules_extra`