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