Skip to content

Commit

Permalink
(docs) fix links to nbviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed Jan 19, 2024
1 parent c847766 commit 4471370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ addition to space-time LISA and spatial markov methods.
<div class="col-sm-1 col-xs-hidden">
</div>
<div class="col-md-3 col-xs-12">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/master/notebooks/DirectionalLISA.ipynb" class="thumbnail">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/main/notebooks/DirectionalLISA.ipynb" class="thumbnail">
<img src="_static/images/rose_conditional.png" class="img-responsive center-block">
<div class="caption text-center">
<h6>Rose diagram (directional LISAs)</h6>
</div>
</a>
</div>
<div class="col-sm-3 col-xs-12">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/master/notebooks/MarkovBasedMethods.ipynb" class="thumbnail">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/main/notebooks/MarkovBasedMethods.ipynb" class="thumbnail">
<img src="_static/images/spatial_markov_us.png" class="img-responsive center-block">
<div class="caption text-center">
<h6>Spatial Markov Chain</h6>
</div>
</a>
</div>
<div class="col-sm-3 col-xs-12">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/master/notebooks/RankBasedMethods.ipynb" class="thumbnail">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/main/notebooks/RankBasedMethods.ipynb" class="thumbnail">
<img src="_static/images/neighboorsetLIMA_US.png"
class="img-responsive center-block">
<div class="caption text-center">
Expand Down

0 comments on commit 4471370

Please sign in to comment.