diff --git a/repo2docker/contentproviders/dataverse.py b/repo2docker/contentproviders/dataverse.py index e786fe24..fb050800 100644 --- a/repo2docker/contentproviders/dataverse.py +++ b/repo2docker/contentproviders/dataverse.py @@ -137,11 +137,10 @@ def get_datafiles(self, url: str) -> List[dict]: - /citation: https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/TJCLKP - /dataset.xhtml: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/TJCLKP - Supports the following *file* URL styles: + Supports the following *file* URL styles (entire dataset file belongs to will be fetched): - /api/access/datafile: https://dataverse.harvard.edu/api/access/datafile/3323458 - - Supports a subset of the following *file* URL styles: - /file.xhtml: https://dataverse.harvard.edu/file.xhtml?persistentId=doi:10.7910/DVN/6ZXAGT/3YRRYJ + - /citation: https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/6ZXAGT/3YRRYJ If a URL can not be parsed, throw an exception """