Commit 2d78bfee authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Add Table of Content in index page sidebar.

parent c0210cc8
{%- if display_toc %}
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
{{ toc }}
{%- endif %}
......@@ -137,9 +137,8 @@ html_last_updated_fmt = '%b %d, %Y'
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
'**': ['localtoc.html', 'relations.html',
'sourcelink.html', 'searchbox.html']
'index': ['toc_intro.html', 'sidebarintro.html', 'searchbox.html'],
'**': ['localtoc.html', 'searchbox.html']
}
# Additional templates that should be rendered to pages, maps page names to
# template names.
......
Flask-Admin
##############
:tocdepth: 2
Introduction to Flask-Admin
##########################################
**Why Flask?** As a micro-framework, `Flask <http://flask.pocoo.org/>`_ lets you build web services with very little overhead.
It offers freedom for you, the designer, to implement your project in a way that suits your
......
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