1. 30 Jun, 2016 4 commits
    • Mauro Carvalho Chehab's avatar
      Merge branch 'docs-next' of git://git.lwn.net/linux into devel/docs-next · 6ab99fa6
      Mauro Carvalho Chehab authored
      * 'docs-next' of git://git.lwn.net/linux: (64 commits)
        Add .pyc files to .gitignore
        Doc: PM: Fix a typo in intel_powerclamp.txt
        doc-rst: flat-table directive - initial implementation
        Documentation: add meta-documentation for Sphinx and kernel-doc
        Documentation: tiny typo fix in usb/gadget_multi.txt
        Documentation: fix wrong value in md.txt
        bcache: documentation formatting, edited for clarity, stripe alignment notes
        bcache: documentation updates and corrections
        Documentation: add top level 'make help' output for Sphinx
        Documentation/sphinx: drop modindex, we don't have python modules
        Documentation/sphinx: add support for specifying extra export files
        Documentation/sphinx: use a more sensible string split in kernel-doc extension
        Documentation/sphinx: remove unnecessary temporary variable
        kernel-doc: unify all EXPORT_SYMBOL scanning to one place
        kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs
        kernel-doc: abstract filename mapping
        kernel-doc: add missing semi-colons in option parsing
        kernel-doc: do not warn about duplicate default section names
        kernel-doc: remove old debug cruft from dump_section()
        docs: kernel-doc: Add "example" and "note" to the magic section types
        ...
      6ab99fa6
    • Jonathan Corbet's avatar
      Add .pyc files to .gitignore · 19abdb15
      Jonathan Corbet authored
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      19abdb15
    • Masanari Iida's avatar
      Doc: PM: Fix a typo in intel_powerclamp.txt · 05d0066a
      Masanari Iida authored
      This patch fix a spelling typo in intel_powerclamp.txt
      Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      05d0066a
    • Markus Heiser's avatar
      doc-rst: flat-table directive - initial implementation · 0249a764
      Markus Heiser authored
      Implements the reST flat-table directive.
      
      The ``flat-table`` is a double-stage list similar to the ``list-table`` with
      some additional features:
      
      * column-span: with the role ``cspan`` a cell can be extended through
        additional columns
      
      * row-span: with the role ``rspan`` a cell can be extended through
        additional rows
      
      * auto span rightmost cell of a table row over the missing cells on the right
        side of that table-row.  With Option ``:fill-cells:`` this behavior can
        changed from *auto span* to *auto fill*, which automaticly inserts (empty)
      
      list tables
      
        The *list tables* formats are double stage lists. Compared to the
        ASCII-art they migth be less comfortable for readers of the
        text-files. Their advantage is, that they are easy to create/modify
        and that the diff of a modification is much more meaningfull, because
        it is limited to the modified content.
      
      The initial implementation was taken from the sphkerneldoc project [1]
      
      [1] https://github.com/return42/sphkerneldoc/commits/master/scripts/site-python/linuxdoc/rstFlatTable.pySigned-off-by: default avatarMarkus Heiser <markus.heiser@darmarIT.de>
      [jc: fixed typos and misspellings in the docs]
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      0249a764
  2. 28 Jun, 2016 24 commits
  3. 24 Jun, 2016 12 commits