File size: 1,493 Bytes
8c9ba62 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | .. Trinity-RFT documentation master file, created by
sphinx-quickstart on Thu Apr 17 15:22:13 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Trinity-RFT's documentation!
=======================================
.. include:: main.md
:parser: myst_parser.sphinx_
.. toctree::
:maxdepth: 2
:glob:
:hidden:
:caption: Guidelines
tutorial/trinity_installation.md
tutorial/develop_overview.md
tutorial/develop_workflow.md
tutorial/develop_algorithm.md
tutorial/example_mix_algo.md
tutorial/develop_operator.md
tutorial/develop_selector.md
tutorial/trinity_configs.md
tutorial/trinity_gpu_configs.md
tutorial/synchronizer.md
tutorial/align_with_verl.md
tutorial/metrics_reference.md
.. toctree::
:maxdepth: 1
:glob:
:hidden:
:caption: Examples
tutorial/example_reasoning_basic.md
tutorial/example_reasoning_advanced.md
tutorial/example_async_mode.md
tutorial/example_multi_turn.md
tutorial/example_step_wise.md
tutorial/example_react.md
tutorial/example_search_email.md
tutorial/example_dpo.md
tutorial/example_tinker_backend.md
tutorial/example_megatron.md
tutorial/example_data_functionalities.md
tutorial/example_dataset_perspective.md
.. toctree::
:maxdepth: 2
:hidden:
:caption: FAQ
tutorial/faq.md
.. toctree::
:maxdepth: 2
:hidden:
:caption: API Reference
api_reference
|