Skip to content

Conversation

vroomvee
Copy link
Contributor

This pull request enhances the VEXGenerate class by adding detailed docstrings to improve code readability and maintainability. The docstrings cover:
-Class attributes and structure.
-Method descriptions, including parameters and return types.
-Inline documentation to clarify specific lines or blocks of code.
These updates make it easier for other developers to understand and work with the VEXGenerate class.

Linked Issue:
This pull request addresses issue #4541

Changes Made:
-Added docstrings to VEXGenerate class, detailing:
-Purpose of the class.
-Functionality of each method.
-Parameters, return values, and types.
-Sample usage and expected behavior.
-Removed trailing whitespaces and applied PEP8 formatting for better compliance.

Additional Notes:
-No functional code changes were made, only documentation updates.
-Ran pre-commit hooks to ensure all formatting guidelines are met.

Checklist:
-Added docstrings as per documentation standards.
-Verified that all pre-commit hooks pass.
-Confirmed no logic changes; only documentation updates.

vroomvee and others added 2 commits October 31, 2024 10:54
Added detailed docstrings to `VEXGenerate` class, including description
for class attributes, methods, and parameters. This enhances readability
and provides clear guidance.
Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

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

Thank you!

@terriko terriko merged commit 439e3c3 into intel:main Nov 1, 2024
20 of 21 checks passed
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.

2 participants