[dpdk-dev] [PATCH] doc: fix minor sphinx build warning

2015-07-02 Thread Thomas Monjalon
2015-07-02 12:52, John McNamara: > Also added a RST label to the start of the doc to allow it > to be linked to from other docs. We don't really need to have a label at the top of the doc. It can be linked with :doc: role: dpdk.org/browse/dpdk/commit/?id=7cc2bdedd3812998078 But it could b

[dpdk-dev] [PATCH] doc: fix minor sphinx build warning

2015-07-02 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, July 2, 2015 1:18 PM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: fix minor sphinx build warning > > But it could be usefu

[dpdk-dev] [PATCH] doc: fix minor sphinx build warning

2015-07-02 Thread John McNamara
Fix for a minor Sphinx build warning in the ABI guidelines docs: versioning.rst:126: WARNING: Bullet list ends without a blank line; unexpected unindent. Also added a RST label to the start of the doc to allow it to be linked to from other docs. Signed-off-by: John Mc