From patchwork Wed Nov 1 00:49:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Young X-Patchwork-Id: 339 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4C6AE43258; Wed, 1 Nov 2023 01:49:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D11384029E; Wed, 1 Nov 2023 01:49:55 +0100 (CET) Received: from mail-yb1-f175.google.com (mail-yb1-f175.google.com [209.85.219.175]) by mails.dpdk.org (Postfix) with ESMTP id 361124027F for ; Wed, 1 Nov 2023 01:49:54 +0100 (CET) Received: by mail-yb1-f175.google.com with SMTP id 3f1490d57ef6-d9bf9122c1aso1022295276.1 for ; Tue, 31 Oct 2023 17:49:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=youngcopy-com.20230601.gappssmtp.com; s=20230601; t=1698799793; x=1699404593; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=njgX0aeQPnL3q8xjYE+TFxkyyWcJ0QRL/iog6XdSOHs=; b=w/atZx/TneFGHblSNu+GWID4wCJrJwMABXJJ8xbENf6yD8tl+XnK1ICZUzM3WK2f0s i7WmLLTo5qk0BDeZvK5m3IRr6skRpfR/AdfeedJH/C5MNLLHRwVSIybVuJKwQ2N+5V6D GWpA7tNZfhNmkR/8y/68ezHd9ZTYpBm/Yi3del92apQ7dSOM9mrWuNeM2yqUDTT3io7k lvWD1H12ro+XauO0VedzUOHcWNXZJT+1OphcsvyNt+w1q82UV09t6kmt9VLqEKB/CpxQ UdRa+C9aibaIUv56iqirJ/svQyOapIFyvUMKWy08NXJ2Vvj6vMauk2CyCk+zgUVlYfPC oY0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698799793; x=1699404593; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=njgX0aeQPnL3q8xjYE+TFxkyyWcJ0QRL/iog6XdSOHs=; b=TqEsegQ1QNLDGLjw/dTkye8x9cyMzuI1icFq1Xqp9oT32lnG6vvAWLa9d4qiapruID 8lYDzR4QJ5ydP++X5ZaZY+93gUJuUdHfiLtCUwkm7B92u1sgzFBdWYefglu5rLh8Jteb E+P66RhXuXH7nD6lH9fACDPvd/k3RGKQPHNZru2JbwMIbAmxexbQcE5XMbMTbk/+BkMP 6m1lMIf3wx8q7mYq2cV4CVkwDD/w6bbB6oDFJq3sdL6wIa6Lslz1R7coZJBRecmiaqUy r2PHe3sHjQZGiWnigF/i4+Wexzc7ebjXXZSTW2aS8s9DXnFTm8t7A4ODouM9ZhtXzmiL higw== X-Gm-Message-State: AOJu0YyidQHWvSHQjqbk3LHvbuKnc0YWP6SzladPT+vNBGRj5M1M9Syt ZrKsob8UFiO58pL1i3C85/PqrBh691NmzqI/Sfs= X-Google-Smtp-Source: AGHT+IGueHx3SQaNMt3+t1erEIWU+iqDjhGqlBzSJZIGdk6rvA9CDIrIIykKdEY852zdrMiRDbu8+Q== X-Received: by 2002:a05:690c:2f86:b0:5b3:2e6a:ec63 with SMTP id ew6-20020a05690c2f8600b005b32e6aec63mr2364611ywb.1.1698799792781; Tue, 31 Oct 2023 17:49:52 -0700 (PDT) Received: from localhost.localdomain ([2600:1700:20c0:a560:ed1f:aab2:519a:50e3]) by smtp.gmail.com with ESMTPSA id c14-20020a81df0e000000b00589b653b7adsm1516144ywn.136.2023.10.31.17.49.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Oct 2023 17:49:51 -0700 (PDT) From: David Young To: dev@dpdk.org Cc: Bruce Richardson , Aaron Conole , David Young Subject: [PATCH v2 0/3] docs: Unify Getting Started Guides v2 Updates Date: Tue, 31 Oct 2023 20:49:25 -0400 Message-ID: <20231101004932.1371-1-dave@youngcopy.com> X-Mailer: git-send-email 2.41.0.windows.1 MIME-Version: 1.0 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 This is version 2 of the patch series for updating the DPDK Documentation. Thank you to everyone who provided feedback on the first version. Changes since v1: - Removed unnecessary verbiage from Section 1: Introduction - Merged windows_install_build.rst into building_from_sources.rst - Updated Section 2: Install and Build DPDK based on additional feedback - Added link in guides/index.rst to Getting Started Guide so now it shows up in menu The following patches are included in this series: 1/3: GSG Section 1: Introduction - Updated 2/3: Added link to Getting Started Guide in index.rst 3/3: GSG Section 2: Install and Build DPDK - Updated .../building_from_sources.rst | 124 ++++++++++++++---- .../install_and_build/index.rst | 3 +- .../windows_install_build.rst | 93 ------------- doc/guides/getting_started_guide/intro.rst | 7 +- doc/guides/index.rst | 1 + 5 files changed, 99 insertions(+), 129 deletions(-) delete mode 100644 doc/guides/getting_started_guide/install_and_build/windows_install_build.rst