Merge pull request #3916 from greyli/fix-extdev-docs

Remove the mention of Flask-OAuth in the extension dev docs
This commit is contained in:
David Lord 2021-02-19 07:21:18 -08:00 committed by GitHub
commit aee3f3fee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,10 +135,7 @@ initialization functions:
classes: classes:
Classes work mostly like initialization functions but can later be Classes work mostly like initialization functions but can later be
used to further change the behavior. For an example look at how the used to further change the behavior.
`OAuth extension`_ works: there is an `OAuth` object that provides
some helper functions like `OAuth.remote_app` to create a reference to
a remote application that uses OAuth.
What to use depends on what you have in mind. For the SQLite 3 extension What to use depends on what you have in mind. For the SQLite 3 extension
we will use the class-based approach because it will provide users with an we will use the class-based approach because it will provide users with an
@ -330,7 +327,6 @@ ecosystem remain consistent and compatible.
supported versions. supported versions.
.. _PyPI: https://pypi.org/search/?c=Framework+%3A%3A+Flask .. _PyPI: https://pypi.org/search/?c=Framework+%3A%3A+Flask
.. _OAuth extension: https://pythonhosted.org/Flask-OAuth/
.. _mailinglist: https://mail.python.org/mailman/listinfo/flask .. _mailinglist: https://mail.python.org/mailman/listinfo/flask
.. _Discord server: https://discord.gg/pallets .. _Discord server: https://discord.gg/pallets
.. _Official Pallets Themes: https://pypi.org/project/Pallets-Sphinx-Themes/ .. _Official Pallets Themes: https://pypi.org/project/Pallets-Sphinx-Themes/