Adds a new publication page to the RLinf Sphinx docs (EN + ZH) and wires it into the Publications index/toctree and navbar. Use when the user asks to add a publication/paper page, convert a paper README/markdown into docs, or update the publications listing.
This skill adds one new publication (paper/tech report/system note) into the RLinf documentation, in both English and Chinese, following the existing Publications section conventions.
docs/source-en/rst_source/publications/<slug>.rstdocs/source-zh/rst_source/publications/<slug>.rstdocs/source-en/rst_source/publications/index.rstdocs/source-zh/rst_source/publications/index.rstWhere <slug> is lowercase with underscores (match current style, e.g. rlinf_vla, rlinf_user).
For both EN and ZH pages, keep the same section order as existing publication pages:
**Paper:** ... (and optionally | **Models:** ...)**论文:** ... (and optionally | **模型:** ...)**Documentation:** ... / **文档:** ...Overview / 概述Results / 结果 (tables/figures)Quickstart / 快速开始 (links only)Citation / 引用 (BibTeX, if applicable):doc:\../examples/embodied/<benchmark_or_platform>``:doc:\../examples/agentic/<task>``:doc:\../examples/embodied/franka``.. list-table:: for tables.:widths:, the number of widths must equal the number of columns... image:: https://example.com/fig.png
:alt: caption
:align: center
.. raw:: html is acceptable (follow existing RLinf pages).In both EN and ZH publications/index.rst:
<slug> under the .. toctree:: block in the exact order you want it shown.Sphinx displays pages in the toctree listing order.
docs/source-en/.../publications/docs/source-zh/.../publications/publications/index.rst toctree + bullets (desired order):widths: counts match column countsMy Paper Title
==============
**Paper:** `arXiv:XXXX.XXXXX <https://arxiv.org/abs/XXXX.XXXXX>`__
Overview
--------
One-paragraph summary.
Results
-------
.. list-table:: Main results
:header-rows: 1
:widths: 40 20 20
* - Setting
- Metric A
- Metric B
* - Method
- 1.23
- 4.56
Quickstart
----------
- :doc:`../examples/embodied/<benchmark_or_platform>`
Citation
--------
.. code-block:: bibtex
@article{...}