Skip to content

Commit

Permalink
Add zenodo json
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtu committed May 22, 2021
1 parent c012c18 commit 3f2735b
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 2 deletions.
57 changes: 57 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"contributors": [
{
"name": "Gallinger, Cailin",
"orcid": "0000-0002-1465-7447",
"type": "ProjectMember"
},
{
"name": "Boivin, Alex L.",
"orcid": "0000-0001-9095-5123",
"type": "ProjectMember"
},
{
"name": "Hickson, Dylan",
"orcid": "0000-0002-0158-9537",
"type": "ProjectMember"
},
{
"name": "Costello, Emily S.",
"orcid": "0000-0001-7939-9867",
"type": "ProjectMember"
},
{
"name": "Mazrouei, Sara",
"orcid": "0000-0001-7220-6022",
"type": "ProjectMember"
},
{
"name": "Ghent, Rebecca R.",
"orcid": "0000-0002-3173-6630",
"type": "ProjectMember"
},
{
"name": "Tsai, Chun-An",
"orcid": "0000-0002-9933-6860",
"type": "ProjectMember"
}
],
"creators": [
{
"affiliation": "Department of Astronomy and Planetary Science, Northern Arizona University, Flagstaff, AZ, US.",
"name": "Tai Udovicic, Christian J.",
"orcid": "0000-0001-9972-1534"
}
],
"description":"Impact crater data science in Python.",
"keywords": [
"python",
"crater",
"data analysis",
"planetary",
"moon"
],
"license": "MIT",
"title": "Craterpy",
"upload_type": "software"
}
2 changes: 0 additions & 2 deletions docs/requirements.txt

This file was deleted.

14 changes: 14 additions & 0 deletions docs/source/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,18 @@
:undoc-members:
```

## Craterpy plotting module

```{eval-rst}
.. automodule:: craterpy.plotting
:members:
:undoc-members:
```

## Craterpy helper functions

```{eval-rst}
.. automodule:: craterpy.helpers
:members:
:undoc-members:
```

0 comments on commit 3f2735b

Please sign in to comment.