convert_sphinx_file
Convert Sphinx RST files to Markdown optimized for LLMs, making technical documentation easier for language models to consume.
Instructions
Convert a single Sphinx RST file to LLM-optimized Markdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| outputPath | No | Output path for the converted Markdown file | |
| sourcePath | Yes | Path to the RST file to convert |