WebHelpers Documentation
========================

All helpers are organized into subpackages.

.. toctree::
   :maxdepth: 1
   
   modules/constants
   modules/containers
   modules/date
   modules/feedgenerator
   modules/html/__init__
   modules/html/builder
   modules/html/converters
   modules/html/grid
   modules/html/tags
   modules/html/tools
   modules/media
   modules/mimehelper
   modules/misc
   modules/number
   modules/paginate
   modules/pylonslib/__init__
   modules/pylonslib/flash
   modules/pylonslib/grid
   modules/pylonslib/minify
   modules/pylonslib/secure_form
   modules/text
   modules/util

Metadata
++++++++

WebHelpers was originally created as a utility package for Pylons. Many of the
helpers were ported from Ruby on Rails. Version 0.6 introduced the HTML tag
builder and deprecated the rails helpers; new subpackages were added to replace
the rails helpers. Version 1.0 builds on this with many additional helpers.

.. toctree::
   :maxdepth: 1

   whats_new
   changelog
   third_party
   development
   todo

Non-essential subpackages
+++++++++++++++++++++++++

.. toctree::
    :maxdepth: 2

    modules/markdown
    modules/textile



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
