README 651 B

123456789101112131415161718192021222324
  1. Contents of this directory
  2. dglib: DGLIB (Directed Graph Library) aims at giving support to
  3. network analysis.
  4. diglib: Lower level functions for reading/writing/manipulating
  5. vectors.
  6. rtree: spatial index based on RTree (lower level functions)
  7. Vlib: Higher level functions for reading/writing/manipulating
  8. vectors. Intended to the module programmer.
  9. To generate the documentation, following commands are available:
  10. Generate HTML document:
  11. make htmldocs
  12. Generate Latex-DVI document (requires Latex):
  13. make latexdocs
  14. Generate PDF document (requires Latex):
  15. make pdfdocs
  16. Delete ./latex and ./html docs directories:
  17. make cleandocs