Skip to content

Commit

Permalink
Add missing python docs for disable_timeline & reset_time (#5269)
Browse files Browse the repository at this point in the history
### What

* Fixes #5255

<img width="867" alt="image"
src="https://github.com/rerun-io/rerun/assets/1220815/3863cf76-5983-408f-aa08-6a591b1d763f">


### 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 the web demo (if applicable):
* Using newly built examples:
[app.rerun.io](https://app.rerun.io/pr/5269/index.html)
* Using examples from latest `main` build:
[app.rerun.io](https://app.rerun.io/pr/5269/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[app.rerun.io](https://app.rerun.io/pr/5269/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!

- [PR Build Summary](https://build.rerun.io/pr/5269)
- [Docs
preview](https://rerun.io/preview/d897164010027b66072c9bd38e3ec445692b137b/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/d897164010027b66072c9bd38e3ec445692b137b/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
  • Loading branch information
Wumpf authored Feb 24, 2024
1 parent 2c12192 commit de3d868
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion rerun_py/docs/gen_common_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,19 @@ class Section:
),
Section(
title="Logging functions",
func_list=["log", "set_time_sequence", "set_time_seconds", "set_time_nanos"],
func_list=[
"log",
],
),
Section(
title="Timeline functions",
func_list=[
"set_time_sequence",
"set_time_seconds",
"set_time_nanos",
"disable_timeline",
"reset_time",
],
),
################################################################################
# These sections don't have tables, but generate pages containing all the archetypes, components, datatypes
Expand Down

0 comments on commit de3d868

Please sign in to comment.