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
35613c97
Commit
35613c97
authored
Oct 22, 2013
by
Petrus J.v.Rensburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add logo & favicon.
parent
e8bff385
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
favicon.ico
doc/_static/favicon.ico
+0
-0
flask-admin.png
doc/_static/flask-admin.png
+0
-0
flask.png
doc/_static/flask.png
+0
-0
theme.conf
doc/_themes/flask/theme.conf
+2
-2
conf.py
doc/conf.py
+3
-3
index.rst
doc/index.rst
+1
-1
No files found.
doc/_static/favicon.ico
0 → 100644
View file @
35613c97
1.12 KB
doc/_static/flask-admin.png
0 → 100644
View file @
35613c97
35 KB
doc/_static/flask.png
0 → 100644
View file @
35613c97
9.69 KB
doc/_themes/flask/theme.conf
View file @
35613c97
...
...
@@ -4,7 +4,7 @@ stylesheet = flasky.css
pygments_style
=
flask_theme_support
.
FlaskyStyle
[
options
]
index_logo
=
index_logo_height
=
1
2
0
px
index_logo
=
'flask-admin.png'
index_logo_height
=
1
4
0
px
touch_icon
=
github_fork
=
'mrjoes/flask-admin'
doc/conf.py
View file @
35613c97
...
...
@@ -115,12 +115,12 @@ html_theme_path = ['_themes']
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo =
None
#html_logo =
'_static/flask.png'
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#html_favicon = None
html_favicon
=
'favicon.ico'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
...
...
@@ -129,7 +129,7 @@ html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
#
html_last_updated_fmt = '%b %d, %Y'
html_last_updated_fmt
=
'
%
b
%
d,
%
Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
...
...
doc/index.rst
View file @
35613c97
...
...
@@ -6,7 +6,7 @@ add admin interfaces to Flask applications. It is inspired by the *django-admin*
a way that the developer has total control of the look, feel and functionality of the resulting application.
Browse through the documentation below to learn more about what you can do with Flask-Admin. Or head over to
`our GitHub repository <http://github.com/mrjoes/flask-admin>` to find out how you can contribute to the project.
`our GitHub repository <http://github.com/mrjoes/flask-admin>`
_
to find out how you can contribute to the project.
.. toctree::
:maxdepth: 2
...
...
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