This repository contains the Sphinx documentation for OpenRLHF.
python -m pip install -r docs/requirements.txt
make -C docs htmlThen open docs/build/html/index.html in your browser.
- Edit sources under
docs/source/(reStructuredText,.rst). - Keep pages non-redundant: prefer linking to the canonical page instead of copying long command blocks.