Skip to content

Commit

Permalink
Add anaconda badge
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kain88-de committed Mar 8, 2016
1 parent ce3eb1d commit f0f4fa0
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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())
Expand Down Expand Up @@ -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`_.
Expand All @@ -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
Expand All @@ -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

0 comments on commit f0f4fa0

Please sign in to comment.