Skip to content

Commit

Permalink
docs: update documents (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
  • Loading branch information
ktro2828 authored Nov 16, 2024
1 parent b504102 commit 7cb0735
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions docs/apis/schema.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# `schema`

<!-- prettier-ignore-start -->
## Name of schemas
## Schema names

---

::: t4_devkit.schema.name
options:
show_docstring_attributes: true
show_bases: false

## Table of schemas
## Schema tables

---

Expand Down Expand Up @@ -51,7 +52,7 @@
members: ["SCHEMAS", "SchemaRegistry"]
show_root_toc_entry: false

## Serialize schema
## Schema serialization

---

Expand Down
2 changes: 1 addition & 1 deletion docs/apis/viewer.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Viewer
# `viewer`

::: t4_devkit.viewer
2 changes: 1 addition & 1 deletion docs/tutorials/initialize.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Done loading in 0.061 seconds.
======
```

## Accessing to Fields
## Access to Fields

---

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/render.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you want to visualize annotation results, `Tier4` supports some rendering met
>>> t4.render_pointcloud(scene_token)
```

![Render PointCloud GIG](../assets/render_pointcloud.gif)
![Render PointCloud GIF](../assets/render_pointcloud.gif)

<!-- prettier-ignore-start -->
!!! NOTE
Expand Down

0 comments on commit 7cb0735

Please sign in to comment.