1. 24 Aug, 2017 5 commits
    • Markus Heiser's avatar
      docs: fix nested numbering in the TOC · 5303b8d3
      Markus Heiser authored
      With Sphinx 1.6 nested numbering is reported as warning::
      
        ./input/joydev/index.rst:13: WARNING: input/joydev/joystick-api is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-func-open is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-func-close is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-func-ioctl is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-func-poll is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-ioc-adap-g-caps is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-ioc-adap-g-log-addrs is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-ioc-adap-g-phys-addr is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-ioc-dqevent is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-ioc-g-mode is already assigned section numbers (nested numbered toctree?)
        ./media/uapi/cec/cec-funcs.rst:8: WARNING: media/uapi/cec/cec-ioc-receive is already assigned section numbers (nested numbered toctree?)
      
      TOC numbering is already set in::
      
        ./input/devices/index.rst:9:
        ./media/uapi/cec/cec-api.rst:19:
      
      I guess the nested numbering in:
      
        ./input/joydev/index.rst
        ./media/uapi/cec/cec-funcs.rst
      
      is just a C&P typo, so lets remove it.
      Signed-off-by: default avatarMarkus Heiser <markus.heiser@darmarit.de>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      5303b8d3
    • Naren's avatar
      NVMEM documentation fix: A minor typo · be629b44
      Naren authored
      This is a minor patch that fixes the following typo in the NVMEM documentation:
      
      When a consumers no longer needs the NVMEM
      
      to,
      
      When a consumer no longer needs the NVMEM
      Signed-off-by: default avatarNarendran Sankaran <naren.kernel@gmail.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      be629b44
    • Mauro Carvalho Chehab's avatar
      docs-rst: pdf: use same vertical margin on all Sphinx versions · 5148e6ab
      Mauro Carvalho Chehab authored
      Currently, on Sphinx up to version 1.4, pdf output uses a vertical
      margin of 1 inch. For upper versions, it uses a margin of 0.5 inches.
      
      That causes both page headers and footers to be very close to the margin
      of the sheet. Not all printers support writing like that.
      
      Also, there's no reason why the layout for newer versions would be
      different than for previous ones.
      
      So, standardize it, by always setting to 1 inch.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      5148e6ab
    • Mauro Carvalho Chehab's avatar
      doc: Makefile: if sphinx is not found, run a check script · 92a037f0
      Mauro Carvalho Chehab authored
      Right now, if the building system doesn't find Sphinx, it
      bails out, without providing any instructions about what
      should be done.
      
      Instead, run a script, providing some guidance about the
      steps needed for Sphinx build to work.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      92a037f0
    • Josh Holland's avatar
      docs: Fix paths in security/keys · adf31eeb
      Josh Holland authored
      Several paths in the security/keys documentation were incorrect.
      Signed-off-by: default avatarJosh Holland <anowlcalledjosh@gmail.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      adf31eeb
  2. 10 Aug, 2017 1 commit
  3. 07 Aug, 2017 4 commits
  4. 23 Jul, 2017 13 commits
  5. 17 Jul, 2017 16 commits
  6. 15 Jul, 2017 1 commit