From 0a6fd5c40b26750e18324beffe3e83e71a21d6de Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Wed, 2 Feb 2022 19:32:50 +0100 Subject: [PATCH] Update links in README --- README.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index a383219..955f183 100644 --- a/README.rst +++ b/README.rst @@ -7,16 +7,13 @@ Python API for the extended tight binding program .. image:: https://img.shields.io/github/license/grimme-lab/xtb-python :alt: License :target: COPYING.LESSER -.. image:: https://travis-ci.com/grimme-lab/xtb-python.svg?branch=master - :alt: Travis CI - :target: https://travis-ci.com/grimme-lab/xtb-python .. image:: https://readthedocs.org/projects/xtb-python/badge/?version=latest :alt: Documentation Status :target: https://xtb-python.readthedocs.io/en/latest/?badge=latest .. image:: https://img.shields.io/lgtm/grade/python/g/grimme-lab/xtb-python.svg :alt: LGTM :target: https://lgtm.com/projects/g/grimme-lab/xtb-python/context:python -.. image:: https://codecov.io/gh/grimme-lab/xtb-python/branch/master/graph/badge.svg +.. image:: https://codecov.io/gh/grimme-lab/xtb-python/branch/main/graph/badge.svg :alt: Codecov :target: https://codecov.io/gh/grimme-lab/xtb-python @@ -90,7 +87,7 @@ directory. In case meson fails to configure or build, check the options for ``-Dla_backed`` and ``-Dopenmp`` which are passed to the ``xtb`` subproject. For more information on the build with meson, follow the guide in the ``xtb`` -repository `here `_. +repository `here `_. After creating the ``_libxtb`` extension, the Python module can be installed as usual with