From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E11BE5946 for ; Thu, 14 May 2015 12:41:14 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 14 May 2015 03:41:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,427,1427785200"; d="scan'208";a="493504171" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 14 May 2015 03:41:01 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.215]) by IRSMSX152.ger.corp.intel.com ([169.254.6.148]) with mapi id 14.03.0224.002; Thu, 14 May 2015 11:41:01 +0100 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH 0/2] doc: refactored fig and table nums into references Thread-Index: AQHQfpA8J0zr7EQ+/ESRicUEUY/zUJ1kIMIAgAFk/JCAFMx8AIABFOcw Date: Thu, 14 May 2015 10:41:00 +0000 Message-ID: References: <1429881109-16684-1-git-send-email-john.mcnamara@intel.com> <4018323.hxXVqqSkHq@xps13> <2042378.YRHo6U96YW@xps13> In-Reply-To: <2042378.YRHo6U96YW@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 0/2] doc: refactored fig and table nums into references X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 10:41:15 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, May 13, 2015 8:08 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/2] doc: refactored fig and table nums > into references >=20 >=20 > The error is removed so it's better. > With this patch, a figure reference looks like this: > :numref:`figure_single_port_nic` Virtualization for a Single Port NIC in > SR-IOV Mode The rst line is: > :numref:`figure_single_port_nic` :ref:`figure_single_port_nic` >=20 > I was trying to replace the numref output by a working link with "figure" > as label. > This is my trial to mimic :ref: as a first step: Hi Thomas, I'll take a look at it and see if I can get something working. John. --=20