Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-30 | Documentation/sphinx: nicer referencing of struct in docbook->rst conversion | Jani Nikula | |
Add "struct" in the label of the reference. Signed-off-by: Jani Nikula <jani.nikula@intel.com> | |||
2016-05-30 | sphinx: cheesy script to convert .tmpl files | Jonathan Corbet | |
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> |