From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: clarify usage of netvsc PMD Date: Tue, 07 Aug 2018 19:31:39 +0200 Message-ID: <3330670.S3MQux9lMb@xps> References: <20180806163107.23595-1-stephen@networkplumber.org> <2289793.jeWB8J6jbn@xps> <20180807092323.6a825afe@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger 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) In-Reply-To: <20180807092323.6a825afe@xeon-e3> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?