mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-19 15:25:31 +00:00
Revert "Fix package output for now."
With better formatting of domain output, separation by heading is redundant. Also, secondary header for page title might not be necessary with correct domain output of package objects.
This commit is contained in:
parent
f133c7d603
commit
3653636673
@ -21,21 +21,10 @@
|
||||
{% endif %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
|
||||
{%- for item_type in obj.item_map.keys() %}
|
||||
|
||||
{{ item_type.title() }}
|
||||
{{ "-" * item_type.title()|length }}
|
||||
|
||||
{%- for obj_item in obj.item_map.get(item_type, []) %}
|
||||
{%- for obj_item in obj.children %}
|
||||
|
||||
{% macro render() %}{{ obj_item.render() }}{% endmacro %}
|
||||
{{ render()|indent(0) }}
|
||||
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user