From 3ecf169deb4d7f4c313bbbfe572741a469cc948e Mon Sep 17 00:00:00 2001 From: Alex Cabrera Date: Fri, 1 Dec 2023 13:58:53 -0800 Subject: [PATCH 1/2] docs: add size info --- docs/views/spec/other.mdx | 6 +++--- docs/views/spec/spec.mdx | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/views/spec/other.mdx b/docs/views/spec/other.mdx index 1fd0e10..7e3cd8b 100644 --- a/docs/views/spec/other.mdx +++ b/docs/views/spec/other.mdx @@ -130,9 +130,9 @@ A vertical stack of keyed elements. Can be used to combine different element typ #### Properties -| Property | Type | Description | -| -------- | ---------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | -| keys | Record | List of objects mapping from a String key to a ViewElement used to render the content of the data behind the key. | +| Property | Type | Description | +| -------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------- | +| keys | Record\ | List of objects mapping from a String key to a ViewElement used to render the content of the data behind the key. | ## Separated Values diff --git a/docs/views/spec/spec.mdx b/docs/views/spec/spec.mdx index cbf4558..d17d5f7 100644 --- a/docs/views/spec/spec.mdx +++ b/docs/views/spec/spec.mdx @@ -39,6 +39,7 @@ The top level of the View Specification contains keys for the three main inputs, "data": ..., "label": ..., "output": ..., + "size": ..., "displayType": ... } `} @@ -51,4 +52,5 @@ The top level of the View Specification contains keys for the three main inputs, | data | [ViewElement](/docs/views/spec/other) | How to render data entries. | | label | [ViewElement](/docs/views/spec/other) | How to render label entries. | | output | [ViewElement](/docs/views/spec/other) | How to render output entries. | +| size | "medium" \| "large" | Width of the instance. | | displayType | Optional[String] | How to display data, label, and output entries. The default view is a vertical list and each of `data`, `label` and `output` must be [ViewElement](/docs/views/spec/other)s. If set to `"table"`, `data`, `label`, and `output` must be [Separated Values](/docs/views/spec/other#separated-values). | From a9b0502349051027a6bd8ee06c018de35ee687f3 Mon Sep 17 00:00:00 2001 From: Alex Cabrera Date: Fri, 1 Dec 2023 14:00:12 -0800 Subject: [PATCH 2/2] account --- docs/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index 12653bf..9c9fb38 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -23,7 +23,7 @@ Check out the [Using Zeno](/docs/using-zeno/) docs for more information on how t ## Creating a Project To create your own projects and reports, first create an account on [Zeno Hub](https://hub.zenoml.com/signup). -After logging in to Zeno Hub, generate your API key by clicking on your profile at the bottom left to navigate to your [account page](https://hub.zenoml.com/account). +After logging in to Zeno Hub, generate your API key by clicking on your profile at the top right to navigate to your [account page](https://hub.zenoml.com/account). Next, install the `zeno-client` Python package, which is used to upload new datasets and AI system outputs: