diff --git a/docs/docsite/_themes/sphinx_rtd_theme/footer.html b/docs/docsite/_themes/sphinx_rtd_theme/footer.html index 1d8b4278cf..2aa10fe780 100644 --- a/docs/docsite/_themes/sphinx_rtd_theme/footer.html +++ b/docs/docsite/_themes/sphinx_rtd_theme/footer.html @@ -22,9 +22,7 @@
+ {%- if last_updated %}{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{% endif %}
Copyright © 2018 Red Hat, Inc.
- {%- if last_updated %}
- {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
- {%- endif %}
Name |
- Description |
+ Fact |
Returned |
- Type |
- Sample |
+ Description |
---|---|---|---|---|---|---|
@@ -243,21 +236,28 @@ Common return values are documented :ref:`here
@{ key }@
+
@{ value.type }@
|
-
- {% if value.description is string %}
- @{ value.description | replace('\n', '\n ') | html_ify }@
- {% else %}
- {% for desc in value.description %}
- @{ desc | replace('\n', '\n ') | html_ify }@
- {% endfor %}
- {% endif %}
- |
@{ value.returned }@ |
- @{ value.type }@ |
- @{ value.sample | replace('\n', '\n ') | html_ify }@ |
+
+
+ {% if value.description is string %}
+
+ @{ value.description | html_ify }@
+ {% else %}
+ {% for desc in value.description %}
+ @{ desc | html_ify }@
+ {% endfor %}
+ {% endif %}
+ + {% if value.sample %} + Sample:
+{# @{ value.sample | html_ify }@ #}
+ @{ value.sample | html_ify }@
+ {% endif %}
+ |
Key |
+ Returned |
+ Description |
+
---|---|---|
+
+ {% for i in range(1, loop.depth) %}
+
+
+
+ {% endfor %}
+
+ @{ key }@
+
+ @{ value.type }@
+ |
+ @{ value.returned }@ |
+
+
+ {% if value.description is string %}
+
+ @{ value.description | html_ify }@
+ {% else %}
+ {% for desc in value.description %}
+ @{ desc | html_ify }@
+ {% endfor %}
+ {% endif %}
+ + {% if value.sample %} + Sample:
+{# @{ value.sample | html_ify }@ #}
+ @{ value.sample | html_ify }@
+ {% endif %}
+ |
+