From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A53CA0547; Wed, 21 Apr 2021 16:21:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7087141AC8; Wed, 21 Apr 2021 16:21:09 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mails.dpdk.org (Postfix) with ESMTP id 24F74410F9 for ; Wed, 21 Apr 2021 16:21:08 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id B9FDE2464; Wed, 21 Apr 2021 10:21:06 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 21 Apr 2021 10:21:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= sFmGhnmeo3a9CwCazBisxJ7PiGMSbREvlsI9SC2iOSw=; b=iDnjm6tztR4KsMq8 9fIGU5dfOnQhPVQWuIXqBGfp/C3ZywjbrwnseuGhlYk5j1t4ZCHaCJZIi6Pp3Kac R5/i9ENCm8iHJz6vYmOLIlmwD6AqW9ux/v5tJKIIBFbVu4gTnIB6vrSjBJS+ok84 kGaJ9WV4nw5Zft79CLkWco3MjXtiHLaAzxiSl1r0oHlg6GNfSSs3hQMXT0xQYpiI 4H+z+UCF9FcV6V3Ki878/qiQgI6KGAPg7p/u/5a7pEVoCyG8h8+KKi1ucnh3Y0t+ af7G51dfMqIiB2Iq8/mZNPgMTkReQM49cfO29Ndprj89r5+CAvFBY53uVi6zOeuo mzJ94w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=sFmGhnmeo3a9CwCazBisxJ7PiGMSbREvlsI9SC2iO Sw=; b=sAicZgZPhNsU0gnMVXZh3XqO1NBgB46n+PaqXbWuiZfOmpCKye7w2SX7U lrL2H0ddXObvv6/+nGmGkkXk5EED3Fdg82ARn6AUmo/Z1dD0TwTrizZ4NxGJoWin xSraJZudqzeTTWnVqLFjB5a3fbwAde/oOuHkA/8hK46+JgAxg0xOZYeuuLdcM2+N CzBUiZ4OBa1KEiYvEqgwRNfW1AmGzCdZrNdsMKik2dyV+behzplVdvoE+8xFWV53 wMRMxHcJFvj9SLoM4w/+36k5jeDr9JvEcJeDU5UbtjAsC/92EsAoWcqg9yOsGISd vNZLZBMppH/36/rAm1mPHWkYoM/RQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddtkedgjeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 899F71080066; Wed, 21 Apr 2021 10:21:04 -0400 (EDT) From: Thomas Monjalon To: "Walsh, Conor" , "david.marchand@redhat.com" , "Yigit, Ferruh" , "Richardson, Bruce" , "Burakov, Anatoly" , "Mcnamara, John" Cc: "dev@dpdk.org" Date: Wed, 21 Apr 2021 16:21:02 +0200 Message-ID: <7749199.3i1lGzfMWf@thomas> In-Reply-To: References: <20210421091146.1384708-1-conor.walsh@intel.com> <7938996.8XznLcKUNL@thomas> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc/contributing/documentation: add info about including code X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/04/2021 16:17, Mcnamara, John: > From: Thomas Monjalon > > > > > > This is a very good suggestion and I think we should encourage doc > > > writers to use this when including code in the documentation. > > > > Yes, and we should try to clean-up existing code snippets. > > If there is no general objection to including code snippets this way > then we could get someone to work on refactoring the sample code docs to use it. I'd love such rework! Removing lines is always good :)