Skip to content

Commit a2ed3e3

Browse files
authored
201: create a SSOT doc for Cirrus payloads (#203)
* add draft payload doc * update CHANGELOG * minor edits to payload.rst * edits to payload.rst based on PR review * edits to payload.rst based on PR review, round 2 * edits to payload.rst based on PR review, round 2 * final edits
1 parent 5d58d8d commit a2ed3e3

3 files changed

Lines changed: 669 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
- ([#153]) Adds `upload_item_to_s3` method to the `Task` class to upload a
1313
STAC Item to S3 using configured upload options.
14-
- add a doc defining `stactask.Task` features (properties, attributes, and instance
15-
methods)
1614
- ([#183]) Adds Task methods to add file metadata to Item Assets (supported by the STAC
1715
File Info Extension) - user-facing functions are `add_fileinfo_to_local_assets`
1816
(multiple Item Assets) and `add_fileinfo_to_local_asset` (single Item Asset).
17+
- add a doc defining `stactask.Task` features (properties, attributes, and instance
18+
methods)
19+
- ([#201]) Adds a payload doc (single source of truth) and adjusts other
20+
references accordingly.
1921

2022
### Changed
2123

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ Contents
1717
.. toctree::
1818

1919
usage
20+
payload
2021
task
2122
api

0 commit comments

Comments
 (0)