improving documentation

This commit is contained in:
luca.frosini 2023-08-30 17:48:02 +02:00
parent 93f924a7ad
commit b03e4e39b6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The library currently offers two exporters:
* **ZenodoExporter**: deposit the software artifact in Zenodo obtaining a DOI;
* **BibLaTeXExporter**: export the software artifact in a ``bib`` file using the BibLaTeX format.
Other exporters can be easily added in the future by extending the ``SoftwareVersionExporter`` class.
Other exporters can be easily added in the future by extending the ``SoftwareArtifactExporter`` class.
The core class of the library is Analyser, which must be initialized with: