use new logo
BIN
docs/_static/flask-horizontal.png
vendored
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
docs/_static/flask-icon.png
vendored
|
Before Width: | Height: | Size: 6.8 KiB |
BIN
docs/_static/flask-logo.png
vendored
|
Before Width: | Height: | Size: 14 KiB |
BIN
docs/_static/flask-vertical.png
vendored
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
docs/_static/no.png
vendored
|
Before Width: | Height: | Size: 259 B |
BIN
docs/_static/shortcut-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
docs/_static/yes.png
vendored
|
Before Width: | Height: | Size: 241 B |
|
|
@ -52,8 +52,8 @@ html_sidebars = {
|
|||
}
|
||||
singlehtml_sidebars = {"index": ["project.html", "localtoc.html", "ethicalads.html"]}
|
||||
html_static_path = ["_static"]
|
||||
html_favicon = "_static/flask-icon.png"
|
||||
html_logo = "_static/flask-icon.png"
|
||||
html_favicon = "_static/shortcut-icon.png"
|
||||
html_logo = "_static/flask-vertical.png"
|
||||
html_title = f"Flask Documentation ({version})"
|
||||
html_show_sourcelink = False
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
Welcome to Flask
|
||||
================
|
||||
|
||||
.. image:: _static/flask-logo.png
|
||||
:alt: Flask: web development, one drop at a time
|
||||
.. image:: _static/flask-horizontal.png
|
||||
:align: center
|
||||
:target: https://palletsprojects.com/p/flask/
|
||||
|
||||
Welcome to Flask's documentation. Get started with :doc:`installation`
|
||||
and then get an overview with the :doc:`quickstart`. There is also a
|
||||
|
|
@ -16,14 +14,13 @@ complete application with Flask. Common patterns are described in the
|
|||
component of Flask in detail, with a full reference in the :doc:`api`
|
||||
section.
|
||||
|
||||
Flask depends on the `Jinja`_ template engine and the `Werkzeug`_ WSGI
|
||||
toolkit. The documentation for these libraries can be found at:
|
||||
Flask depends on the `Werkzeug`_ WSGI toolkit, the `Jinja`_ template engine, and the
|
||||
`Click`_ CLI toolkit. Be sure to check their documentation as well as Flask's when
|
||||
looking for information.
|
||||
|
||||
- `Jinja documentation <https://jinja.palletsprojects.com/>`_
|
||||
- `Werkzeug documentation <https://werkzeug.palletsprojects.com/>`_
|
||||
|
||||
.. _Jinja: https://www.palletsprojects.com/p/jinja/
|
||||
.. _Werkzeug: https://www.palletsprojects.com/p/werkzeug/
|
||||
.. _Werkzeug: https://werkzeug.palletsprojects.com
|
||||
.. _Jinja: https://jinja.palletsprojects.com
|
||||
.. _Click: https://click.palletsprojects.com
|
||||
|
||||
|
||||
User's Guide
|
||||
|
|
|
|||
|
|
@ -1,19 +1,4 @@
|
|||
License
|
||||
=======
|
||||
|
||||
BSD-3-Clause Source License
|
||||
---------------------------
|
||||
|
||||
The BSD-3-Clause license applies to all files in the Flask repository
|
||||
and source distribution. This includes Flask's source code, the
|
||||
examples, and tests, as well as the documentation.
|
||||
BSD-3-Clause License
|
||||
====================
|
||||
|
||||
.. include:: ../LICENSE.rst
|
||||
|
||||
|
||||
Artwork License
|
||||
---------------
|
||||
|
||||
This license applies to Flask's logo.
|
||||
|
||||
.. include:: ../artwork/LICENSE.rst
|
||||
|
|
|
|||