Skip to content

Commit 5757563

Browse files
authored
Merge pull request #277 from jGaboardi/docs_ci_badge
Docs ci badge
2 parents faac448 + 72583a3 commit 5757563

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/_sources/index.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
libpysal: Python Spatial Analysis Library Core
44
==============================================
55

6-
.. image:: https://travis-ci.org/pysal/libpysal.svg
7-
:target: https://travis-ci.org/pysal/libpysal
6+
.. image:: https://github.com/pysal/libpysal/workflows/.github/workflows/unittests.yml/badge.svg
7+
:target: https://github.com/pysal/libpysal/actions?query=workflow%3A.github%2Fworkflows%2Funittests.yml
88

99
.. image:: https://badges.gitter.im/pysal/pysal.svg
1010
:target: https://gitter.im/pysal/pysal

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
<div class="section" id="libpysal-python-spatial-analysis-library-core">
147147
<h1>libpysal: Python Spatial Analysis Library Core<a class="headerlink" href="#libpysal-python-spatial-analysis-library-core" title="Permalink to this headline"></a></h1>
148-
<a class="reference external image-reference" href="https://travis-ci.org/pysal/libpysal"><img alt="https://travis-ci.org/pysal/libpysal.svg" src="https://travis-ci.org/pysal/libpysal.svg" /></a>
148+
<a class="reference external image-reference" href="https://github.com/pysal/libpysal/actions?query=workflow%3A.github%2Fworkflows%2Funittests.yml"><img alt="https://github.com/pysal/libpysal/workflows/.github/workflows/unittests.yml/badge.svg" src="https://github.com/pysal/libpysal/workflows/.github/workflows/unittests.yml/badge.svg" /></a>
149149
<a class="reference external image-reference" href="https://gitter.im/pysal/pysal"><img alt="https://badges.gitter.im/pysal/pysal.svg" src="https://badges.gitter.im/pysal/pysal.svg" /></a>
150150
<a class="reference external image-reference" href="https://badge.fury.io/py/libpysal"><img alt="https://badge.fury.io/py/libpysal.svg" src="https://badge.fury.io/py/libpysal.svg" /></a>
151151
<div class="container-fluid">

docsrc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
libpysal: Python Spatial Analysis Library Core
44
==============================================
55

6-
.. image:: https://travis-ci.org/pysal/libpysal.svg
7-
:target: https://travis-ci.org/pysal/libpysal
6+
.. image:: https://github.com/pysal/libpysal/workflows/.github/workflows/unittests.yml/badge.svg
7+
:target: https://github.com/pysal/libpysal/actions?query=workflow%3A.github%2Fworkflows%2Funittests.yml
88

99
.. image:: https://badges.gitter.im/pysal/pysal.svg
1010
:target: https://gitter.im/pysal/pysal

0 commit comments

Comments
 (0)