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

Add docs to ah::ObjectLabel #4534

Merged
merged 1 commit into from
Jan 12, 2023
Merged

Conversation

nilsvu
Copy link
Member

@nilsvu nilsvu commented Dec 19, 2022

Proposed changes

Define that A should always be to the right of B in the grid frame. This is the SpEC convention. We make this assumption in the control systems (see also #4532). Discussion about potentially renaming A/B is in #4529.

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

@nilsvu nilsvu requested review from knelli2 and markscheel December 19, 2022 20:54
@nilsvu nilsvu added documentation small Only changes a few lines of code, does a rename or is otherwise quick to review labels Dec 19, 2022
Comment on lines 12 to 14
/// The object on the right side (along the grid-frame x-axis)
A,
/// The object on the left side (along the grid-frame x-axis)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe don't say right and left here because that's subjective to viewing angle. I know our convention is negative x on the left, but only saying positive/negative x-axis is unambiguous. How about just

The object along the positive/negative x-axis in the grid frame

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, done 👍

@nilsdeppe nilsdeppe merged commit e5095a2 into sxs-collaboration:develop Jan 12, 2023
@nilsvu nilsvu deleted the ab_docs branch February 16, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation small Only changes a few lines of code, does a rename or is otherwise quick to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants