index.rst 1007 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. PyGrass documentation master file, created by
  2. sphinx-quickstart2 on Sat Jun 16 18:53:32 2012.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to PyGrass documentation!
  6. ===================================
  7. In 2006, GRASS GIS developers started to adopt Python for the new GUI. Due
  8. to this Python became more and more important and developers converted all
  9. shell scripts from GRASS GIS 6 to Python for GRASS GIS 7.
  10. ``pygrass`` improves the integration between GRASS GIS and Python, making
  11. the use of Python under GRASS more consistent with the language itself. Furthermore,
  12. it simplifies GRASS scripting and programming and more natural for the user.
  13. This project has been funded with support from the Google Summer of Code 2012.
  14. Contents:
  15. .. toctree::
  16. :maxdepth: 2
  17. intro
  18. raster
  19. vector
  20. attributes
  21. modules
  22. Indices and tables
  23. ==================
  24. * :ref:`genindex`
  25. * :ref:`modindex`
  26. * :ref:`search`