]> git.droids-corp.org - dpdk.git/commitdiff
doc: improve ordering and remove old titles in prog guide
authorHarry van Haaren <harry.van.haaren@intel.com>
Fri, 27 May 2022 13:45:01 +0000 (13:45 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Jun 2022 08:17:26 +0000 (10:17 +0200)
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 <harry.van.haaren@intel.com>
doc/guides/prog_guide/index.rst
doc/guides/prog_guide/overview.rst
doc/guides/prog_guide/perf_opt_guidelines.rst
doc/guides/prog_guide/source_org.rst

index 6c7942b8450d894b958e58e311cb538b7fb2f70c..856488301809e4e9428da01915929159a5ad111a 100644 (file)
@@ -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
index 537a568f1ec2912f6e1a5715acdf1a9b5113c5cc..a3b66033207edc01dafbc768009081167f30fc56 100644 (file)
@@ -1,8 +1,6 @@
 ..  SPDX-License-Identifier: BSD-3-Clause
     Copyright(c) 2010-2014 Intel Corporation.
 
-**Part 1: Architecture Overview**
-
 Overview
 ========
 
index 88f92909c168359114f91b6883ae76291f1894f4..360009f2e4223e9d4e7ebc2da68840ecb4a0cd55 100644 (file)
@@ -3,8 +3,6 @@
 
 .. _Performance_Optimization:
 
-**Part 3: Performance Optimization**
-
 Performance Optimization Guidelines
 ===================================
 
index 5e4333460a8aab87315450835fcf4db06ec0e782..3d5f7f3bdd8cb1088799d5a76761abe7d351889a 100644 (file)
@@ -1,8 +1,6 @@
 ..  SPDX-License-Identifier: BSD-3-Clause
     Copyright(c) 2010-2014 Intel Corporation.
 
-**Part 2: Development Environment**
-
 Source Organization
 ===================