From 8ee1615e5172cd3c3119407a5819cbca8e70802d Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 29 Jul 2019 14:04:20 -0700 Subject: [PATCH] doc: fix issues from moving tools to misc/tools PR #3483 cleaned up the project root folder and moved stuff that was in /tools into a new /misc folder. There were a few references to the old /tools folder missed in that update, addressed in this PR. Signed-off-by: David B. Kinder --- doc/Makefile | 2 +- doc/developer-guides/hld/virtio-net.rst | 8 ++++---- doc/tutorials/docbuild.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 20d7ce752..8df39d1f4 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -64,7 +64,7 @@ singlehtml: doxy content kconfig clean: rm -fr $(BUILDDIR) doxygen - rm -fr tools + rm -fr misc rm -fr reference/kconfig/*.rst # Copy material over to the GitHub pages staging repo diff --git a/doc/developer-guides/hld/virtio-net.rst b/doc/developer-guides/hld/virtio-net.rst index 4c2687893..a66808054 100644 --- a/doc/developer-guides/hld/virtio-net.rst +++ b/doc/developer-guides/hld/virtio-net.rst @@ -426,10 +426,10 @@ our case, we use systemd to automatically create the network by default. You can check the files with prefix 50- in the SOS ``/usr/lib/systemd/network/``: -- `50-acrn.netdev `__ -- `50-acrn.network `__ -- `50-tap0.netdev `__ -- `50-eth.network `__ +- `50-acrn.netdev `__ +- `50-acrn.network `__ +- `50-tap0.netdev `__ +- `50-eth.network `__ When the SOS is started, run ``ifconfig`` to show the devices created by this systemd configuration: diff --git a/doc/tutorials/docbuild.rst b/doc/tutorials/docbuild.rst index 99e7167c5..1d51c9c9d 100644 --- a/doc/tutorials/docbuild.rst +++ b/doc/tutorials/docbuild.rst @@ -26,7 +26,7 @@ The project's documentation contains the following items: * ReStructuredText source files used to generate documentation found at the http://projectacrn.github.io website. All of the reStructuredText sources are found in the acrn-hypervisor/doc folder, or pulled in from sibling - folders (such as /tools/) by the build scripts. + folders (such as /misc/) by the build scripts. * Doxygen-generated material used to create all API-specific documents found at http://projectacrn.github.io/latest/api/. The doc build