From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: add patch submit cheatsheet Date: Sun, 13 Dec 2015 23:48:29 +0100 Message-ID: <4613674.jYcSQfm65i@xps13> References: <1449678215-25698-1-git-send-email-harry.van.haaren@intel.com> <1449682047-30698-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Harry van Haaren Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id B3491567E for ; Sun, 13 Dec 2015 23:49:45 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id n186so95854167wmn.1 for ; Sun, 13 Dec 2015 14:49:45 -0800 (PST) In-Reply-To: <1449682047-30698-1-git-send-email-harry.van.haaren@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Harry, 2015-12-09 17:27, Harry van Haaren: > This patch adds the patch submission cheatsheet to > the contributers guide. Both HTML and PDF docs show > the cheatsheet on its own page. > > Right clicking the SVG image in the HTML doc allows > for viewing the image on its own, useful for printing > in high quality. > > The exact appearance of of the cheatsheet will depend > on the default monospace font installed. > > Signed-off-by: Harry van Haaren [...] > doc/guides/contributing/img/patch_cheatsheet.svg | 1484 ++++++++++++++++++++++ > doc/guides/contributing/index.rst | 1 + > 2 files changed, 1485 insertions(+) [...] > --- a/doc/guides/contributing/index.rst > +++ b/doc/guides/contributing/index.rst > @@ -9,3 +9,4 @@ Contributor's Guidelines > design > versioning > documentation > + cheatsheet > I think you have missed to add a rst file: /doc/guides/contributing/index.rst:4: WARNING: toctree contains reference to nonexisting document 'contributing/cheatsheet' Should you check the cheatsheet? ;)