Bladeren bron

add doxygen page for python/temporal

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51183 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 jaren geleden
bovenliggende
commit
92f3decca0
2 gewijzigde bestanden met toevoegingen van 31 en 1 verwijderingen
  1. 1 1
      lib/python/temporal/Makefile
  2. 30 0
      lib/python/temporal/pythontemporallib.dox

+ 1 - 1
lib/python/temporal/Makefile

@@ -28,4 +28,4 @@ $(DSTDIR)/%: % | $(DSTDIR)
 	$(INSTALL_DATA) $< $@
 	$(INSTALL_DATA) $< $@
 
 
 #doxygen:
 #doxygen:
-DOXNAME = python
+DOXNAME = pythontemporal

+ 30 - 0
lib/python/temporal/pythontemporallib.dox

@@ -0,0 +1,30 @@
+/*! \page pythontemporallib GRASS Python Temporal Library
+
+by GRASS Development Team (http://grass.osgeo.org)
+
+Python Temporal GIS package
+
+TODO: add some documentation
+
+List of modules:
+
+- python::temporal::abstract_dataset
+- python::temporal::abstract_map_dataset
+- python::temporal::abstract_space_time_dataset
+- python::temporal::aggregation
+- python::temporal::base
+- python::temporal::core
+- python::temporal::datetime_math
+- python::temporal::metadata
+- python::temporal::space_time_datasets
+- python::temporal::space_time_datasets_tools
+- python::temporal::spatial_extent
+- python::temporal::temporal_extent
+- python::temporal::temporal_granularity
+- python::temporal::temporal_relationships
+- python::temporal::unit_tests
+
+\section pythonTempAuthors Authors
+
+Soeren Gebbert
+*/