Browse Source

Switch pypi links to https

To which the http version redirects permanently
pull/1035/head
Daniel Neuhäuser 11 years ago
parent
commit
34871a286e
  1. 2
      CHANGES
  2. 2
      docs/api.rst
  3. 2
      docs/deploying/mod_wsgi.rst
  4. 2
      docs/patterns/caching.rst
  5. 4
      docs/patterns/distribute.rst
  6. 2
      docs/patterns/sqlalchemy.rst
  7. 2
      docs/patterns/wtforms.rst
  8. 2
      docs/signals.rst

2
CHANGES

@ -400,7 +400,7 @@ Released on July 27th 2010, codename Whisky
prefix. This makes it possible to bind a whole module to a prefix. This makes it possible to bind a whole module to a
configurable subdomain. configurable subdomain.
.. _blinker: http://pypi.python.org/pypi/blinker .. _blinker: https://pypi.python.org/pypi/blinker
Version 0.5.2 Version 0.5.2
------------- -------------

2
docs/api.rst

@ -597,7 +597,7 @@ Signals
do nothing but will fail with a :exc:`RuntimeError` for all other do nothing but will fail with a :exc:`RuntimeError` for all other
operations, including connecting. operations, including connecting.
.. _blinker: http://pypi.python.org/pypi/blinker .. _blinker: https://pypi.python.org/pypi/blinker
Class-Based Views Class-Based Views
----------------- -----------------

2
docs/deploying/mod_wsgi.rst

@ -109,7 +109,7 @@ For more information consult the `mod_wsgi wiki`_.
.. _mod_wsgi: http://code.google.com/p/modwsgi/ .. _mod_wsgi: http://code.google.com/p/modwsgi/
.. _installation instructions: http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide .. _installation instructions: http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide
.. _virtual python: http://pypi.python.org/pypi/virtualenv .. _virtual python: https://pypi.python.org/pypi/virtualenv
.. _mod_wsgi wiki: http://code.google.com/p/modwsgi/wiki/ .. _mod_wsgi wiki: http://code.google.com/p/modwsgi/wiki/
Troubleshooting Troubleshooting

2
docs/patterns/caching.rst

@ -27,7 +27,7 @@ cache that keeps the item stored in the memory of the Python interpreter::
cache = SimpleCache() cache = SimpleCache()
If you want to use memcached, make sure to have one of the memcache modules If you want to use memcached, make sure to have one of the memcache modules
supported (you get them from `PyPI <http://pypi.python.org/>`_) and a supported (you get them from `PyPI <https://pypi.python.org/>`_) and a
memcached server running somewhere. This is how you connect to such an memcached server running somewhere. This is how you connect to such an
memcached server then:: memcached server then::

4
docs/patterns/distribute.rst

@ -161,6 +161,6 @@ 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. the code without having to run `install` again after each change.
.. _distribute: http://pypi.python.org/pypi/distribute .. _distribute: https://pypi.python.org/pypi/distribute
.. _pip: http://pypi.python.org/pypi/pip .. _pip: https://pypi.python.org/pypi/pip
.. _distribute_setup.py: http://python-distribute.org/distribute_setup.py .. _distribute_setup.py: http://python-distribute.org/distribute_setup.py

2
docs/patterns/sqlalchemy.rst

@ -20,7 +20,7 @@ there is a Flask extension that handles that for you. This is recommended
if you want to get started quickly. if you want to get started quickly.
You can download `Flask-SQLAlchemy`_ from `PyPI You can download `Flask-SQLAlchemy`_ from `PyPI
<http://pypi.python.org/pypi/Flask-SQLAlchemy>`_. <https://pypi.python.org/pypi/Flask-SQLAlchemy>`_.
.. _Flask-SQLAlchemy: http://packages.python.org/Flask-SQLAlchemy/ .. _Flask-SQLAlchemy: http://packages.python.org/Flask-SQLAlchemy/

2
docs/patterns/wtforms.rst

@ -17,7 +17,7 @@ forms.
The `Flask-WTF`_ extension expands on this pattern and adds a few The `Flask-WTF`_ extension expands on this pattern and adds a few
handful little helpers that make working with forms and Flask more handful little helpers that make working with forms and Flask more
fun. You can get it from `PyPI fun. You can get it from `PyPI
<http://pypi.python.org/pypi/Flask-WTF>`_. <https://pypi.python.org/pypi/Flask-WTF>`_.
.. _Flask-WTF: http://packages.python.org/Flask-WTF/ .. _Flask-WTF: http://packages.python.org/Flask-WTF/

2
docs/signals.rst

@ -349,4 +349,4 @@ The following signals exist in Flask:
.. versionadded:: 0.10 .. versionadded:: 0.10
.. _blinker: http://pypi.python.org/pypi/blinker .. _blinker: https://pypi.python.org/pypi/blinker

Loading…
Cancel
Save