Skip to content

Conversation

@jemeza-codegen
Copy link
Contributor

Motivation

  • Attribute section should not show up in class docstrings
  • Fixed Incorrect parameter and return types in language specific symbols
    • PySymbol.file now shows PyFile type (instead of SourceFile)
  • Added missing page for ImportType

Content

  • added code that removes attributes section from class docstrings
  • modified logic to properly resolve parameter and return types in language specific symbols
  • added docstring for ImportType

Testing

existing test were used.

Please check the following before marking your PR as ready for review

  • I have added tests for my changes
  • I have updated the documentation or added new documentation as needed

@jemeza-codegen jemeza-codegen merged commit e6b02f5 into develop Feb 3, 2025
28 of 33 checks passed
@jemeza-codegen jemeza-codegen deleted the docstring-generation-fix branch February 3, 2025 22:43
jayhack pushed a commit that referenced this pull request Feb 9, 2025
# Motivation
- Attribute section should not show up in class docstrings
- Fixed Incorrect parameter and return types in language specific
symbols
    - PySymbol.file now shows `PyFile` type (instead of `SourceFile`)
- Added missing page for ImportType

# Content
- added code that removes attributes section from class docstrings
- modified logic to properly resolve parameter and return types in
language specific symbols
- added docstring for ImportType

# Testing
existing test were used.

# Please check the following before marking your PR as ready for review

- [x] I have added tests for my changes
- [x] I have updated the documentation or added new documentation as
needed
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.

3 participants