[dpdk-dev] [PATCH] doc: clarify usage of netvsc PMD
Thomas Monjalon
thomas at monjalon.net
Tue Aug 7 19:31:39 CEST 2018
07/08/2018 18:23, Stephen Hemminger:
> On Tue, 07 Aug 2018 14:20:13 +0200
> Thomas Monjalon <thomas at monjalon.net> 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?
More information about the dev
mailing list