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 21C25A0032; Tue, 15 Mar 2022 23:05:28 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D8B6941151; Tue, 15 Mar 2022 23:05:20 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 3EAD541157 for ; Tue, 15 Mar 2022 23:05:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647381919; x=1678917919; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=//9gJrXC7kStLZ/OzYtp43O2Gy7QIjsJb6Rbyd70MQY=; b=k1RnJXf9ec1CZ5VU7qnawUNHB3/IV2w8FknIKtAChhawSohFXkFxjObs 79TxJC37w3UABbJgjsIZLUB3t3sZK38IQzuKKDKoyc59FWV/aVKZAGk9z lFRT5tTUG3ldU6sw2gsfMeoYmPvqB0UnkZuqiO+08jJPHHXLkt3zk2nbj 6wOTgnrfwHNrRlCEzkz6x4Ywiuczq9t5YR43lQKpFoOgFaNW7F0Rct6jR UwQEqDsX6Vyip3KXD1WRK+y0rDksvrtPuOYn3AgXq/wBWNpf+njV3tupH UKYVL6QJZbzKWsZcZee0IN4unMX6yLwTQbZvCXZlx1Pz/dRYI6jgSf7PW Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="256623332" X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="256623332" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2022 15:05:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="512776072" Received: from silpixa00399126.ir.intel.com ([10.237.223.34]) by orsmga002.jf.intel.com with ESMTP; 15 Mar 2022 15:05:18 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 3/4] doc: add hyperlinks to other docs from Linux GSG Date: Tue, 15 Mar 2022 22:05:03 +0000 Message-Id: <20220315220504.1092437-4-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220315220504.1092437-1-bruce.richardson@intel.com> References: <20220315220504.1092437-1-bruce.richardson@intel.com> 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 The document roadmap section called out the titles of other documents, but these are better as hyperlinks. Signed-off-by: Bruce Richardson --- doc/guides/linux_gsg/intro.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/guides/linux_gsg/intro.rst b/doc/guides/linux_gsg/intro.rst index 890169e97f..20fe4de630 100644 --- a/doc/guides/linux_gsg/intro.rst +++ b/doc/guides/linux_gsg/intro.rst @@ -14,12 +14,12 @@ Documentation Roadmap The following is a list of DPDK documents in the suggested reading order: -* Release Notes: Provides release-specific information, including supported features, limitations, fixed issues, known issues and so on. +* :doc:`../rel_notes/index`: Provides release-specific information, including supported features, limitations, fixed issues, known issues and so on. Also, provides the answers to frequently asked questions in FAQ format. -* Getting Started Guide (this document): Describes how to install and configure the DPDK; designed to get users up and running quickly with the software. +* :doc:`../linux_gsg/index` (this document): Describes how to install and configure the DPDK; designed to get users up and running quickly with the software. -* Programmer's Guide: Describes: +* :doc:`../prog_guide/index`: Describes: * The software architecture and how to use it (through examples), specifically in a Linux application (linux) environment @@ -30,7 +30,7 @@ The following is a list of DPDK documents in the suggested reading order: A glossary of terms is also provided. -* API Reference: Provides detailed information about DPDK functions, data structures and other programming constructs. +* `API Reference <../../../api/html/index.html>`_: Provides detailed information about DPDK functions, data structures and other programming constructs. -* Sample Applications User Guide: Describes a set of sample applications. +* :doc:`../sample_app_ug/index`: Describes a set of sample applications. Each chapter describes a sample application that showcases specific functionality and provides instructions on how to compile, run and use the sample application. -- 2.32.0