mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-17 21:25:35 +00:00
Add toc to detail pages
This commit is contained in:
parent
927179d1af
commit
6a6c77d6ec
@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
|
|
||||||
{{ object.short_name }} {{ object.type.title()}}
|
{{ object.short_name }} {{ object.type.title()}}
|
||||||
@ -7,9 +9,10 @@
|
|||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
.. contents::
|
||||||
|
|
||||||
{% block summary %}
|
{% block summary %}
|
||||||
{%- if object.summary %}
|
{%- if object.summary %}
|
||||||
|
|
||||||
Summary
|
Summary
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -7,6 +7,6 @@ Below is a list of all items that are documented here.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:includehidden:
|
:includehidden:
|
||||||
:glob:
|
:glob:
|
||||||
:maxdepth: 3
|
:maxdepth: 5
|
||||||
|
|
||||||
*/*
|
*/*
|
Loading…
Reference in New Issue
Block a user