[GRASS-SVN] r51183 - grass/trunk/lib/python/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 29 10:36:21 EDT 2012


Author: martinl
Date: 2012-03-29 07:36:21 -0700 (Thu, 29 Mar 2012)
New Revision: 51183

Added:
   grass/trunk/lib/python/temporal/pythontemporallib.dox
Modified:
   grass/trunk/lib/python/temporal/Makefile
Log:
add doxygen page for python/temporal

Modified: grass/trunk/lib/python/temporal/Makefile
===================================================================
--- grass/trunk/lib/python/temporal/Makefile	2012-03-29 13:57:41 UTC (rev 51182)
+++ grass/trunk/lib/python/temporal/Makefile	2012-03-29 14:36:21 UTC (rev 51183)
@@ -28,4 +28,4 @@
 	$(INSTALL_DATA) $< $@
 
 #doxygen:
-DOXNAME = python
+DOXNAME = pythontemporal

Added: grass/trunk/lib/python/temporal/pythontemporallib.dox
===================================================================
--- grass/trunk/lib/python/temporal/pythontemporallib.dox	                        (rev 0)
+++ grass/trunk/lib/python/temporal/pythontemporallib.dox	2012-03-29 14:36:21 UTC (rev 51183)
@@ -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
+*/



More information about the grass-commit mailing list