30 Oct, 2020

2 commits

  • Now that the stable ABI files are compatible with ReST,
    parse them without converting complex descriptions as literal
    blocks nor escaping special characters.

    Please notice that escaping special characters will probably
    be needed at descriptions, at least for the asterisk character.

    Acked-by: Jonathan Corbet
    Signed-off-by: Mauro Carvalho Chehab
    Link: https://lore.kernel.org/r/59ccbaa75ff05f23e701dd9a0bbe118e9343a553.1604042072.git.mchehab+huawei@kernel.org
    Signed-off-by: Greg Kroah-Hartman

    Mauro Carvalho Chehab
     
  • As we don't want a generic Sphinx extension to execute commands,
    change the one proposed to Markus to call the abi_book.pl
    script.

    Use a script to parse the Documentation/ABI directory and output
    it at the admin-guide.

    Acked-by: Jonathan Corbet
    Signed-off-by: Mauro Carvalho Chehab
    Link: https://lore.kernel.org/r/5651482b06500e69a1acdf92152f90a203e6521d.1604042072.git.mchehab+huawei@kernel.org
    Signed-off-by: Greg Kroah-Hartman

    Mauro Carvalho Chehab