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 <harry.van.haaren@intel.com>
This commit is contained in:
Harry van Haaren 2022-05-27 13:45:01 +00:00 committed by Thomas Monjalon
parent 85bd316d08
commit aaee1d15cb
4 changed files with 1 additions and 7 deletions

View 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

View File

@ -1,8 +1,6 @@
.. SPDX-License-Identifier: BSD-3-Clause
Copyright(c) 2010-2014 Intel Corporation.
**Part 1: Architecture Overview**
Overview
========

View File

@ -3,8 +3,6 @@
.. _Performance_Optimization:
**Part 3: Performance Optimization**
Performance Optimization Guidelines
===================================

View File

@ -1,8 +1,6 @@
.. SPDX-License-Identifier: BSD-3-Clause
Copyright(c) 2010-2014 Intel Corporation.
**Part 2: Development Environment**
Source Organization
===================