rewrite extension development docs

This commit is contained in:
David Lord 2022-06-28 16:28:33 -07:00
parent 0a01248b5c
commit b46bfcfa63
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 254 additions and 276 deletions

View file

@ -39,10 +39,10 @@ an extension called "Flask-Foo" might be used like this::
Building Extensions
-------------------
While the `PyPI <pypi_>`_ contains many Flask extensions, you may
not find an extension that fits your need. If this is the case, you can
create your own. Read :doc:`/extensiondev` to develop your own Flask
extension.
While `PyPI <pypi_>`_ contains many Flask extensions, you may not find
an extension that fits your need. If this is the case, you can create
your own, and publish it for others to use as well. Read
:doc:`extensiondev` to develop your own Flask extension.
.. _pypi: https://pypi.org/search/?c=Framework+%3A%3A+Flask