Skip to content

Commit

Permalink
chore(weave): remove todo block in docs on object (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarpenning authored May 9, 2024
1 parent 2a695c1 commit 5a92acd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/docs/guides/tracking/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,3 @@ Refs can be constructed with a few different styles
- `weave.ref(<name>)`: requires `weave.init(<project>)` to have been called. Refers to the ":latest" version
- `weave.ref(<name>:<version>)`: requires `weave.init(<project>)` to have been called.
- `weave.ref(<fully_qualified_ref_uri>)`: can be constructed without calling weave.init

## TODO

- iterating through other versions of an object
- navigating to consuming and producing calls via the API
- declaring how to serializes other types of objects
- @weave.type()

0 comments on commit 5a92acd

Please sign in to comment.