index.rst 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .. Sonata - AdminBundle 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. Welcome to Sonata - AdminBundle's documentation!
  6. ================================================
  7. The ``AdminBundle`` provides a CRUD interface for model entities.
  8. Reference Guide
  9. ---------------
  10. .. toctree::
  11. :maxdepth: 1
  12. :numbered:
  13. reference/installation
  14. reference/architecture
  15. reference/list_field_definition
  16. reference/filter_field_definition
  17. reference/form_field_definition
  18. reference/form_types_and_transformers
  19. reference/saving_hooks
  20. reference/routing
  21. reference/dashboard
  22. Doctrine ORM
  23. ------------
  24. .. toctree::
  25. :maxdepth: 1
  26. :numbered:
  27. doctrine_orm/query_proxy
  28. Tutorial
  29. --------
  30. .. toctree::
  31. :maxdepth: 1
  32. :numbered:
  33. tutorial/creating_your_first_admin_class/introduction
  34. tutorial/creating_your_first_admin_class/defining_entities
  35. tutorial/creating_your_first_admin_class/defining_routing
  36. tutorial/creating_your_first_admin_class/defining_crud_controller
  37. tutorial/creating_your_first_admin_class/defining_admin_class