From f765223f6270603b3ef3de33d8bc0d9669fcf4ad Mon Sep 17 00:00:00 2001 From: gph82 Date: Tue, 28 Jul 2020 12:21:28 +0200 Subject: [PATCH] [README] --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c918f7bb..ab222ddc 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ mdciao: Analysis of Molecular Dynamics Simulations Using Residue Neighborhoods ============================================================================== -|Python Package| +|Python Package| |Coverage| .. figure:: doc/imgs/banner.png :scale: 33% @@ -14,7 +14,7 @@ Licenses ======== * ``mdciao`` is licensed under the `GNU Lesser General Public License v3.0 or later `_ (``LGPL-3.0-or-later``, see the LICENSE.txt). -* ``mdciao`` uses a modified version of the method `mdtraj.compute_contacts` of `mdtraj `_. This modified version is published along with ``mdciao`` and can be found in `contacts/_mdtraj_compute_contacts.py`. Please see that file for details on the modifications. +* ``mdciao`` uses a modified version of the method `mdtraj.compute_contacts `_ of `mdtraj `_. This modified version is published along with ``mdciao`` and can be found in `contacts/_md_compute_contacts.py `_. Please see that file for details on the modifications. * Modules used by ``mdciao`` have different licenses. You can check any module's license in your Python environment using `pip-licenses `_: >>> pip-licenses | grep module_name @@ -34,3 +34,7 @@ Authors .. |Python Package| image:: https://github.com/gph82/mdciao/workflows/Python%20package/badge.svg :target: https://github.com/gph82/mdciao/actions?query=workflow%3A%22Python+package%22 + +.. |Coverage| image:: + https://codecov.io/gh/gph82/mdciao/branch/master/graph/badge.svg? + :target: https://codecov.io/gh/gph82/mdciao