Skip to content

Commit b5e7401

Browse files
committed
remove inventory of exporters, link to README instead #10341
1 parent 10f03b5 commit b5e7401

File tree

2 files changed

+2
-30
lines changed

2 files changed

+2
-30
lines changed

doc/release-notes/10341-croissant.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ A new metadata export format called Croissant is now available as an external me
22

33
When enabled, Croissant replaces the Schema.org JSON-LD format in the `<head>` of dataset landing pages. For details, see the [Schema.org JSON-LD/Croissant Metadata](https://dataverse-guide--10533.org.readthedocs.build/en/10533/admin/discoverability.html#schema-org-head) under the discoverability section of the Admin Guide.
44

5-
For more about the Croissant exporter, see https://github.com/gdcc/exporter-croissant and the [writeup](https://dataverse-guide--10533.org.readthedocs.build/en/10533/installation/advanced.html#croissant-croissant) in the guides.
5+
For more about the Croissant exporter, see https://github.com/gdcc/exporter-croissant
66

77
For installation instructions, see [Enabling External Exporters](https://dataverse-guide--10533.org.readthedocs.build/en/10533/installation/advanced.html#enabling-external-exporters) in the Installation Guide.
88

doc/sphinx-guides/source/installation/advanced.rst

+1-29
Original file line numberDiff line numberDiff line change
@@ -136,35 +136,7 @@ Use the :ref:`dataverse.spi.exporters.directory` configuration option to specify
136136
Inventory of External Exporters
137137
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138138

139-
In the list below, the name of each exporter is followed by the machine-readable name in parentheses for use in APIs (see :ref:`export-dataset-metadata-api` in the API Guide).
140-
141-
Croissant (``croissant``)
142-
~~~~~~~~~~~~~~~~~~~~~~~~~
143-
144-
`Croissant <https://github.com/mlcommons/croissant>`_ is oriented toward machine learning and exposes variable-level metadata. When enabled, it replaces the Schema.org JSON-LD shown in the ``<head>`` of a dataset page, as described under :ref:`schema.org-head` in the Admin Guide.
145-
146-
You can download the Croissant exporter JAR from the following locations:
147-
148-
- released/stable: https://repo1.maven.org/maven2/io/gdcc/export/croissant/
149-
- unreleased/snapshot: https://s01.oss.sonatype.org/content/groups/staging/io/gdcc/export/croissant/
150-
151-
The Maven Central landing page can be found at https://central.sonatype.com/artifact/io.gdcc.export/croissant
152-
153-
The source code and additional information can be found at https://github.com/gdcc/exporter-croissant where you are welcome to open issues and create pull requests.
154-
155-
Debug (``debug``)
156-
~~~~~~~~~~~~~~~~~
157-
158-
The "Debug" exporter is intended to help developers of future external exporters. It produces a JSON file that contains all available formats that are available to exporter authors such as datasetJson, datasetORE, datasetSchemaDotOrg, etc.
159-
160-
You can download the Debug exporter JAR from the following locations:
161-
162-
- released/stable: https://repo1.maven.org/maven2/io/gdcc/export/debug/
163-
- unreleased/snapshot: https://s01.oss.sonatype.org/content/groups/staging/io/gdcc/export/debug/
164-
165-
The Maven Central landing page can be found at https://central.sonatype.com/artifact/io.gdcc.export/debug
166-
167-
The source code and additional information can be found at https://github.com/gdcc/exporter-debug where you are welcome to open issues and create pull requests.
139+
For a list of external exporters, see the README at https://github.com/gdcc/dataverse-exporters
168140

169141
Developing New Exporters
170142
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)