index.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .. SonataAdminBundle documentation master file, created by
  2. sphinx-quickstart on Sun May 1 16:09:38 2011.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Doctrine ORM Admin's documentation!
  6. ===================================
  7. The ``Doctrine ORM Admin`` provides services to work with the ``Admin Bundle`` and the ``Doctrine Project``.
  8. **Google Groups**: For questions and proposals you can post on this google groups
  9. * `Sonata Users <https://groups.google.com/group/sonata-users>`_: Only for user questions
  10. * `Sonata Devs <https://groups.google.com/group/sonata-devs>`_: Only for devs
  11. Reference Guide
  12. ---------------
  13. .. toctree::
  14. :maxdepth: 1
  15. :numbered:
  16. reference/installation
  17. reference/configuration
  18. reference/list_field_definition
  19. reference/filter_field_definition
  20. reference/form_field_definition
  21. reference/form_types_and_transformers
  22. reference/templates
  23. reference/query_proxy
  24. reference/troubleshootings
  25. Tutorial
  26. --------
  27. .. toctree::
  28. :maxdepth: 1
  29. :numbered:
  30. tutorial/creating_your_first_admin_class/introduction
  31. tutorial/creating_your_first_admin_class/defining_entities
  32. tutorial/creating_your_first_admin_class/defining_routing
  33. tutorial/creating_your_first_admin_class/defining_crud_controller
  34. tutorial/creating_your_first_admin_class/defining_admin_class