verl-project/verl

[FR][Dev] Unify (& Complete) the docstring format

Open

#1345 opened on Apr 30, 2025

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Python (21,533 stars) (3,940 forks)auto 404
call for contributiondocumentationenhancementgood first issue

Description

Motivation

Many docstrings in verl are missing, incomplete or in a messy format.

We might want to adopt a unified format (and complete them), better with automatic checking.

Plan

  • Choose a docstring standard (e.g., NumPy).
  • Unify the format.
  • Add automatic checking.
  • Complete all the docstrings.

Contributor guide