1. 25 8月, 2017 5 次提交
    • M
      docs: fix nested numbering in the TOC · 5303b8d3
      Markus Heiser 提交于
      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: NMarkus Heiser <markus.heiser@darmarit.de>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      5303b8d3
    • N
      NVMEM documentation fix: A minor typo · be629b44
      Naren 提交于
      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: NNarendran Sankaran <naren.kernel@gmail.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      be629b44
    • M
      docs-rst: pdf: use same vertical margin on all Sphinx versions · 5148e6ab
      Mauro Carvalho Chehab 提交于
      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: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      5148e6ab
    • M
      doc: Makefile: if sphinx is not found, run a check script · 92a037f0
      Mauro Carvalho Chehab 提交于
      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: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      92a037f0
    • J
      docs: Fix paths in security/keys · adf31eeb
      Josh Holland 提交于
      Several paths in the security/keys documentation were incorrect.
      Signed-off-by: NJosh Holland <anowlcalledjosh@gmail.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      adf31eeb
  2. 11 8月, 2017 1 次提交
  3. 08 8月, 2017 4 次提交
  4. 24 7月, 2017 13 次提交
  5. 18 7月, 2017 16 次提交
  6. 16 7月, 2017 1 次提交