From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933751AbcINXJl (ORCPT ); Wed, 14 Sep 2016 19:09:41 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:46942 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763828AbcINXGL (ORCPT ); Wed, 14 Sep 2016 19:06:11 -0400 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Markus Heiser , Jonathan Corbet , Jani Nikula , LKML Subject: [PATCH 00/17] Improve documentation for the development-process Date: Wed, 14 Sep 2016 20:05:45 -0300 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series is a followup to be applied after the: [PATCH v3 00/21] Create a book for Kernel development patch series. It addresses some issues I noticed after re-reading the html docs after the conversion of those files to ReST. It also converts two extra documents to ReST: Documentation/SubmitChecklist Documentation/email-clients.txt Both are mentioned on the previous document, and are part of the patch submission process. So, it makes sense to group them at the development-process book. I also took the time to update the applying-patches.rst, as I found some outdated information there. Regards, Mauro Mauro Carvalho Chehab (17): HOWTO.rst: update information about generating documentation HOWTO.rst: improve some markups to make it visually better HOWTO.rst: adjust external link references Changes.rst: add minimal requirements for documentation build SubmitChecklist: update kernel-doc task SubmitChecklist: convert it to ReST markup SubmitChecklist: rename to RST and add to the development-proccess book doc-rst: add CSS styles for :kbd: and :menuselection: email-clients.txt: convert it to ReST markup email-clients.txt: add it to the development-process book SubmittingPatches.rst: Add some cross-references SubmittingPatches.rst: enrich the Sphinx output SubmittingDrivers.rst: add a cross reference to CodingStyle stable_api_nonsense.rst: fix emphasis on Sphinx ManagementStyle.rst: avoid emphasis where not desired stable_kernel_rules.rst: Add cross-references to other ReST files applying-patches.rst: Update the information there Documentation/SubmitChecklist | 109 --------- Documentation/development-process/5.Posting.rst | 2 +- Documentation/development-process/Changes.rst | 36 ++- Documentation/development-process/HOWTO.rst | 101 ++++---- .../development-process/ManagementStyle.rst | 2 + .../development-process/SubmitChecklist.rst | 120 ++++++++++ .../development-process/SubmittingDrivers.rst | 7 +- .../development-process/SubmittingPatches.rst | 124 +++++----- .../development-process/applying-patches.rst | 255 +++++++++------------ .../development-process/development-process.rst | 2 + .../email-clients.rst} | 216 +++++++++-------- Documentation/development-process/index.rst | 2 + .../development-process/stable_api_nonsense.rst | 2 +- .../development-process/stable_kernel_rules.rst | 7 +- Documentation/hwmon/submitting-patches | 2 +- Documentation/ja_JP/SubmitChecklist | 4 +- Documentation/ja_JP/SubmittingPatches | 4 +- Documentation/kernel-documentation.rst | 2 + Documentation/sphinx-static/theme_overrides.css | 15 +- Documentation/zh_CN/SubmittingPatches | 2 +- Documentation/zh_CN/email-clients.txt | 4 +- 21 files changed, 555 insertions(+), 463 deletions(-) delete mode 100644 Documentation/SubmitChecklist create mode 100644 Documentation/development-process/SubmitChecklist.rst rename Documentation/{email-clients.txt => development-process/email-clients.rst} (56%) -- 2.7.4