Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation introduction including links #217

Merged
merged 1 commit into from
Apr 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Flask-Babel
.. module:: flask_babel

Flask-Babel is an extension to `Flask`_ that adds i18n and l10n support to
any Flask application with the help of `babel`_, `pytz`_ and
`speaklater`_. It has builtin support for date formatting with timezone
support as well as a very simple and friendly interface to :mod:`gettext`
any Flask application with the help of `babel`_, `pytz`_ and its own copy of
`speaklater`_. It has built-in support for date formatting including timezones,
as well as a very simple and friendly interface to :mod:`gettext`
translations.

Installation
Expand Down Expand Up @@ -409,8 +409,8 @@ Low-Level API
.. autofunction:: force_locale


.. _Flask: http://flask.pocoo.org/
.. _babel: http://babel.edgewall.org/
.. _pytz: http://pytz.sourceforge.net/
.. _speaklater: http://pypi.python.org/pypi/speaklater
.. _Flask: https://palletsprojects.com/p/flask/
.. _babel: https://babel.pocoo.org/en/latest/
.. _pytz: https://pythonhosted.org/pytz/
.. _speaklater: https://pypi.python.org/pypi/speaklater
.. _reloader: https://flask.palletsprojects.com/en/1.1.x/cli/#watch-extra-files-with-the-reloader