diff options
| author | cewing <cris@crisewing.com> | 2016-06-03 17:21:16 -0700 |
|---|---|---|
| committer | cewing <cris@crisewing.com> | 2016-06-09 11:20:55 -0700 |
| commit | f9822db7231bc4e52cadc467d60ea328def08d5b (patch) | |
| tree | d27e44075c1ebf1db3c90b4dd81f99a0f652ff1c /docs/narr | |
| parent | 0027f5d5b2219aa483139390e31f23e63327fc55 (diff) | |
| download | pyramid-f9822db7231bc4e52cadc467d60ea328def08d5b.tar.gz pyramid-f9822db7231bc4e52cadc467d60ea328def08d5b.tar.bz2 pyramid-f9822db7231bc4e52cadc467d60ea328def08d5b.zip | |
updated extensions section
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/introduction.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 114d013f2..2782267ae 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -174,14 +174,15 @@ application code. Examples: :ref:`debug_authorization_section` and :ref:`command_line_chapter`. -Add-ons -~~~~~~~ +Extend your application +~~~~~~~~~~~~~~~~~~~~~~~ + +Pyramid add-ons extend the core of the framework with useful abilities. There +are add-ons available for your favorite template language, SQL and NoSQL +databases, authentication services and much much more. -Pyramid has an extensive set of add-ons held to the same quality standards as -the Pyramid core itself. Add-ons are packages which provide functionality that -the Pyramid core doesn't. Add-on packages already exist which let you easily -send email, let you use the Jinja2 templating system, let you use XML-RPC or -JSON-RPC, let you integrate with jQuery Mobile, etc. +Supported Pyramid add-ons are held to the same demanding standards as the +framework itself. You will find them to be fully tested and well documented. Examples: https://trypyramid.com/resources-extending-pyramid.html |
