summaryrefslogtreecommitdiffstats
path: root/Documentation/development-process/development-process.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: rename development-process/ to process/Mauro Carvalho Chehab2016-10-241-29/+0
| | | | | | | As we'll type this a lot, after adding CodingStyle & friends, let's rename the directory name to a shorter one. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* docs-rst: add inter-document cross referencesMauro Carvalho Chehab2016-09-211-0/+2
| | | | | | | | | | | | | | Add cross references for the development process documents that were converted to ReST: Documentation/SubmitChecklist Documentation/SubmittingDrivers Documentation/SubmittingPatches Documentation/development-process/development-process.rst Documentation/stable_kernel_rules.txt Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* doc: development-process: convert it to ReST markupMauro Carvalho Chehab2016-09-201-0/+27
This document is on good shape for ReST: all it was needed was to fix the section markups, add a toctree, convert the tables and add a few code/quote blocks. While not strictly required, I opted to use lowercase for the titles, just like the other books that were converted to Sphinx. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>