Skip to content

Commit e912c20

Browse files
committed
PRs welcome and new tag line
1 parent f94407d commit e912c20

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# MDAnalysisData
22

33
[![docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://www.mdanalysis.org/MDAnalysisData/)
4+
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
45
[![DOI](https://zenodo.org/badge/147885122.svg)](https://zenodo.org/badge/latestdoi/147885122)
56

67
Access to data for workshops and extended tests of MDAnalysis.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
'logo' : "logos/MDAnalysisData-logo.png",
117117
'logo_name': True,
118118
'logo_text_align': "left",
119-
'description': "Datasets for MDAnalysis",
119+
'description': "Biomolecular simulation datasets",
120120
'github_user': "MDAnalysis",
121121
'github_repo': "MDAnalysisData",
122122
'github_button': False,

docs/index.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
MDAnalysisData: MD data for testing, learning, and benchmarking
66
=================================================================
77

8-
|doi|
8+
|zenodo| |PRwelcome|
99

1010
:Release: |release|
1111
:Date: |today|
@@ -22,25 +22,30 @@ interface to download, cache, and access these externally hosted data
2222
sets.
2323

2424
The files can be easily used with MDAnalysis_ but the package is
25-
standalone, however, and can be used for any purpose, for instance, to
26-
provide examples for workshops and classes.
25+
standalone and can be used for any purpose, for instance, to
26+
provide examples for workshops and classes, and, of course, to try out
27+
other tools for analyzing simulations.
2728

2829
Datasets are released under an `open license`_ that conforms to the `Open
2930
Definition 2.1`_ that allows free use, re-use, redistribution, modification,
3031
separation, for any purpose and without a charge. All code
3132
can be found in the public GitHub repository `mdanalysis/MDAnalysisData`_.
3233

33-
This library is **under active development**. We use `semantic
34+
This library is *under active development*. We use `semantic
3435
versioning`_ to indicate clearly what kind of changes you may expect
3536
between releases. Please raise any issues or questions in the
3637
`Issue Tracker`_. `Contributions of data sets`_ and code in the form
3738
of pull requests are very welcome.
3839

39-
.. |doi| image:: https://zenodo.org/badge/147885122.svg
40+
.. |zenodo| image:: https://zenodo.org/badge/147885122.svg
4041
:alt: Zenodo DOI
4142
:scale: 100%
4243
:target: https://zenodo.org/badge/latestdoi/147885122
4344

45+
.. |PRwelcome| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
46+
:alt: PRs welcome
47+
:target: http://makeapullrequest.com
48+
4449
.. _`MDAnalysis`: https://www.mdanalysis.org
4550
.. _`mdanalysis/MDAnalysisData`: https://github.com/MDAnalysis/MDAnalysisData
4651
.. _figshare: https://figshare.com/

0 commit comments

Comments
 (0)