Skip to content

Write Docstrings for All Public Functions markdown Copy Edit #5

@UnitaryIron

Description

@UnitaryIron

Task

Add clear and complete docstrings for all public functions in jam.py and app.py.

Goal

Help developers understand the purpose, inputs, and outputs of each function, improving code readability and documentation.

Suggested Approach

  • For each function, write a docstring that includes:
    • A short description of the function's purpose
    • Descriptions of parameters (with types)
    • The return value and its type
  • Follow the Google or NumPy docstring style guide.

Requirements

  • Basic understanding of Python functions.
  • Familiarity with docstring standards.

References

Difficulty

Beginner

If you're new to open source, check out our Contributing Guide in the repository. Feel free to ask questions in our Discord: https://discord.gg/GgB8hbvR

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions