Skip to content
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

Fix tutorial #12

Merged
merged 7 commits into from
May 30, 2024
Merged

Fix tutorial #12

merged 7 commits into from
May 30, 2024

Conversation

joaander
Copy link
Member

Description

Fix references to invalid example script lines in the group tutorial. Also use anchors exclusively for all example code blocks to prevent future errors.

Motivation and context

The tutorial was incorrect for the new [[group.include]] array.

Resolves #11

Checklist:

  • I have reviewed the Contributor Guidelines.
  • I agree with the terms of the Row Contributor Agreement.
  • My name is on the list of contributors (doc/src/contributors.md) in the pull request source branch.
  • I have added a change log entry to doc/src/release-notes.md.

joaander added 3 commits May 29, 2024 12:32
Specific line numbers are prone to error. Using only anchors, the
documentation will be less likely to be invalid in the future.
@joaander joaander merged commit 63a5a93 into trunk May 30, 2024
17 checks passed
@joaander joaander deleted the fix-tutorial branch May 30, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs include the wrong lines from toml files
1 participant