Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
### Fixed

- Self links no longer included in Items for "relative published" catalogs ([#725](https://github.com/stac-utils/pystac/pull/725))
- Adding New and Custom Extensions tutorial now up-to-date with new extensions API ([#724](https://github.com/stac-utils/pystac/pull/724))

### Deprecated

Expand Down
6 changes: 5 additions & 1 deletion docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,8 @@ implement your own custom extensions.
:maxdepth: 2
:glob:

tutorials/**
tutorials/pystac-introduction.ipynb
tutorials/pystac-spacenet-tutorial.ipynb
tutorials/how-to-create-stac-catalogs.ipynb
tutorials/creating-a-landsat-stac.ipynb
tutorials/adding-new-and-custom-extensions.ipynb
Loading