From: Harry van Haaren Date: Fri, 27 May 2022 13:45:01 +0000 (+0000) Subject: doc: improve ordering and remove old titles in prog guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=aaee1d15cbb224a1c526c0707eabfb1cb22ba824;p=dpdk.git doc: improve ordering and remove old titles in prog guide Move the "source_org" page to after overview, where it fits better to explain the source-code layout of DPDK, before getting into details of specific libraries such as EAL. Also removes the older titles from the 3 documents which still had them. Signed-off-by: Harry van Haaren --- diff --git a/doc/guides/prog_guide/index.rst b/doc/guides/prog_guide/index.rst index 6c7942b845..8564883018 100644 --- a/doc/guides/prog_guide/index.rst +++ b/doc/guides/prog_guide/index.rst @@ -10,6 +10,7 @@ Programmer's Guide intro overview + source_org env_abstraction_layer service_cores trace_lib @@ -67,7 +68,6 @@ Programmer's Guide bpf_lib ipsec_lib graph_lib - source_org build-sdk-meson meson_ut build_app diff --git a/doc/guides/prog_guide/overview.rst b/doc/guides/prog_guide/overview.rst index 537a568f1e..a3b6603320 100644 --- a/doc/guides/prog_guide/overview.rst +++ b/doc/guides/prog_guide/overview.rst @@ -1,8 +1,6 @@ .. SPDX-License-Identifier: BSD-3-Clause Copyright(c) 2010-2014 Intel Corporation. -**Part 1: Architecture Overview** - Overview ======== diff --git a/doc/guides/prog_guide/perf_opt_guidelines.rst b/doc/guides/prog_guide/perf_opt_guidelines.rst index 88f92909c1..360009f2e4 100644 --- a/doc/guides/prog_guide/perf_opt_guidelines.rst +++ b/doc/guides/prog_guide/perf_opt_guidelines.rst @@ -3,8 +3,6 @@ .. _Performance_Optimization: -**Part 3: Performance Optimization** - Performance Optimization Guidelines =================================== diff --git a/doc/guides/prog_guide/source_org.rst b/doc/guides/prog_guide/source_org.rst index 5e4333460a..3d5f7f3bdd 100644 --- a/doc/guides/prog_guide/source_org.rst +++ b/doc/guides/prog_guide/source_org.rst @@ -1,8 +1,6 @@ .. SPDX-License-Identifier: BSD-3-Clause Copyright(c) 2010-2014 Intel Corporation. -**Part 2: Development Environment** - Source Organization ===================