Skip to content

Add comprehensive docstrings to DataProduct methods#253

Open
datatools-agent-jul2026 wants to merge 1 commit into
Intugle:mainfrom
datatools-agent-jul2026:cursor/data-ai-contribution-56a8
Open

Add comprehensive docstrings to DataProduct methods#253
datatools-agent-jul2026 wants to merge 1 commit into
Intugle:mainfrom
datatools-agent-jul2026:cursor/data-ai-contribution-56a8

Conversation

@datatools-agent-jul2026

Copy link
Copy Markdown

Summary

Adds Google-style docstrings to four undocumented methods in the DataProduct class:

  • __init__()
    • load_all()
    • plot_graph()
    • plot_sources_graph()
      These docstrings follow the same style as existing methods like plan(), build(), and generate_query(), and include Args, Examples, and Notes sections where appropriate.

Testing

Add Google-style docstrings for __init__, load_all(), plot_graph(),
and plot_sources_graph() to improve API documentation and IDE support.

Fixes Intugle#128
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.

[GOOD FIRST ISSUE] Add Docstrings to DataProduct Class Methods

1 participant