Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
2d78bfee
Commit
2d78bfee
authored
Jul 05, 2015
by
Petrus J.v.Rensburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Table of Content in index page sidebar.
parent
c0210cc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
toc_intro.html
doc/_templates/toc_intro.html
+4
-0
conf.py
doc/conf.py
+2
-3
index.rst
doc/index.rst
+4
-2
No files found.
doc/_templates/toc_intro.html
0 → 100644
View file @
2d78bfee
{%- if display_toc %}
<h3><a
href=
"{{ pathto(master_doc) }}"
>
{{ _('Table Of Contents') }}
</a></h3>
{{ toc }}
{%- endif %}
doc/conf.py
View file @
2d78bfee
...
...
@@ -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.
...
...
doc/index.rst
View file @
2d78bfee
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment