Skip to content

Commit

Permalink
Move the script to the right place and opt out of running it
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 14, 2024
1 parent 5d7c07a commit f461798
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/data-out/analyze-and-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ The OPEN/CLOSE label is displayed along the bounding box on the 2D view, and the

Here is the complete script used by this guide to load data, analyze it, and log the result back:

snippet: tutorials/data_out
snippet: quick_start/quick_start_data_out
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/snippets/snippets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ views = [
"cpp", # Not implemented
"rust", # Not implemented
]
"quick_start/quick_start_data_out" = [
"py", # Requires context (an RRD file to be exported by the user)
]

# These entries will run but their results won't be compared to the baseline.
#
Expand Down

0 comments on commit f461798

Please sign in to comment.