-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the python API docs site for the new APIs (#3565)
### What - Builds on top of: #3564 - Resolves: #3437 Replaces the logging functions with the archetypes. Moves the deprecated function to their own section. Also fixes the color inversion issue. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/3565) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/3565) - [Docs preview](https://rerun.io/preview/85bdc0990d13a21c0cf1c2385e6601af2a9edaf8/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/85bdc0990d13a21c0cf1c2385e6601af2a9edaf8/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
- Loading branch information
Showing
5 changed files
with
75 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Full Package | ||
|
||
- [rerun][]: Top-level User-facing APIs. See also: [Common APIs](../common/) | ||
- [rerun.log][]: APIs for logging data | ||
- [rerun.color_conversion][]: Conversion utilities related to colors | ||
- [rerun.components][]: Helpers for constructing arrow components | ||
- [rerun.archetypes][]: Common objects for logging tagged data understood by the viewer, e.g. Points and Lines. | ||
- [rerun.components][]: Individual components of the archetypes, e.g. Positions and Colors. | ||
- [rerun.datatypes][]: Data types used to represent the components, e.g. Vectors and Matrices. | ||
- [rerun_demo][]: Utilities related to running rerun demos | ||
- [rerun_demo.data][]: Specific helpers for generating data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23dd97b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.25
.mono_points_arrow/generate_message_bundles
24109750
ns/iter (± 1366670
)18913635
ns/iter (± 823023
)1.27
This comment was automatically generated by workflow using github-action-benchmark.