[RFC,v2,1/2] doc: move glossary to intro

Message ID 20240930161942.8097-1-stephen@networkplumber.org (mailing list archive)
State New
Delegated to: Thomas Monjalon
Headers
Series [RFC,v2,1/2] doc: move glossary to intro |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Stephen Hemminger Sept. 30, 2024, 4:19 p.m. UTC
Move the glossary from the programmers guide into the introduction.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/{prog_guide/glossary.rst => glossary/index.rst} | 0
 doc/guides/index.rst                                       | 1 +
 doc/guides/prog_guide/index.rst                            | 1 -
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename doc/guides/{prog_guide/glossary.rst => glossary/index.rst} (100%)
  

Patch

diff --git a/doc/guides/prog_guide/glossary.rst b/doc/guides/glossary/index.rst
similarity index 100%
rename from doc/guides/prog_guide/glossary.rst
rename to doc/guides/glossary/index.rst
diff --git a/doc/guides/index.rst b/doc/guides/index.rst
index 244b99624c..5cec8a8287 100644
--- a/doc/guides/index.rst
+++ b/doc/guides/index.rst
@@ -29,5 +29,6 @@  DPDK documentation
    mempool/index
    platform/index
    contributing/index
+   glossary/index
    rel_notes/index
    faq/index
diff --git a/doc/guides/prog_guide/index.rst b/doc/guides/prog_guide/index.rst
index 7eb1a98d88..70e0a6af05 100644
--- a/doc/guides/prog_guide/index.rst
+++ b/doc/guides/prog_guide/index.rst
@@ -14,7 +14,6 @@  Foundation Principles
     intro
     overview
     source_org
-    glossary
 
 
 Memory Management