-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples: feature matrix table to know what's where #1123
Labels
📖 documentation
Improvements or additions to documentation
examples
Issues relating to the Rerun examples
Comments
teh-cmc
added
📖 documentation
Improvements or additions to documentation
examples
Issues relating to the Rerun examples
labels
Feb 7, 2023
7 tasks
we have an example doc page by now but a feature matrix would still be nice |
Related: |
I think the proper way to achieve this would be to have either a dedicated front matter property in the examples, or some custom |
This was referenced Dec 10, 2024
teh-cmc
added a commit
that referenced
this issue
Dec 10, 2024
All the codegen to generate the autogenerated parts of the new snippet index. [Rendered](https://github.com/rerun-io/rerun/blob/cmc/snippets_index_1_autogen/docs/snippets/INDEX.md) * Fixes #1123 * Fixes #5662 * DNM: requires #8382 Generated data can be re-used for: * #2934
teh-cmc
added a commit
that referenced
this issue
Dec 10, 2024
Adds the ability to manually opt-out of the index for specific snippets/archetypes/components. E.g.: ```toml # These snippets will be excluded from the snippet index, unconditionally. [snippets_ref.snippets.opt_out] "archetypes/manual_indicator" = [] # These archetypes will ignore the associated snippets in the snippet index. [snippets_ref.archetypes.opt_out] "DataframeQuery" = [ "reference/dataframe_save_blueprint" ] # These components will ignore the associated snippets in the snippet index. [snippets_ref.components.opt_out] "ShowLabels" = [ "tutorials/data_out", ] ``` Config will have to be filled over time! [Rendered](https://github.com/rerun-io/rerun/blob/cmc/snippets_index_2_opt_outs/docs/snippets/INDEX.md) * Part of #1123 * Part of #5662 * DNM: requires #8383
teh-cmc
added a commit
that referenced
this issue
Dec 10, 2024
Adds the ability to manually enumerate custom things. E.g.: ```toml # These arbitrary feature names will be indexed exactly as written down. # Add anything you can think about! [snippets_ref.features] "Dataframes" = [ "reference/dataframe_query", "reference/dataframe_view_query", ] "`AnyValue`" = [ "tutorials/any_values", "tutorials/extra_values", "howto/any_values_send_columns", ] ``` Config will have to be filled over time! [Rendered](https://github.com/rerun-io/rerun/blob/cmc/snippets_index_3_features/docs/snippets/INDEX.md) * Part of #1123 * Part of #5662 * DNM: requires #8385
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📖 documentation
Improvements or additions to documentation
examples
Issues relating to the Rerun examples
Akin to e.g. wgpu's feature matrix
The text was updated successfully, but these errors were encountered: