Martin Landa 42dca6b9ef vlib: Vect_copy_map_lines() support for OGR output added 13 rokov pred
..
Vlib 42dca6b9ef vlib: Vect_copy_map_lines() support for OGR output added 13 rokov pred
dglib ba63aa9662 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) 14 rokov pred
diglib 1d552bb26c vlib: typo in message 13 rokov pred
neta b48a16f17c gislib: define G_OPT_DB_KEYCOLUMN and GV_KEY_COLUMN 14 rokov pred
rtree 3e7c37b515 change struct names to avoid conflicts 14 rokov pred
transform 16a6b956df Enable LFS globally 15 rokov pred
vedit 435d112e66 remove redundant code in vector lib: update vedit 14 rokov pred
Makefile 4f390e7ee9 https://trac.osgeo.org/grass/changeset/48436 - modify Makefile 14 rokov pred
README db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
vectorascii.html df6a2566c3 GRASS ASCII vector format explained in seperate manual page 14 rokov pred
vectorlib.dox 94f69c17ed update vetorlib documentation 14 rokov pred

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