Markus Neteler ae610b8dae GRASS GIS 8.0 changes (#1597) %!s(int64=3) %!d(string=hai) anos
..
Vlib f98bfab4fc r.region: Vect_get_map_box() requires level 2 (#1404) %!s(int64=4) %!d(string=hai) anos
dglib 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
diglib 31746cbdf1 vectorlib: fix size estimation of spatial indices %!s(int64=6) %!d(string=hai) anos
neta 6146f0566d Use correct absolute value function %!s(int64=4) %!d(string=hai) anos
rtree 31746cbdf1 vectorlib: fix size estimation of spatial indices %!s(int64=6) %!d(string=hai) anos
testsuite 6550dce566 svn propset %!s(int64=9) %!d(string=hai) anos
vedit 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 %!s(int64=12) %!d(string=hai) anos
README db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
vectorascii.html e437cd9f59 avoid caps HTML tags %!s(int64=13) %!d(string=hai) anos
vectorlib.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
vectorlib_ascii.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
vectorlib_faq.dox ae610b8dae GRASS GIS 8.0 changes (#1597) %!s(int64=3) %!d(string=hai) anos
vectorlib_files.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
vectorlib_indices.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
vectorlib_libraries.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
vectorlib_lists.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
vectorlib_ogr.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
vectorlib_pg.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
vectorlib_tin.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos
vectorlib_topology.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) %!s(int64=4) %!d(string=hai) anos

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