Maris Nartiss f8f6ee0284 A correction of plural form text strings to use the new ngettext support 11 gadi atpakaļ
..
Vlib f8f6ee0284 A correction of plural form text strings to use the new ngettext support 11 gadi atpakaļ
dglib 623c7b94ec simplify wingrass LFS 12 gadi atpakaļ
diglib 082598877f vlib/pg: fix fid_column usage in several SQL statements 11 gadi atpakaļ
neta 15e3f283f6 netalib: revert https://trac.osgeo.org/grass/changeset/56890 12 gadi atpakaļ
rtree 298245b4b1 New rtree testsuite 11 gadi atpakaļ
vedit ddcc379b85 typo verteces -> vertices 11 gadi atpakaļ
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 12 gadi atpakaļ
README db49180dd7 welcome to GRASS 7.0.svn 17 gadi atpakaļ
vectorascii.html e437cd9f59 avoid caps HTML tags 13 gadi atpakaļ
vectorlib.dox c0f639f291 update vectorlib.dox 12 gadi atpakaļ
vectorlib_ascii.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 gadi atpakaļ
vectorlib_faq.dox af9dd8e50b more answers 12 gadi atpakaļ
vectorlib_files.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) 12 gadi atpakaļ
vectorlib_indices.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) 12 gadi atpakaļ
vectorlib_libraries.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) 12 gadi atpakaļ
vectorlib_lists.dox 185557e8a8 vlib/dox: improving lists of funs and structs page sectioning 12 gadi atpakaļ
vectorlib_ogr.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 gadi atpakaļ
vectorlib_pg.dox 416b9d5e40 vlib(pg): doxygen cosmetics 12 gadi atpakaļ
vectorlib_tin.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 gadi atpakaļ
vectorlib_topology.dox a901c2a074 Vlib documentation: points do not have nodes 12 gadi atpakaļ

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