From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 4EBC31B118 for ; Thu, 1 Nov 2018 22:25:49 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C513F21C93; Thu, 1 Nov 2018 17:25:48 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 01 Nov 2018 17:25:48 -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=mesmtp; bh=vFWtIejLcWeEUnxwb6TkiSFp/hiDwQeGfZBjYaI5flQ=; b=G2YOcSEYyS1E 3fDGFfa3qebi0P/zPYTSn/I0Voh5bORpgV3L7dytwnKfDrYMOilVWfjUaTTuGrua 22cToWkKNnXmkIH6FkLuBnaPZhaWFJpAHfL/xBZ7xSTKTbWS8BadXySZ85t1lcfC 3lMpTYuhw11fNWYuDxaSRoY3gDDZYWg= 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=fm1; bh=vFWtIejLcWeEUnxwb6TkiSFp/hiDwQeGfZBjYaI5f lQ=; b=wwhVaSUf8ejK7cf3ciaWB83Ki8gxDt9VpYD0SEq/dGT+gjQT/LPztB3P3 rJEHB/jHk0micFjLlCyWv+ek87OX0jud5FBE0hffTpmI3xdKcj/bhcoPFCtvBVCp tFaBmDsJ2n56ZQGDrPQozOoxQ/DWt3JuYBg0fLha8G2ndV0ZkUvhjr6fo1Ppk/N6 0d5lTjdljDLMWAoLjnJUdrM/KIRIs5s55NQ6TWNv2a3K0qlQWRnY6Jk2kO72vuff GMro8YEFbF95dhq9SYBZL8t3B+jS+M39+/5mPNdR7t2MuMf0tXbOt190fyEeMwaX D/ZfGN0USh/NGTyKHKzm++KTFLCCQ== X-ME-Sender: 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 80F31E4074; Thu, 1 Nov 2018 17:25:47 -0400 (EDT) From: Thomas Monjalon To: Arnon Warshavsky Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Thu, 01 Nov 2018 22:25:46 +0100 Message-ID: <2922990.Jdo3r6Othm@xps> In-Reply-To: <20181031162842.19431-1-thomas@monjalon.net> References: <20181031110548.31184-1-thomas@monjalon.net> <20181031162842.19431-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] devtools: check wrong svg include in guides X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 21:25:49 -0000 31/10/2018 17:28, Thomas Monjalon: > Including svg files with the svg extension is a common mistake: > .. figure:: example.svg > must be > .. figure:: example.* > So it will work also when building pdf doc with figures converted > to png files. > > A check is added in checkpatches.sh. > > Signed-off-by: Thomas Monjalon > Signed-off-by: Arnon Warshavsky Applied