From f0f4fa0d8dfc12c3c1d5a817f272d3fc48901b34 Mon Sep 17 00:00:00 2001 From: Max Linke Date: Tue, 8 Mar 2016 08:32:25 +0100 Subject: [PATCH] Add anaconda badge [skip ci] --- README.rst | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index ef4d2ff065e..1cd7e3d5355 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ |build| |cov| [*]_ -|docs| |devdocs| |usergroup| |developergroup| +|docs| |devdocs| |usergroup| |developergroup| |anaconda| MDAnalysis_ is a Python toolkit to analyze molecular dynamics trajectories generated by a wide range of popular simulation packages @@ -14,18 +14,18 @@ lists of supported `trajectory formats`_ and `topology formats`_.) .. code:: python import MDAnalysis as mda - + # Load simulation results with a single line u = mda.Universe('topol.tpr','traj.trr') - + # Select atoms ag = u.select_atoms('name OH') - + # Atom data made available as Numpy arrays ag.positions ag.velocities ag.forces - + # Iterate through trajectories for ts in u.trajectory: print(ag.center_of_mass()) @@ -61,7 +61,7 @@ MDAnalysis issue tracker.) .. Footnotes -.. [*] **build**: Unit testing is for the whole package; **coverage** is shown for the core library +.. [*] **build**: Unit testing is for the whole package; **coverage** is shown for the core library modules (which excludes `MDAnalysis.analysis`_ and `MDAnalysis.visualization`_ at the moment). For more details and discussion see issue `#286`_. @@ -77,11 +77,11 @@ MDAnalysis issue tracker.) .. |usergroup| image:: https://img.shields.io/badge/Google%20Group-Users-lightgrey.svg :alt: User Google Group :target: http://users.mdanalysis.org - + .. |developergroup| image:: https://img.shields.io/badge/Google%20Group-Developers-lightgrey.svg :alt: Developer Google Group :target: http://developers.mdanalysis.org - + .. |docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg :alt: Documentation (latest release) :target: http://docs.mdanalysis.org @@ -93,7 +93,11 @@ MDAnalysis issue tracker.) .. |build| image:: https://travis-ci.org/MDAnalysis/mdanalysis.svg?branch=develop :alt: Build Status :target: https://travis-ci.org/MDAnalysis/mdanalysis - + .. |cov| image:: https://coveralls.io/repos/MDAnalysis/mdanalysis/badge.svg?branch=develop :alt: Coverage Status :target: https://coveralls.io/r/MDAnalysis/mdanalysis?branch=develop + +.. |anaconda| image:: https://anaconda.org/mdanalysis/mdanalysis/badges/version.svg + :alt: Anaconda + :target: https://anaconda.org/MDAnalysis/mdanalysis