From 8c34174594e8fa8041e3464e4b28b962df4b5872 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 2 Apr 2019 12:13:07 -0400 Subject: [PATCH] remove references to miniverse #5710 "no longer updated by IQSS" https://groups.google.com/d/msg/dataverse-community/GoDNBSMpJNQ/DihD9-3PBAAJ --- doc/sphinx-guides/source/api/intro.rst | 5 ----- doc/sphinx-guides/source/developers/intro.rst | 1 - 2 files changed, 6 deletions(-) diff --git a/doc/sphinx-guides/source/api/intro.rst b/doc/sphinx-guides/source/api/intro.rst index ecdcf78d3c7..2120c426e4f 100755 --- a/doc/sphinx-guides/source/api/intro.rst +++ b/doc/sphinx-guides/source/api/intro.rst @@ -50,8 +50,3 @@ Support If you are using the APIs for an installation of Dataverse hosted by your institution, you may want to reach out to the team that supports it. At the top of the Dataverse installation's home page, there should be a form you can fill out by clicking the "Support" link. If you are having trouble with http://demo.dataverse.org or have questions about the APIs, please feel free to reach out to the Dataverse community via https://groups.google.com/forum/#!forum/dataverse-community . - -Metrics -------- - -APIs described in this guide are shipped with the Dataverse software itself. Additional APIs are available if someone at your institution installs the "miniverse" application from https://github.com/IQSS/miniverse and gives it read only access to a production Dataverse database. http://dataverse.org/metrics is powered by miniverse. diff --git a/doc/sphinx-guides/source/developers/intro.rst b/doc/sphinx-guides/source/developers/intro.rst index a4180b3e00e..98ccc61285e 100755 --- a/doc/sphinx-guides/source/developers/intro.rst +++ b/doc/sphinx-guides/source/developers/intro.rst @@ -57,7 +57,6 @@ As a developer, you also may be interested in these projects related to Datavers - Dataverse API client libraries - use Dataverse APIs from various languages: :doc:`/api/client-libraries` - DVUploader - a stand-alone command-line Java application that uses the Dataverse API to support upload of files from local disk to a Dataset: https://github.com/IQSS/dataverse-uploader - dataverse-metrics - aggregate and visualize metrics for installations of Dataverse around the world: https://github.com/IQSS/dataverse-metrics -- Miniverse - expose metrics from a Dataverse database: https://github.com/IQSS/miniverse - Configuration management scripts - Ansible, Puppet, etc.: See "Advanced Installation" in the :doc:`/installation/prep` section of the Installation Guide. - :doc:`/developers/unf/index` (Java) - a Universal Numerical Fingerprint: https://github.com/IQSS/UNF - GeoConnect (Python) - create a map by uploading files to Dataverse: https://github.com/IQSS/geoconnect