[dpdk-dev] [PATCH v2 6/6] doc: add documention for windows

Kovacevic, Marko marko.kovacevic at intel.com
Thu Mar 7 18:03:47 CET 2019


> Added documentation to build helloworld example on windows using meson
> and clang. Updated the maintainers list to include windows maintainers.
> 
> Signed-off-by: Anand Rawat <anand.rawat at intel.com>
> Signed-off-by: Pallavi Kadam <pallavi.kadam at intel.com>
> Reviewed-by: Jeff Shaw <jeffrey.b.shaw at intel.com>
> Reviewed-by: Ranjit Menon <ranjit.menon at intel.com>
> ---
>  MAINTAINERS                           |  7 +++
>  doc/guides/index.rst                  |  3 +-
>  doc/guides/windows_gsg/build_dpdk.rst | 67
> +++++++++++++++++++++++++++
>  doc/guides/windows_gsg/index.rst      | 14 ++++++
>  doc/guides/windows_gsg/intro.rst      | 20 ++++++++
>  5 files changed, 110 insertions(+), 1 deletion(-)  create mode 100644
> doc/guides/windows_gsg/build_dpdk.rst
>  create mode 100644 doc/guides/windows_gsg/index.rst  create mode
> 100644 doc/guides/windows_gsg/intro.rst
> 

Make doc html 50848
sphinx processing guides-html...
dpdk/doc/guides/windows_gsg/build_dpdk.rst:28: WARNING: Unknown target name: "meson's website<http://mesonbuild.com/getting-meson.html>".
dpdk/doc/guides/windows_gsg/build_dpdk.rst:36: WARNING: Unknown target name: "ninja's website<https://ninja-build.org/>".


<...>

> +
> +Install the Build System
> +------------------------
> +
> +Download and install the build system from `Meson's
> website<http://mesonbuild.com/Getting-meson.html>`_.
> +A good option to choose is the MSI installer for both meson and ninja
> together::
> +

Space is needed after website for the link to be properly made.

-Download and install the build system from `Meson's website<http://mesonbuild.com/Getting-meson.html>`_.
+Download and install the build system from `Meson's website <http://mesonbuild.com/Getting-meson.html>`_.

> +
> +http://mesonbuild.com/Getting-meson.html#installing-meson-and-ninja-
> wit
> +h-the-msi-installer%22
> +
> +Install the Backend
> +-------------------
> +
> +If using Ninja, download and install the backend from `Ninja's
> +website<https://ninja-build.org/>`_ or install along with the meson build
> system.
> +

Also here:
-If using Ninja, download and install the backend from `Ninja's website<https://ninja-build.org/>`_ or
+If using Ninja, download and install the backend from `Ninja's website <https://ninja-build.org/>`_ or

<...>


More information about the dev mailing list