Skip to content

Commit

Permalink
update links for examples (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsrey authored Jun 14, 2024
1 parent 5efd4c9 commit d87ed4d
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 @@ -10,23 +10,23 @@
<div class="container-fluid">
<div class="row equal-height">
<div class="col-lg-4">
<a href="http://nbviewer.jupyter.org/github/pysal/tobler/blob/master/notebooks/01_interpolation_methods_overview.ipynb" class="thumbnail">
<a href="http://nbviewer.jupyter.org/github/pysal/tobler/blob/main/notebooks/01_interpolation_methods_overview.ipynb" class="thumbnail">
<img src="_static/images/tobler2.png" class="img-responsive center-block">
<div class="caption text-center">
<h6>Extensive variables</h6>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="http://nbviewer.jupyter.org/github/pysal/tobler/blob/master/notebooks/01_interpolation_methods_overview.ipynb" class="thumbnail">
<a href="http://nbviewer.jupyter.org/github/pysal/tobler/blob/main/notebooks/01_interpolation_methods_overview.ipynb" class="thumbnail">
<img src="_static/images/tobler3.png" class="img-responsive center-block">
<div class="caption text-center">
<h6>Intensive variables</h6>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="http://nbviewer.jupyter.org/github/pysal/tobler/blob/master/notebooks/census_to_hexgrid.ipynb" class="thumbnail">
<a href="http://nbviewer.jupyter.org/github/pysal/tobler/blob/main/notebooks/census_to_hexgrid.ipynb" class="thumbnail">
<img src="_static/images/notebooks_census_to_hexgrid_25_1.png" class="img-responsive center-block">
<div class="caption text-center">
<h6>Hexgrid Generation</h6>
Expand Down

0 comments on commit d87ed4d

Please sign in to comment.