summaryrefslogtreecommitdiff
path: root/docs/getting_started/top_ten.rst
diff options
context:
space:
mode:
authorPaul Everitt <paul@agendaless.com>2013-08-09 11:37:48 -0400
committerPaul Everitt <paul@agendaless.com>2013-08-09 11:37:48 -0400
commitd4bd291fd5ca51bbbeec487f2011476706a5952f (patch)
tree77052c5204e0045f59b740ff9d1ae253394524da /docs/getting_started/top_ten.rst
parent65d1719fc5ce4ed4e87c45b1e4279c30930b274e (diff)
downloadpyramid-d4bd291fd5ca51bbbeec487f2011476706a5952f.tar.gz
pyramid-d4bd291fd5ca51bbbeec487f2011476706a5952f.tar.bz2
pyramid-d4bd291fd5ca51bbbeec487f2011476706a5952f.zip
Lots of updates, move more code out of code-blocks into working package code. About to tackle cool Pyramid stuff.
Diffstat (limited to 'docs/getting_started/top_ten.rst')
-rw-r--r--docs/getting_started/top_ten.rst33
1 files changed, 21 insertions, 12 deletions
diff --git a/docs/getting_started/top_ten.rst b/docs/getting_started/top_ten.rst
index a11d2898c..e207f4ce1 100644
--- a/docs/getting_started/top_ten.rst
+++ b/docs/getting_started/top_ten.rst
@@ -2,31 +2,40 @@
Top Killer Features In Pyramid
==============================
-"Making your own framework"
-
-- Transactions
+As a regular developer
- Configuration
- - config.include
+- Route factories and contexts
-- Advanced views and view predicates
+- Advanced view configuration
-Custom views
-============
+- Route prefixes
-- Corneice does this
+- Asset specifications
- Events
-- Ordered routes
-
- Custom renderers
- Tweens
-- Asset specifications
+- Transactions
- Traversal
-- Transactions \ No newline at end of file
+- Custom directives
+
+- config.include
+
+- Extensible applications
+
+ - Overridable views, routes, and assets
+
+ - config.include
+
+ - Events
+
+ - Distributing an add-on
+
+ - "Making your own framework", Extensibility