Skip to content

Commit

Permalink
Actually correct location for the script
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 14, 2024
1 parent 6dbe859 commit d54fcaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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: quick_start/quick_start_data_out
snippet: tutorials/data_out
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/snippets/snippets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ views = [
"cpp", # Not implemented
"rust", # Not implemented
]
"quick_start/quick_start_data_out" = [
"tutorials/data_out" = [
"py", # Requires context (an RRD file to be exported by the user)
]

Expand Down

0 comments on commit d54fcaf

Please sign in to comment.