rewrite extension development docs
This commit is contained in:
parent
0a01248b5c
commit
b46bfcfa63
2 changed files with 254 additions and 276 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue