Re: [dpdk-dev] [PATCH v2] doc/contributing/doc: add info about including code

2021-05-19 Thread Thomas Monjalon
06/05/2021 18:40, Conor Walsh: > Currently the documentation describes how to add code snippets to the > docs using code blocks. This can be problematic as the code snippets > in the docs may fall out of sync with the actual code it is referencing > within DPDK. This patch adds instructions to the

Re: [dpdk-dev] [PATCH v2] doc/contributing/doc: add info about including code

2021-05-07 Thread Thomas Monjalon
07/05/2021 11:54, Burakov, Anatoly: > On 06-May-21 5:40 PM, Conor Walsh wrote: > > +* ``start-after`` and ``end-before`` can use any text within a given file, > > + however it may be difficult to find unique text within your code to mark > > the > > + start and end of your snippets. In these cas

Re: [dpdk-dev] [PATCH v2] doc/contributing/doc: add info about including code

2021-05-07 Thread Burakov, Anatoly
On 06-May-21 5:40 PM, Conor Walsh wrote: Currently the documentation describes how to add code snippets to the docs using code blocks. This can be problematic as the code snippets in the docs may fall out of sync with the actual code it is referencing within DPDK. This patch adds instructions to

[dpdk-dev] [PATCH v2] doc/contributing/doc: add info about including code

2021-05-06 Thread Conor Walsh
Currently the documentation describes how to add code snippets to the docs using code blocks. This can be problematic as the code snippets in the docs may fall out of sync with the actual code it is referencing within DPDK. This patch adds instructions to the contribution guide about how to include