Skip to content

Commit

Permalink
Corrected links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbore committed Aug 27, 2020
1 parent 0db4161 commit f34e9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/base_draper.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
base_draper
===========

The `save_draping_result.py <https://github.com/nilsbore/auvlib/blob/base_draper/src/pydata_tools/scripts/save_draping_result.py>`_ script from **pybathy_maps**
The `save_draping_result.py <https://github.com/nilsbore/auvlib/blob/master/src/pybathy_maps/scripts/save_draping_result.py>`_ script from **pybathy_maps**
demonstrates how to use the **BaseDraper** class to drape
sidescan onto a bathymetry mesh. You can use the
`display_draping_result.py <https://github.com/nilsbore/auvlib/blob/base_draper/src/pydata_tools/scripts/display_draping_result.py>`_ script to visualize the save data.
`display_draping_result.py <https://github.com/nilsbore/auvlib/blob/master/src/pybathy_maps/scripts/display_draping_result.py>`_ script to visualize the save data.

.. literalinclude:: ../src/pybathy_maps/scripts/save_draping_result.py
:language: python
Expand Down

0 comments on commit f34e9f8

Please sign in to comment.