Denis Ovsienko e4147fb2c5 lib: Use the full string length in strncmp() calls (#1060) před 4 roky
..
Vlib e4147fb2c5 lib: Use the full string length in strncmp() calls (#1060) před 4 roky
dglib 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
diglib 31746cbdf1 vectorlib: fix size estimation of spatial indices před 6 roky
neta 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
rtree 31746cbdf1 vectorlib: fix size estimation of spatial indices před 6 roky
testsuite 6550dce566 svn propset před 9 roky
vedit 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 před 12 roky
README db49180dd7 welcome to GRASS 7.0.svn před 17 roky
vectorascii.html e437cd9f59 avoid caps HTML tags před 13 roky
vectorlib.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_ascii.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_faq.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_files.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_indices.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_libraries.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_lists.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_ogr.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_pg.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_tin.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky
vectorlib_topology.dox 744fcaefa6 manuals and docs: update broken URLS (#1003) před 4 roky

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