index.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .. include:: header.txt
  2. .. include:: version.txt
  3. ========================================
  4. Documentation for processing-|version|
  5. ========================================
  6. :Author: R Oudkerk
  7. :Contact: roudkerk at users.berlios.de
  8. :Url: http://developer.berlios.de/projects/pyprocessing
  9. :Licence: BSD Licence
  10. Contents
  11. ========
  12. * `Introduction <intro.html>`_
  13. * `Package reference <processing-ref.html>`_
  14. + `Process objects <process-objects.html>`_
  15. + `Queue objects <queue-objects.html>`_
  16. + `Connection objects <connection-objects.html>`_
  17. + `Manager objects <manager-objects.html>`_
  18. + `Proxy objects <proxy-objects.html>`_
  19. + `Pool objects <pool-objects.html>`_
  20. + `Shared ctypes objects <sharedctypes.html>`_
  21. + `Listeners and Clients <connection-ref.html>`_
  22. * `Programming guidelines <programming-guidelines.html>`_
  23. * `Tests and examples <tests.html>`_
  24. See also
  25. ========
  26. * `Installation instructions <INSTALL.html>`_
  27. * `Changelog <CHANGES.html>`_
  28. * `Acknowledgments <THANKS.html>`_
  29. * `Licence <COPYING.html>`_
  30. .. _Next: intro.html
  31. .. _Up: index.html
  32. .. _Prev: index.html