Skip to content

Commit d49d15a

Browse files
author
Jon Duckworth
authored
Update tutorial on adding new extensions (#724)
* Update extensions tutorial * Update intro * Match tutorials TOC order to page order * Update dummy schema URI and fix typo * Add CHANGELOG entry for #724
1 parent 351f10f commit d49d15a

File tree

3 files changed

+222
-354
lines changed

3 files changed

+222
-354
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
### Fixed
1212

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

1516
### Deprecated
1617

docs/tutorials.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ implement your own custom extensions.
5555
:maxdepth: 2
5656
:glob:
5757

58-
tutorials/**
58+
tutorials/pystac-introduction.ipynb
59+
tutorials/pystac-spacenet-tutorial.ipynb
60+
tutorials/how-to-create-stac-catalogs.ipynb
61+
tutorials/creating-a-landsat-stac.ipynb
62+
tutorials/adding-new-and-custom-extensions.ipynb

0 commit comments

Comments
 (0)