Skip to content

Differences in parameter docs #1684

Closed
Closed
@eschan145

Description

@eschan145

In many Python projects (such as pyglet), parameters are documented like this.

:Parameters:
    ``minimum`` : ``int``
        Minimum value for random number.
    ``maximum`` : ``int``
        Maximum value for random number.

Arcade is different. It lists each parameter with the prefix :param, and it is overly repetitive. An indented parameter list looks much neater and more smoother. Additionally it looks more consistent on how the docs actually turn out (the word "Parameters" is right above the parameter list in the API docs). Is there a specific reason why Arcade's documentation is set like this? I'd be happy to fill out PRs to fix this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions