diff options
Diffstat (limited to 'docs/getting_started/top_ten.rst')
| -rw-r--r-- | docs/getting_started/top_ten.rst | 33 |
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 |
