Skip to content

Commit

Permalink
Fix linkinator
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jun 6, 2024
1 parent f724e32 commit 58eb844
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion crates/re_types/definitions/rerun/archetypes/axes3d.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ namespace rerun.archetypes;
/// \example archetypes/transform3d_axes title="Transform with axes" image="https://static.rerun.io/transform3d_axes/35cd6a68cce0cd582231984be4e2628d1627540b/1200w.png"
table Axes3D (
"attr.docs.category": "Plotting",
"attr.docs.view_types": "Spatial3D, Spatial2DView: if logged above active projection"
"attr.docs.view_types": "Spatial3D, Spatial2DView: if logged above active projection",
"attr.docs.unreleased"
) {
// --- Required ---

Expand Down
3 changes: 2 additions & 1 deletion crates/re_types/definitions/rerun/components/axis_length.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ struct AxisLength (
"attr.python.aliases": "float",
"attr.python.array_aliases": "float, npt.ArrayLike",
"attr.rust.derive": "Copy, PartialEq, PartialOrd",
"attr.rust.repr": "transparent"
"attr.rust.repr": "transparent",
"attr.docs.unreleased"
) {
length: rerun.datatypes.Float32 (order: 100);
}
6 changes: 3 additions & 3 deletions docs/content/reference/types/archetypes/axes3d.md

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

8 changes: 4 additions & 4 deletions docs/content/reference/types/components/axis_length.md

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

2 changes: 1 addition & 1 deletion docs/content/reference/types/datatypes/float32.md

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

0 comments on commit 58eb844

Please sign in to comment.