.. _tg-starting:

==================================
Tutorials & Documentation
==================================

This section covers a bunch of tutorials and documentation about getting started with TurboGears2,
the `Basic Documentation` section will cover documentation for people that are approaching
TurboGears for the first time, while the `Advanced Documentation` chapter will provide documentation for
people that want to go down into the framework or are having more complex needs.

Tutorials
=========

.. toctree::
    :maxdepth: 2

    minimal/index
    wiki20
    wikier/index


Basic Documentation
===================

.. toctree::
    :maxdepth: 2

    controllers
    templating
    genshi-xml-templates
    scaffolding
    validation
    webflash
    authorization
    session
    caching
    i18n
    Pluggable/index
    pagination
    mongodb


Advanced Documentation
======================

.. toctree::
    :maxdepth: 2

    install
    gearbox
    restdispatch
    objectdispatch
    migrations
    testing
    configuration/index
    authentication
    hooks
