An open API service indexing awesome lists of open source software.

https://github.com/openrlhf/openrlhf-docs


https://github.com/openrlhf/openrlhf-docs

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

OpenRLHF Documentation
=====================

This repository contains the Sphinx documentation for `OpenRLHF `_.

Build locally
-------------

.. code-block:: bash

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.