diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle
index f3dea9c..d999cbb 100644
Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ
diff --git a/docs/_build/doctrees/index.doctree b/docs/_build/doctrees/index.doctree
index 51411b5..1590498 100644
Binary files a/docs/_build/doctrees/index.doctree and b/docs/_build/doctrees/index.doctree differ
diff --git a/docs/_build/doctrees/io.doctree b/docs/_build/doctrees/io.doctree
index d2c1131..221f894 100644
Binary files a/docs/_build/doctrees/io.doctree and b/docs/_build/doctrees/io.doctree differ
diff --git a/docs/_build/doctrees/rebuild.doctree b/docs/_build/doctrees/rebuild.doctree
index 5f217df..dc4e806 100644
Binary files a/docs/_build/doctrees/rebuild.doctree and b/docs/_build/doctrees/rebuild.doctree differ
diff --git a/docs/_build/doctrees/utils.doctree b/docs/_build/doctrees/utils.doctree
index 7eb571d..dc5ac2d 100644
Binary files a/docs/_build/doctrees/utils.doctree and b/docs/_build/doctrees/utils.doctree differ
diff --git a/docs/_build/doctrees/versioning.doctree b/docs/_build/doctrees/versioning.doctree
new file mode 100644
index 0000000..f4fc961
Binary files /dev/null and b/docs/_build/doctrees/versioning.doctree differ
diff --git a/docs/_build/html/_sources/index.rst.txt b/docs/_build/html/_sources/index.rst.txt
index 4eda377..65a983f 100644
--- a/docs/_build/html/_sources/index.rst.txt
+++ b/docs/_build/html/_sources/index.rst.txt
@@ -17,4 +17,5 @@ Python module with bits of code (objects, functions) highly reusable within impr
rebuild
utils
images
+ versioning
diff --git a/docs/_build/html/_sources/versioning.rst.txt b/docs/_build/html/_sources/versioning.rst.txt
new file mode 100644
index 0000000..03a69ea
--- /dev/null
+++ b/docs/_build/html/_sources/versioning.rst.txt
@@ -0,0 +1,43 @@
+Data Versioning
+================================
+
+The `versioning` package of `impresso_commons` contains several modules and scripts with classes and functions that allow to version Impresso's data at various stages of the processing pipeline.
+
+The main goal of this approach is to version the data and track information at every stage to:
+1. **Ensure data consisteny and ease of debugging:** Data elements should be consistent across stages, and inconsistencies/differences should be justifiable through the identification of data leakage points.
+2. **Allow partial updates:** It should be possible to (re)run all or part of the processes on subsets of the data, knowing which version of the data was used at each step. This can be necessary when new media collections arrive, or when an existing collection has been patched.
+3. **Ensure transparency:** Citation of the various data stages and datasets should be straightforward; users should know when using the interface exactly what versions they are using, and should be able to consult the precise statistics related to them.
+
+
+Data Statistics and NewspaperStatistics
+------------------------------------------
+
+.. automodule:: impresso_commons.versioning.data_statistics
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Data Manifest
+--------------------------------------------
+
+.. automodule:: impresso_commons.versioning.data_manifest
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Versioning Helpers
+--------------------------------------------
+
+.. automodule:: impresso_commons.versioning.helpers
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Manifest Computing Script
+--------------------------------------------
+
+.. automodule:: impresso_commons.versioning.compute_manifest
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
diff --git a/docs/_build/html/genindex.html b/docs/_build/html/genindex.html
index 0b5dfd5..8523987 100644
--- a/docs/_build/html/genindex.html
+++ b/docs/_build/html/genindex.html
@@ -45,6 +45,7 @@