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 python agreggator #30

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Add python agreggator #30

merged 2 commits into from
Aug 14, 2023

Conversation

betogaona7
Copy link
Collaborator

This pull request introduces a Python aggregator that is responsible for taking generated docstring JSON files and the corresponding code files as inputs. The aggregator then incorporates the docstrings into the code at the appropriate locations, preserving the original format and without altering the code logic.

closes #21

@betogaona7 betogaona7 added the bug Something isn't working label Aug 14, 2023
@betogaona7 betogaona7 self-assigned this Aug 14, 2023
@betogaona7 betogaona7 merged commit f546206 into main Aug 14, 2023
@betogaona7 betogaona7 deleted the feat/python-aggregator branch August 14, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix identation issue in Python aggregator class
1 participant