summaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx/convert_template.sed
Commit message (Collapse)AuthorAgeFilesLines
* Documentation/sphinx: nicer referencing of struct in docbook->rst conversionJani Nikula2016-05-301-3/+7
| | | | | | Add "struct" in the label of the reference. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
* sphinx: update docbook->rst conversion script match C domain specJani Nikula2016-05-301-4/+4
| | | | | | | Function references should include the parens (), struct references should not include "struct". Signed-off-by: Jani Nikula <jani.nikula@intel.com>
* sphinx: cheesy script to convert .tmpl filesJonathan Corbet2016-05-301-0/+14
This script uses pandoc to convert existing DocBook template files to RST templates. A couple of sed scripts are need to massage things both before and after the conversion, but the result is then usable with no hand editing. [Jani: Change usage to tmplcvt <in> <out>. Fix escaping for docproc directives. Add support the new kernel-doc extension.] Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
OpenPOWER on IntegriCloud