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

Tweak SConsOptions docstrings #4593

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

mwichmann
Copy link
Collaborator

Indicate more clearly (for the API docs) that something is an SCons addition/modification, since that doc shows members inherited from the optparse base classes - this is still not easy to tell in the API docs, but it should help if it more clearly says "this is an SCons extension" and assume the rest is inherited.

A few other minor rearrangements and comments, and a few type annotations.

Does not change any behavior, so hopefully this is an easy review.

Contributor Checklist:

  • I have created a new test or updated the unit tests to cover the new/changed functionality.
  • I have updated CHANGES.txt (and read the README.rst)
  • I have updated the appropriate documentation

Indicate more clearly (for the API docs) that something is an SCons
addition/modification, since that doc shows members inherited from the
optparse class - this was always easier to tell in the code than in the doc.

A few other minor rearrangements and comments and a few type annotations.

Does not change any behavior.

Signed-off-by: Mats Wichmann <[email protected]>
@bdbaddog bdbaddog merged commit a74da54 into SCons:master Sep 11, 2024
7 of 8 checks passed
@mwichmann mwichmann added this to the NextRelease milestone Sep 11, 2024
@mwichmann mwichmann deleted the AddOption-docstrings branch September 11, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

2 participants