diff --git a/doc/guides/tools/nordic_segger.rst b/doc/develop/flash_debug/nordic_segger.rst similarity index 100% rename from doc/guides/tools/nordic_segger.rst rename to doc/develop/flash_debug/nordic_segger.rst diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 31e6d2102fd..23f65c4ccfb 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -15,3 +15,4 @@ Developing with Zephyr modules.rst west/index test/index + tools/index diff --git a/doc/guides/coccinelle.rst b/doc/develop/tools/coccinelle.rst similarity index 100% rename from doc/guides/coccinelle.rst rename to doc/develop/tools/coccinelle.rst diff --git a/doc/develop/tools/index.rst b/doc/develop/tools/index.rst new file mode 100644 index 00000000000..523829dac9f --- /dev/null +++ b/doc/develop/tools/index.rst @@ -0,0 +1,10 @@ +.. _dev_tools: + +Tools and IDEs +############## + +.. toctree:: + :maxdepth: 1 + + coccinelle.rst + platformio/index.rst diff --git a/doc/guides/platformio/img/platformio-ide-vscode.png b/doc/develop/tools/platformio/img/platformio-ide-vscode.png similarity index 100% rename from doc/guides/platformio/img/platformio-ide-vscode.png rename to doc/develop/tools/platformio/img/platformio-ide-vscode.png diff --git a/doc/guides/platformio/img/platformio-logo.png b/doc/develop/tools/platformio/img/platformio-logo.png similarity index 100% rename from doc/guides/platformio/img/platformio-logo.png rename to doc/develop/tools/platformio/img/platformio-logo.png diff --git a/doc/guides/platformio/index.rst b/doc/develop/tools/platformio/index.rst similarity index 100% rename from doc/guides/platformio/index.rst rename to doc/develop/tools/platformio/index.rst diff --git a/doc/guides/index.rst b/doc/guides/index.rst deleted file mode 100644 index 9d3e9ed2986..00000000000 --- a/doc/guides/index.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. _user_guides: - -User and Developer Guides -######################### - -.. toctree:: - :maxdepth: 1 - - coccinelle.rst - platformio/index.rst - portability/index.rst - porting/index diff --git a/doc/hardware/index.rst b/doc/hardware/index.rst index 0954a918a83..8dceb73b92c 100644 --- a/doc/hardware/index.rst +++ b/doc/hardware/index.rst @@ -10,3 +10,4 @@ Hardware Support emulator/index.rst peripherals/index.rst pinctrl/index.rst + porting/index diff --git a/doc/guides/porting/arch.rst b/doc/hardware/porting/arch.rst similarity index 100% rename from doc/guides/porting/arch.rst rename to doc/hardware/porting/arch.rst diff --git a/doc/guides/porting/board/hierarchy.png b/doc/hardware/porting/board/hierarchy.png similarity index 100% rename from doc/guides/porting/board/hierarchy.png rename to doc/hardware/porting/board/hierarchy.png diff --git a/doc/guides/porting/board_porting.rst b/doc/hardware/porting/board_porting.rst similarity index 100% rename from doc/guides/porting/board_porting.rst rename to doc/hardware/porting/board_porting.rst diff --git a/doc/guides/porting/index.rst b/doc/hardware/porting/index.rst similarity index 100% rename from doc/guides/porting/index.rst rename to doc/hardware/porting/index.rst diff --git a/doc/guides/porting/shields.rst b/doc/hardware/porting/shields.rst similarity index 100% rename from doc/guides/porting/shields.rst rename to doc/hardware/porting/shields.rst diff --git a/doc/index-tex.rst b/doc/index-tex.rst index 5bfda356af0..669882720ad 100644 --- a/doc/index-tex.rst +++ b/doc/index-tex.rst @@ -20,7 +20,6 @@ Zephyr Project Documentation connectivity/index.rst services/index.rst reference/index.rst - guides/index.rst hardware/index.rst security/index.rst contribute/index.rst diff --git a/doc/index.rst b/doc/index.rst index a34be483684..f6d6e6325c9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -41,7 +41,7 @@ licensing, as described in :ref:`Zephyr_Licensing`.
Introducing the Zephyr Project: overview, architecture, features, and licensing
API Documentation, Zephyr configuration, and subsystem Reference
+Information about supported architectures, supported hardware and porting guides
List of supported boards and platforms.
User and Developer Guides, including tools and tips
+OS Services and guides how to use them with Zephyr