From b40344bf4b4ca4ebb6953613bb8b1b698c587532 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 5 Apr 2022 15:40:55 -0400 Subject: [PATCH] doc: move hardware emulator docs to hardware section HW emulation goes under hardware support. Signed-off-by: Anas Nashif --- doc/guides/index.rst | 1 - doc/{guides => hardware}/emulator/img/app.png | Bin doc/{guides => hardware}/emulator/img/arch.png | Bin doc/{guides => hardware}/emulator/index.rst | 0 doc/hardware/index.rst | 1 + 5 files changed, 1 insertion(+), 1 deletion(-) rename doc/{guides => hardware}/emulator/img/app.png (100%) rename doc/{guides => hardware}/emulator/img/arch.png (100%) rename doc/{guides => hardware}/emulator/index.rst (100%) diff --git a/doc/guides/index.rst b/doc/guides/index.rst index f597b49352..2f54b215f7 100644 --- a/doc/guides/index.rst +++ b/doc/guides/index.rst @@ -9,7 +9,6 @@ User and Developer Guides coccinelle.rst code-relocation.rst flash_debug/index - emulator/index.rst platformio/index.rst portability/index.rst porting/index diff --git a/doc/guides/emulator/img/app.png b/doc/hardware/emulator/img/app.png similarity index 100% rename from doc/guides/emulator/img/app.png rename to doc/hardware/emulator/img/app.png diff --git a/doc/guides/emulator/img/arch.png b/doc/hardware/emulator/img/arch.png similarity index 100% rename from doc/guides/emulator/img/arch.png rename to doc/hardware/emulator/img/arch.png diff --git a/doc/guides/emulator/index.rst b/doc/hardware/emulator/index.rst similarity index 100% rename from doc/guides/emulator/index.rst rename to doc/hardware/emulator/index.rst diff --git a/doc/hardware/index.rst b/doc/hardware/index.rst index 4031d74e0b..0954a918a8 100644 --- a/doc/hardware/index.rst +++ b/doc/hardware/index.rst @@ -7,5 +7,6 @@ Hardware Support :maxdepth: 1 arch/index.rst + emulator/index.rst peripherals/index.rst pinctrl/index.rst