From 8d9cf65a11ff6ece316cbd0cb8cbd737707cd578 Mon Sep 17 00:00:00 2001 From: Don Sizemore Date: Tue, 2 Apr 2019 11:59:40 -0400 Subject: [PATCH 1/3] 5710 update metricsurl verbiage to point to reporting tools in admin guide --- doc/sphinx-guides/source/installation/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index 6d28ad2e8b4..54ea0071e14 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -1083,7 +1083,7 @@ Note that this will override the default behaviour for the "Support" menu option :MetricsUrl +++++++++++ -Make the metrics component on the root dataverse a clickable link to a website where you present metrics on your Dataverse installation. This could perhaps be an installation of https://github.com/IQSS/miniverse or any site. +Make the metrics component on the root dataverse a clickable link to a website where you present metrics on your Dataverse installation, perhaps one of our community-supported `reporting tools`. ``curl -X PUT -d http://metrics.dataverse.example.edu http://localhost:8080/api/admin/settings/:MetricsUrl`` From 1543f6d4e4abce0a40b3605e204785ab3ad5ebf3 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 2 Apr 2019 12:08:20 -0400 Subject: [PATCH 2/3] use Sphinx-style links #5710 --- doc/sphinx-guides/source/installation/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index 54ea0071e14..9c79e54e1b3 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -1083,7 +1083,7 @@ Note that this will override the default behaviour for the "Support" menu option :MetricsUrl +++++++++++ -Make the metrics component on the root dataverse a clickable link to a website where you present metrics on your Dataverse installation, perhaps one of our community-supported `reporting tools`. +Make the metrics component on the root dataverse a clickable link to a website where you present metrics on your Dataverse installation, perhaps one of the community-supported tools mentioned in the :doc:`/admin/reporting-tools` section of the Admin Guide. ``curl -X PUT -d http://metrics.dataverse.example.edu http://localhost:8080/api/admin/settings/:MetricsUrl`` From 8c34174594e8fa8041e3464e4b28b962df4b5872 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 2 Apr 2019 12:13:07 -0400 Subject: [PATCH 3/3] 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