Markus Metz 1107d919f0 rtreelib: update header, change node init 13 tahun lalu
..
Vlib c04886ce7f Added the rtree library to ctypes Python wrapper and vector support functions 13 tahun lalu
dglib d1f8b42521 typos fixed, part 2 (bug trac https://trac.osgeo.org/grass/ticket/1591) 13 tahun lalu
diglib 7c43417907 vlib(pg): support schemas 13 tahun lalu
neta 0fbe93a8bb neta lib:remove unused fn 13 tahun lalu
rtree 1107d919f0 rtreelib: update header, change node init 13 tahun lalu
vedit 6a7d47f598 veditlib: add some debug messages (cosmetics) 13 tahun lalu
Makefile 33a673d833 remove unused translib 13 tahun lalu
README db49180dd7 welcome to GRASS 7.0.svn 17 tahun lalu
vectorascii.html e437cd9f59 avoid caps HTML tags 13 tahun lalu
vectorlib.dox 2a6885f683 vlib: update topology management dox page 13 tahun lalu

README

Contents of this directory

dglib: DGLIB (Directed Graph Library) aims at giving support to
network analysis.
diglib: Lower level functions for reading/writing/manipulating
vectors.
rtree: spatial index based on RTree (lower level functions)
Vlib: Higher level functions for reading/writing/manipulating
vectors. Intended to the module programmer.

To generate the documentation, following commands are available:

Generate HTML document:
make htmldocs

Generate Latex-DVI document (requires Latex):
make latexdocs

Generate PDF document (requires Latex):
make pdfdocs

Delete ./latex and ./html docs directories:
make cleandocs