From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 668A645A6E; Mon, 30 Sep 2024 18:19:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 525164060B; Mon, 30 Sep 2024 18:19:54 +0200 (CEST) Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by mails.dpdk.org (Postfix) with ESMTP id 853CF40299 for ; Mon, 30 Sep 2024 18:19:53 +0200 (CEST) Received: by mail-pf1-f171.google.com with SMTP id d2e1a72fcca58-71b070ff24dso4059803b3a.2 for ; Mon, 30 Sep 2024 09:19:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1727713193; x=1728317993; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=vgva+yuDbsCs0W9uw0QJbvNHw7gOb1IDOAbzrOL2x94=; b=F3zaRCOoJOhb+DggdZpwz1+IVxrlgCv+eEpxj+ZNx+Q/rD0NE0kJX4U4DAXvXJfqSk MQ6I6ii7Bx6AmtoaGfM/cuzEgR5iAe/xE38djdsUVxvz1GKskJvdlB1MF7fBwa+0xRBZ SD+VU6slNXwybhNjV7Gs3WGVM1L6cLhJi3hLLw+cMx3z3QUnUTui8bfSu71ecWxXWYP5 2+H5u0OuEMQh0x4XCPXnq90CGOdVN3LPuCmXZyZAjj/8DOECF6rGiDGWlaaBXc0lfl3Z AgcxsUZmw22S6zkUtoYUk4sN1DXbv+Z2NO8Lh5TaaHCW1z0jeJ6cAcc73UGxt0uPKwsV PUGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727713193; x=1728317993; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vgva+yuDbsCs0W9uw0QJbvNHw7gOb1IDOAbzrOL2x94=; b=cMwrJdbu2/oPom8cUB9RVenALCBJ/KcdBGHEAY3VWUaQNt8w5hXbJOJtCck8wSR08n ttftqKCXsyV1LFv0UaDsqYP8HxLbZ6J3pX3dLxQ7VAi0wsV7kU6UUBap89X3m7AEywC9 T9lIg63ACHNgD+5wpEsQ4rhuWTV76WTCEuEKFsdMWl+nrOD57SDcJLkVnGwm0fXK8cbm 5oN7E95ziv3FFMpIO5+X8lQpWs5bKA8j9FCqo8RwbQxUKoDHuRqgcxdugcVHvtOi7s9n xcOjLBc63zTkW5cgizNL3z9MQOUDFSELsUAuN9oR2GQzytYOi7zDA3LUS/JFIZjb8YWb OYzw== X-Gm-Message-State: AOJu0YyoElOz92O+WlP4d5kc21/gHTV9n0b5jpNG35npv3Ko4nQLq0ED fKfbRb3/toi6Ti9Qyo4jgcIyWTFIC31hoePeeU19/Xg9xkgtxy86lx1+OsdvWP9onOcrTmO+jo4 qNdaKnA== X-Google-Smtp-Source: AGHT+IHLGPfEtr4sx0VPIFqVDxWBRotXZvt96GWcR0QDaSqj6/6uwc4x06tW7dLpnlbnDVi15T8oJA== X-Received: by 2002:a05:6a00:2383:b0:70a:f576:beeb with SMTP id d2e1a72fcca58-71b25f852e2mr16938648b3a.15.1727713192559; Mon, 30 Sep 2024 09:19:52 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-71b2649b8f4sm6408045b3a.26.2024.09.30.09.19.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2024 09:19:52 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [RFC v2 1/2] doc: move glossary to intro Date: Mon, 30 Sep 2024 09:19:35 -0700 Message-ID: <20240930161942.8097-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240911042800.9203-1-stephen@networkplumber.org> References: <20240911042800.9203-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Move the glossary from the programmers guide into the introduction. Signed-off-by: Stephen Hemminger --- 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%) 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 -- 2.45.2