Martin Landa af366d29e9 Various typo fixes (https://trac.osgeo.org/grass/ticket/2776) пре 9 година
..
Vlib af366d29e9 Various typo fixes (https://trac.osgeo.org/grass/ticket/2776) пре 9 година
dglib 6b119ba3dd progman: title cosmetics пре 10 година
diglib fc54837896 vlib: note v.build/v.build.all module when topology format is old (https://trac.osgeo.org/grass/ticket/2386) пре 10 година
neta 15e3f283f6 netalib: revert https://trac.osgeo.org/grass/changeset/56890 пре 12 година
rtree 54b9fdf908 Fixed wrong description and obsolete options and flags. Removed wrong html description file. пре 11 година
testsuite 6550dce566 svn propset пре 10 година
vedit ddcc379b85 typo verteces -> vertices пре 11 година
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 пре 13 година
README db49180dd7 welcome to GRASS 7.0.svn пре 17 година
vectorascii.html e437cd9f59 avoid caps HTML tags пре 13 година
vectorlib.dox af366d29e9 Various typo fixes (https://trac.osgeo.org/grass/ticket/2776) пре 9 година
vectorlib_ascii.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider пре 12 година
vectorlib_faq.dox af9dd8e50b more answers пре 12 година
vectorlib_files.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) пре 12 година
vectorlib_indices.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) пре 12 година
vectorlib_libraries.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) пре 12 година
vectorlib_lists.dox af366d29e9 Various typo fixes (https://trac.osgeo.org/grass/ticket/2776) пре 9 година
vectorlib_ogr.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider пре 12 година
vectorlib_pg.dox af366d29e9 Various typo fixes (https://trac.osgeo.org/grass/ticket/2776) пре 9 година
vectorlib_tin.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider пре 12 година
vectorlib_topology.dox a901c2a074 Vlib documentation: points do not have nodes пре 12 година

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