verl-project/verl

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

Open

#1,345 创建于 2025年4月30日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)Python (21,533 star) (3,940 fork)auto 404
call for contributiondocumentationenhancementgood first issue

描述

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.

贡献者指南