Skip to content

Commit

Permalink
Fix PySTAC Introduction tutorial link (#719)
Browse files Browse the repository at this point in the history
* Fix PySTAC Introduction tutorial link

* Add CHANGELOG entry for #719
  • Loading branch information
Jon Duckworth authored Jan 18, 2022
1 parent 0927ada commit 0a00646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- `DatacubeExtension.variables` now has a setter ([#699](https://github.com/stac-utils/pystac/pull/699)])
- Landsat STAC tutorial is now up-to-date with all package changes ([#692](https://github.com/stac-utils/pystac/pull/674))
- Paths to sub-catalog files when using `Catalog.save` ([#714](https://github.com/stac-utils/pystac/pull/714))
- Link to PySTAC Introduction tutorial in tutorials index page ([#719](https://github.com/stac-utils/pystac/pull/719))

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PySTAC Introduction
-------------------

- :tutorial:`GitHub version <pystac-introduction.ipynb>`
- :ref:`Docs version </tutorials/pystac-spacenet-tutorial.ipynb>`
- :ref:`Docs version </tutorials/pystac-introduction.ipynb>`

This tutorial gives an introduction to PySTAC concepts through code examples.

Expand Down

0 comments on commit 0a00646

Please sign in to comment.