forked from orbit-oss/flask
use theme provided by pallets-sphinx-themes
This commit is contained in:
parent
b354c37e57
commit
679bf0014f
26 changed files with 185 additions and 680 deletions
|
|
@ -173,5 +173,5 @@ folder instead of copying the data over. You can then continue to work on
|
|||
the code without having to run ``install`` again after each change.
|
||||
|
||||
|
||||
.. _pip: https://pypi.python.org/pypi/pip
|
||||
.. _pip: https://pypi.org/project/pip/
|
||||
.. _Setuptools: https://pythonhosted.org/setuptools
|
||||
|
|
|
|||
|
|
@ -162,7 +162,5 @@ explanation of the little bit of code above:
|
|||
argument. Note that we can use the `$SCRIPT_ROOT` variable here that
|
||||
we set earlier.
|
||||
|
||||
If you don't get the whole picture, download the `sourcecode
|
||||
for this example
|
||||
<https://github.com/pallets/flask/tree/master/examples/jqueryexample>`_
|
||||
from GitHub.
|
||||
If you don't get the whole picture, download the :gh:`sourcecode for
|
||||
this example <examples/jqueryexample>` from GitHub.
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ there is a Flask extension that handles that for you. This is recommended
|
|||
if you want to get started quickly.
|
||||
|
||||
You can download `Flask-SQLAlchemy`_ from `PyPI
|
||||
<https://pypi.python.org/pypi/Flask-SQLAlchemy>`_.
|
||||
<https://pypi.org/project/Flask-SQLAlchemy/>`_.
|
||||
|
||||
.. _Flask-SQLAlchemy: http://pythonhosted.org/Flask-SQLAlchemy/
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ forms.
|
|||
The `Flask-WTF`_ extension expands on this pattern and adds a
|
||||
few little helpers that make working with forms and Flask more
|
||||
fun. You can get it from `PyPI
|
||||
<https://pypi.python.org/pypi/Flask-WTF>`_.
|
||||
<https://pypi.org/project/Flask-WTF/>`_.
|
||||
|
||||
.. _Flask-WTF: http://pythonhosted.org/Flask-WTF/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue