[dpdk-dev] [PATCH v2] doc: fix minor typos in OcteonTx platform and eventdev docs

Pavan Nikhilesh pbhagavatula at caviumnetworks.com
Fri Apr 20 11:34:10 CEST 2018


Fixes: 26cb0a72412f ("doc: add octeontx platform guide")
Fixes: 48191dde6acf ("doc: add octeontx mempool guide")

Signed-off-by: Pavan Nikhilesh <pbhagavatula at caviumnetworks.com>
Acked-by: Marko Kovacevic <marko.kovacevic at intel.com>
---

 v2 Changes:
 - Remove .rst at the end of doc links.
 - Remove space prior to linux gsg link.

 doc/guides/eventdevs/octeontx.rst | 2 +-
 doc/guides/platform/octeontx.rst  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guides/eventdevs/octeontx.rst b/doc/guides/eventdevs/octeontx.rst
index f77bc5c54..3dcf6afbd 100644
--- a/doc/guides/eventdevs/octeontx.rst
+++ b/doc/guides/eventdevs/octeontx.rst
@@ -39,7 +39,7 @@ Supported OCTEONTX SoCs
 Prerequisites
 -------------

-See :doc: `../platform/octeontx` for setup information.
+See :doc:`../platform/octeontx` for setup information.

 Pre-Installation Configuration
 ------------------------------
diff --git a/doc/guides/platform/octeontx.rst b/doc/guides/platform/octeontx.rst
index dc1aa4fe1..b0a99c38d 100644
--- a/doc/guides/platform/octeontx.rst
+++ b/doc/guides/platform/octeontx.rst
@@ -16,11 +16,11 @@ Common Offload HW Block Drivers
 -------------------------------

 1. **Eventdev Driver**
-   See :doc: `../eventdevs/octeontx.rst` for octeontx ssovf eventdev driver
+   See :doc:`../eventdevs/octeontx` for octeontx ssovf eventdev driver
    information.

 2. **Mempool Driver**
-   See :doc: `../mempool/octeontx.rst` for octeontx fpavf mempool driver
+   See :doc:`../mempool/octeontx` for octeontx fpavf mempool driver
    information.

 Steps To Setup Platform
@@ -52,4 +52,4 @@ OCTEONTX compatible board:

    SDK and related information can be obtained from: `Cavium support site <https://support.cavium.com/>`_.

-- Follow the DPDK :doc: `../linux_gsg/index.rst` to setup the basic DPDK environment.
+- Follow the DPDK :doc:`../linux_gsg/index` to setup the basic DPDK environment.
--
2.17.0



More information about the dev mailing list