.. _Django: https://www.djangoproject.com/
.. _django-crispy-forms: https://github.com/maraujop/django-crispy-forms
.. _Foundation for sites: http://foundation.zurb.com/

.. crispy-form-foundation documentation master file, created by
   sphinx-quickstart on Sat Nov 15 20:21:48 2014.

Welcome to crispy-form-foundation's documentation!
==================================================

This is a `Django`_ application to add `django-crispy-forms`_ layout objects for `Foundation for sites`_.

This app does not include `Foundation for sites`_ assets, you will have to install them yourself in your projects.

Links
*****

* Read the documentation on `Read the docs <http://crispy-forms-foundation.readthedocs.io/>`_;
* Download his `PyPi package <http://pypi.python.org/pypi/crispy-forms-foundation>`_;
* Clone it on its `Github repository <https://github.com/sveetch/crispy-forms-foundation>`_;


Requires
========

* `Python`_ >= 3.5;
* `Django`_ >= 2.0;
* `django-crispy-forms`_ >= 1.8.1;
* `Foundation for sites`_ >= 6.3.x;

User’s Guide
************
.. toctree::
   :maxdepth: 2

   install.rst
   settings.rst
   usage.rst
   layout/base.rst
   layout/fields.rst
   layout/buttons.rst
   layout/grid.rst
   layout/containers.rst
   abide.rst
   form_objects.rst

Developer’s Guide
*****************

.. toctree::
   :maxdepth: 1

   development.rst
   changelog.rst

Contributors
............

.. _`@PhilipGarnero`: https://github.com/PhilipGarnero
.. _`@jrast`: https://github.com/jrast
.. _`@jayarnielsen`: https://github.com/jayarnielsen
.. _`@carsolcas`: https://github.com/carsolcas
.. _`@sbaechler`: https://github.com/sbaechler
.. _`@bionikspoon`: https://github.com/bionikspoon
.. _`@flesser`: https://github.com/flesser
.. _`@xbello`: https://github.com/xbello
.. _`@mpasternak`: https://github.com/mpasternak

* Philip Garnero (`@PhilipGarnero`_);
* Juerg Rast (`@jrast`_);
* JR (`@jayarnielsen`_);
* Carsolcas (`@carsolcas`_);
* Simon Bächler (`@sbaechler`_);
* Manu Phatak (`@bionikspoon`_);
* Florian Eßer (`@flesser`_);
* Xabier Bello (`@xbello`_);
* Michał Pasternak (`@mpasternak`_);
