Browse Source

Added documentation to the lodel.editorial_model.translator package

Roland Haroutiounian 7 years ago
parent
commit
d23e0fd9d4
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lodel/editorial_model/translator/__init__.py

+ 2
- 2
lodel/editorial_model/translator/__init__.py View File

@@ -1,4 +1,4 @@
1 1
 ## @package lodel.editorial_model.translator Editorial model translators
2 2
 #
3
-# This package contains modules that provides a save and a load function able to load and save
4
-# lodel.editorial_model.model.EditorialModel
3
+# This package is dedicated to the translation of an EditorialModel as several formats like pickle files or XML files.
4
+# Each module provides save and load functions to read/write an lodel.editorial_model.model.EditorialModel object from and to a file.

Loading…
Cancel
Save