This series add a small directive for the IR instructions. This allows to: * have those instructions in the index * have a nicer presentation of the generated doc thanks to not having to use level-4 headings anymore Luc Van Oostenryck (2): doc: convert IR.md to reST doc: add sphinx domain for IR instruction indexation Documentation/IR.md | 356 ------------------------------- Documentation/IR.rst | 411 ++++++++++++++++++++++++++++++++++++ Documentation/conf.py | 1 + Documentation/doc-guide.rst | 4 + Documentation/sphinx/ir.py | 75 +++++++ 5 files changed, 491 insertions(+), 356 deletions(-) delete mode 100644 Documentation/IR.md create mode 100644 Documentation/IR.rst create mode 100755 Documentation/sphinx/ir.py -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html