[PATCH 2/2] docs: improve ordering and remove old header titles
Harry van Haaren
harry.van.haaren at intel.com
Fri May 27 15:45:01 CEST 2022
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 at intel.com>
---
doc/guides/prog_guide/index.rst | 2 +-
doc/guides/prog_guide/overview.rst | 2 --
doc/guides/prog_guide/perf_opt_guidelines.rst | 2 --
doc/guides/prog_guide/source_org.rst | 2 --
4 files changed, 1 insertion(+), 7 deletions(-)
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
===================
--
2.32.0
More information about the dev
mailing list