From 3662613551501421223a4aa2a2239facb55720e0 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Tue, 12 May 2015 15:17:28 +0200 Subject: [PATCH] Closes #4. Updated the doc with new naming conventions for OBIDMS column files. --- doc/source/formats.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/source/formats.rst b/doc/source/formats.rst index 123becc..5c07b14 100644 --- a/doc/source/formats.rst +++ b/doc/source/formats.rst @@ -27,12 +27,9 @@ File name --------- Each file is named with the attribute associated to the data it contains, and the number of -its version, separated by an underscore. +its version, separated by an ``@``, and with the extension ``.odc``. -Example : ``count_0003`` - -.. todo:: - Filename extension? +Example : ``count@3.odc`` Header @@ -62,7 +59,7 @@ Versioning Since OBIDMS column files are read-only, any modification leads to the creation of a new version of the column file. -The first version of a column file is numbered 0001, and each new version increments that +The first version of a column file is numbered 1, and each new version increments that number by 1.