index.rst 736 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. -*- mode: rst; encoding: utf-8 -*-
  2. Babel
  3. =====
  4. Babel is an integrated collection of utilities that assist in
  5. internationalizing and localizing Python applications, with an emphasis on
  6. web-based applications.
  7. User Documentation
  8. ------------------
  9. The user documentation explains some core concept of the library and gives
  10. some information about how it can be used.
  11. .. toctree::
  12. :maxdepth: 1
  13. intro
  14. installation
  15. locale
  16. dates
  17. numbers
  18. messages
  19. cmdline
  20. setup
  21. support
  22. API Reference
  23. -------------
  24. The API reference lists the full public API that Babel provides.
  25. .. toctree::
  26. :maxdepth: 2
  27. api/index
  28. Additional Notes
  29. ----------------
  30. .. toctree::
  31. :maxdepth: 2
  32. dev
  33. changelog
  34. license