> -----Original Message-----
> From: Ray Kinsella <m...@ashroe.eu>
> Sent: Friday, October 25, 2019 5:29 PM
> To: dev@dpdk.org
> Cc: m...@ashroe.eu; tho...@monjalon.net; step...@networkplumber.org;
> Richardson, Bruce <bruce.richard...@intel.com>; Yigit, Ferruh
> <ferruh.yi...@intel.com>; Ananyev, Konstantin
> <konstantin.anan...@intel.com>; jer...@marvell.com;
> olivier.m...@6wind.com; nhor...@tuxdriver.com;
> maxime.coque...@redhat.com; Mcnamara, John <john.mcnam...@intel.com>;
> Kovacevic, Marko <marko.kovace...@intel.com>; hemant.agra...@nxp.com;
> ktray...@redhat.com; acon...@redhat.com
> Subject: [PATCH v7 1/4] doc: separate versioning.rst into version and
> policy
>
> Separate versioning.rst into abi versioning and abi policy guidance, in
> preparation for adding more detail to the abi policy.
>
> Signed-off-by: Ray Kinsella <m...@ashroe.eu>
> ---
> doc/guides/contributing/abi_policy.rst | 167 ++++++++
> doc/guides/contributing/abi_versioning.rst | 427 +++++++++++++++++++++
> doc/guides/contributing/index.rst | 3 +-
> doc/guides/contributing/versioning.rst | 591 -----------------------
I think the it would be better to "git mv" versioning.rst to abi_versioning.rst
first to maintain the history and then extract out the policy part.
Also, there is a build warning after this patch:
$ make doc-guides-html
sphinx processing guides-html...
/work/dpdk_docs/doc/guides/contributing/patches.rst:159:
WARNING: unknown document: /contributing/versioning
/work/dpdk_docs/doc/guides/rel_notes/deprecation.rst:7:
WARNING: unknown document: /contributing/versioning
John