Skip to content

Commit

Permalink
Add supported DOI type to CLI help + link to guide for generating DOI…
Browse files Browse the repository at this point in the history
… from GitHub release

Refs #8
  • Loading branch information
sverhoeven committed Jul 9, 2018
1 parent 9482c0f commit 0f2cd59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOI 2 cff

.. image:: https://travis-ci.org/citation-file-format/doi2cff.svg?branch=master
:target: https://travis-ci.org/citation-file-format/doi2cff

.. image:: https://readthedocs.org/projects/doi2cff/badge/?version=latest
:target: https://doi2cff.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Expand All @@ -25,7 +25,7 @@ Script to create citation file formatted file (https://citation-file-format.gith

Current supported DOI types:

* Zenodo software from a GitHub release
* Zenodo software from a GitHub release (https://guides.github.com/activities/citable-code/)

Free software: Apache Software License 2.0

Expand Down
8 changes: 7 additions & 1 deletion doi2cff/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
@click.group()
@click.version_option()
def main():
"""Console script to generate/update CITATION.cff"""
"""Console script to generate/update CITATION.cff
Current supported DOI types:
* Zenodo software from a GitHub release (https://guides.github.com/activities/citable-code/)
"""
pass


Expand Down

0 comments on commit 0f2cd59

Please sign in to comment.