Skip to content

Commit 68528e8

Browse files
committed
Update class docstring
1 parent 48ef2f9 commit 68528e8

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

plugins/epos/plugin.py

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,7 @@
2626

2727

2828
class Plugin(EvaluatorBase):
29-
"""A class used to define FAIR indicators tests. It is tailored towards the EPOS repository
30-
31-
...
32-
33-
Attributes
34-
----------
35-
item_id : str
36-
Digital Object identifier, which can be a generic one (DOI, PID), or an internal (e.g. an
37-
identifier from the repo)
38-
39-
oai_base : str
40-
Open Archives Initiative , This is the place in which the API will ask for the metadata. If you are working with EPOS https://www.ics-c.epos-eu.org/api/v1/resources
41-
42-
lang : Language
43-
44-
"""
29+
"""A class used to define FAIR indicators tests, tailored to the DT-GEO prototype metadata catalog (EPOS ICS-C based)."""
4530

4631
def __init__(self, *args, **kwargs):
4732
super().__init__(

0 commit comments

Comments
 (0)