Skip to content

Commit

Permalink
docs: add size info (#48)
Browse files Browse the repository at this point in the history
* docs: add size info

* account
  • Loading branch information
cabreraalex committed Dec 15, 2023
1 parent 7e5f18b commit 3916abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions docs/views/spec/spec.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ The top level of the View Specification contains keys for the three main inputs,
"data": ...,
"label": ...,
"output": ...,
"size": ...,
"displayType": ...
}
`}
Expand All @@ -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). |

0 comments on commit 3916abe

Please sign in to comment.