forked from rerun-io/rerun
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (rerun-io#3565)
### What - Builds on top of: rerun-io#3564 - Resolves: rerun-io#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