From c87f8d9bd42810bbc555a3bd58d5203f45bb014a Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 7 Jun 2022 15:32:51 -0400 Subject: [PATCH] link to Migration API docs #8275 --- doc/sphinx-guides/source/api/apps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/api/apps.rst b/doc/sphinx-guides/source/api/apps.rst index 368229b5a5f..48b5e1f3584 100755 --- a/doc/sphinx-guides/source/api/apps.rst +++ b/doc/sphinx-guides/source/api/apps.rst @@ -90,7 +90,7 @@ https://github.com/jupyter/repo2docker/blob/master/repo2docker/contentproviders/ dataverse-migration-scripts ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -This series of Python scripts offers a starting point for migrating datasets from one Dataverse installation to another. Multiple parts of the process are handled in these scripts, including adding users, collections, and multiple versions of datasets. These scripts were developed to migrate data from version 4.20 to 5.1, but may provide a helpful starting point for other software versions. The migration APIs added in version 5.6 are not used. You can find more details in the repository, as well as `this Google group thread `_. +This series of Python scripts offers a starting point for migrating datasets from one Dataverse installation to another. Multiple parts of the process are handled in these scripts, including adding users, collections, and multiple versions of datasets. These scripts were developed to migrate data from version 4.20 to 5.1, but may provide a helpful starting point for other software versions. The :doc:`migration APIs ` added in version 5.6 are not used. You can find more details in the repository, as well as `this Google group thread `_. https://github.com/scholarsportal/dataverse-migration-scripts