From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 1791BFEB for ; Tue, 7 Aug 2018 19:31:46 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id E242C235; Tue, 7 Aug 2018 13:31:44 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 07 Aug 2018 13:31:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=hODWqI+d9UpJxHNAK1np5NYDvj q0lnd42WKtBGQm+xE=; b=Uaf+YbEDKMCtAaQiTGz8N01Gcxd7pXeatYJ9xsxrn+ pJbLGpnDlGNpnofyrPQ90761jy5xM8i2vi2iiaVJKAweQYXra6PpJQUm4eIzTWcR j7JGqXjZmvxDXDJUUphkz+raWI7/ju2bTH5z0BbHXy8iAIcLGGXBl6ygzwoNfkTm c= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=hODWqI +d9UpJxHNAK1np5NYDvjq0lnd42WKtBGQm+xE=; b=m+nDKgCY4Mpf/9tcNL37UC G9hv19RdewrLWshuRSqVyAaBcqO5NrgWFfmp9/7CL3jjNt3dlTKlDMuCM4E3Kyyo 1lPRm8qYj9DXug+rcOKySrVG/HLM5IhM/Xnwzx/q9WhRs7vOKpxe99maMOIggT+E FJVcsgRrlK6Mzhrt4/qK0A3/Ox1hizs27TC6VwaxWK7mNOGXGJqE0i3e+LCfbBuO f2LsaT4qrafz1uTsBrPePWdpS1E85j5xCA/76jfJJhIrH9PguBVNYnGmb3FfB86Z cE1FbHXYrJXuwCEKQBlFtPJNED5XM2Ilk4zNgWwCXP+DKsJbgiA4jZpAafJQBQ+Q == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (153.196.136.77.rev.sfr.net [77.136.196.153]) by mail.messagingengine.com (Postfix) with ESMTPA id 0C47DE471F; Tue, 7 Aug 2018 13:31:42 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Stephen Hemminger Date: Tue, 07 Aug 2018 19:31:39 +0200 Message-ID: <3330670.S3MQux9lMb@xps> In-Reply-To: <20180807092323.6a825afe@xeon-e3> References: <20180806163107.23595-1-stephen@networkplumber.org> <2289793.jeWB8J6jbn@xps> <20180807092323.6a825afe@xeon-e3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: clarify usage of netvsc PMD 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: Tue, 07 Aug 2018 17:31:46 -0000 07/08/2018 18:23, Stephen Hemminger: > On Tue, 07 Aug 2018 14:20:13 +0200 > Thomas Monjalon wrote: > > > There is a warning: > > WARNING: undefined label: ./vdev_netvsc (if the link has no caption the label must precede a section header) > > > > Fixed with following diff: > > - On Azure, use the :ref:`VDEV_NETVSC driver <./vdev_netvsc>` which > > + On Azure, use the :doc:`vdev_netvsc` which [...] > I tried several ways to get link from one guide to another. Couldn't figure out the RST syntax. > Maybe someone else knows the answer. It's fixed with :doc: so this is the answer :) :doc: can be used to link a rst file. :ref: is used to link a specific section of a rst file, thanks to anchors. > Also, there are several broken links to linux_gsg that show up when doing make docs. I think you refer to issues with link across PDF documents?