Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 539 Bytes

File metadata and controls

20 lines (13 loc) · 539 Bytes

OpenRLHF Documentation

This repository contains the Sphinx documentation for OpenRLHF.

Build locally

python -m pip install -r docs/requirements.txt
make -C docs html

Then open docs/build/html/index.html in your browser.

Contributing

  • Edit sources under docs/source/ (reStructuredText, .rst).
  • Keep pages non-redundant: prefer linking to the canonical page instead of copying long command blocks.