Skip to content

Commit

Permalink
inline graph view doc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 16, 2024
1 parent bec82ee commit 93a4f73
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace rerun.archetypes;

/// A list of nodes in a graph with optional labels, colors, etc.
///
/// \example archetypes/graph_undirected !api title="Simple undirected graph" image="https://static.rerun.io/graph_undirected/15f46bec77452a8c6220558e4403b99cac188e2e/1200w.png"
/// \example archetypes/graph_directed !api title="Simple directed graph" image="https://static.rerun.io/graph_directed/ca29a37b65e1e0b6482251dce401982a0bc568fa/1200w.png"
/// \example archetypes/graph_undirected title="Simple undirected graph" image="https://static.rerun.io/graph_undirected/15f46bec77452a8c6220558e4403b99cac188e2e/1200w.png"
/// \example archetypes/graph_directed title="Simple directed graph" image="https://static.rerun.io/graph_directed/ca29a37b65e1e0b6482251dce401982a0bc568fa/1200w.png"
table GraphNodes (
"attr.docs.category": "Graph",
"attr.docs.view_types": "GraphView",
Expand Down
62 changes: 62 additions & 0 deletions crates/store/re_types/src/archetypes/graph_nodes.rs

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

56 changes: 56 additions & 0 deletions rerun_cpp/src/rerun/archetypes/graph_nodes.hpp

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

61 changes: 60 additions & 1 deletion rerun_py/rerun_sdk/rerun/archetypes/graph_nodes.py

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

0 comments on commit 93a4f73

Please sign in to comment.