Skip to content

Commit

Permalink
does this help?
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 22, 2025
1 parent 95f2aa3 commit 8edc2bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions crates/build/re_types_builder/src/codegen/docs/snippets_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Use it to quickly find copy-pastable snippets of code for any Rerun feature you'
## Features
| Feature | Example | Description | Python | Rust | C++ |
| Feature | Example | Description | Python | Rust | C++ |
| ------- | ------- | ----------- | ------ | ---- | --- |
{per_feature_table}
Expand All @@ -370,7 +370,7 @@ Use it to quickly find copy-pastable snippets of code for any Rerun feature you'
_All snippets, organized by the [`Archetype`](https://rerun.io/docs/reference/types/archetypes)(s) they use._
| Archetype | Snippet | Description | Python | Rust | C++ |
| Archetype | Snippet | Description | Python | Rust | C++ |
| --------- | ------- | ----------- | ------ | ---- | --- |
{per_archetype_table}
Expand All @@ -379,7 +379,7 @@ _All snippets, organized by the [`Archetype`](https://rerun.io/docs/reference/ty
_All snippets, organized by the [`Component`](https://rerun.io/docs/reference/types/components)(s) they use._
| Component | Snippet | Description | Python | Rust | C++ |
| Component | Snippet | Description | Python | Rust | C++ |
| --------- | ------- | ----------- | ------ | ---- | --- |
{per_component_table}
Expand All @@ -388,7 +388,7 @@ _All snippets, organized by the [`Component`](https://rerun.io/docs/reference/ty
_All snippets, organized by the [`View`](https://rerun.io/docs/reference/types/views)(s) they use._
| Component | Snippet | Description | Python | Rust | C++ |
| Component | Snippet | Description | Python | Rust | C++ |
| --------- | ------- | ----------- | ------ | ---- | --- |
{per_view_table}
Expand All @@ -397,7 +397,7 @@ _All snippets, organized by the [`View`](https://rerun.io/docs/reference/types/v
_All snippets, organized by the blueprint-related [`Archetype`](https://rerun.io/docs/reference/types/archetypes)(s) they use._
| Archetype | Snippet | Description | Python | Rust | C++ |
| Archetype | Snippet | Description | Python | Rust | C++ |
| --------- | ------- | ----------- | ------ | ---- | --- |
{per_archetype_blueprint_table}
Expand All @@ -406,7 +406,7 @@ _All snippets, organized by the blueprint-related [`Archetype`](https://rerun.io
_All snippets, organized by the blueprint-related [`Component`](https://rerun.io/docs/reference/types/components)(s) they use._
| Component | Snippet | Description | Python | Rust | C++ |
| Component | Snippet | Description | Python | Rust | C++ |
| --------- | ------- | ----------- | ------ | ---- | --- |
{per_component_blueprint_table}
"
Expand Down
12 changes: 6 additions & 6 deletions docs/snippets/INDEX.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8edc2bf

Please sign in to comment.