From eb1a7883946ef3da37e5ddea1e20729243464d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sun, 27 Oct 2024 01:52:25 +0000 Subject: [PATCH] temporal: Update dataset_factory file header --- python/grass/temporal/factory.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/python/grass/temporal/factory.py b/python/grass/temporal/factory.py index b336a300764..ea23ba76ade 100644 --- a/python/grass/temporal/factory.py +++ b/python/grass/temporal/factory.py @@ -1,21 +1,12 @@ """ Object factory -Usage: - -.. code-block:: python - - import grass.temporal as tgis - - tgis.register_maps_in_space_time_dataset(type, name, maps) - - -(C) 2012-2013 by the GRASS Development Team +(C) 2012-2024 by the GRASS Development Team This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details. -:authors: Soeren Gebbert +:authors: Soeren Gebbert, Edouard Choinière """ from __future__ import annotations