Nicklas Larsson c37871b51d Fix -Wunused-variable compiler warnings (#2158) il y a 3 ans
..
Vlib c37871b51d Fix -Wunused-variable compiler warnings (#2158) il y a 3 ans
dglib 3089db70b0 Define MIN() and MAX() correctly and exactly once (#1795) il y a 3 ans
diglib c37871b51d Fix -Wunused-variable compiler warnings (#2158) il y a 3 ans
neta 6146f0566d Use correct absolute value function il y a 4 ans
rtree 3089db70b0 Define MIN() and MAX() correctly and exactly once (#1795) il y a 3 ans
testsuite 6550dce566 svn propset il y a 9 ans
vedit 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 il y a 12 ans
README db49180dd7 welcome to GRASS 7.0.svn il y a 17 ans
vectorascii.html e437cd9f59 avoid caps HTML tags il y a 13 ans
vectorlib.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
vectorlib_ascii.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
vectorlib_faq.dox ae610b8dae GRASS GIS 8.0 changes (#1597) il y a 3 ans
vectorlib_files.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
vectorlib_indices.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
vectorlib_libraries.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
vectorlib_lists.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
vectorlib_ogr.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
vectorlib_pg.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
vectorlib_tin.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans
vectorlib_topology.dox 7d9a0da4fc manuals and docs: update broken URLS (#1003) il y a 4 ans

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