index.rst 1020 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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's documentation!
  6. ===================================
  7. Since in the 2006 GRASS developers start to adopt python for the new GUI,
  8. python becoming more and more important and developers plan to convert all
  9. the bash scripts in to python for the next major release GRASS 7.
  10. ``pygrass`` want to improve integration between GRASS and python, make the
  11. use of python under GRASS more consistent with the language itself and make
  12. the GRASS scripting and programming activity easier and more natural
  13. to the final users.
  14. This project has been funded with support from the google Summer of Code 2012.
  15. Contents:
  16. .. toctree::
  17. :maxdepth: 2
  18. intro
  19. raster
  20. vector
  21. attributes
  22. modules
  23. Indices and tables
  24. ==================
  25. * :ref:`genindex`
  26. * :ref:`modindex`
  27. * :ref:`search`