Skip to content

Commit

Permalink
check on git
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Jan 18, 2024
1 parent bbd58d4 commit 73e14ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
---
title: Changelog
---

5.1.0
----
Expand Down
4 changes: 3 additions & 1 deletion docs/client_api/annotation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# client.annotation
---
title: client.annotation
---

Note: the functionality described here will be accurate if the datastack you are using
is using the most up-to-date version of the annotation engine. If something seems
Expand Down
4 changes: 2 additions & 2 deletions docs/client_api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ The most common method of interacting with the CAVE Framework is by instantiatin
client (`caveclient.CAVEclient`) and then using that client to interact with various
services. Under the hood, the CAVEclient is a collection of individual clients, which
can be accessed via properties. For example, to access the materialization client,
you can use `client.materialize`, which will actually return a
[caveclient.materializationengine.MaterializationClient][] object.
you can use `client.materialize`, which (up to the exact version) will actually return a
[caveclient.materializationengine.MaterializatonClientV3][] object.

0 comments on commit 73e14ab

Please sign in to comment.