From 81465f659d236bb6fcc7c51bfaedb431937a93db Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 19 Oct 2020 00:59:27 +0800 Subject: [PATCH] Documentation: Move nsh/ to applications/ Signed-off-by: Xiang Xiao --- Documentation/applications/index.rst | 5 +++++ Documentation/{components => applications}/nsh/builtin.rst | 0 Documentation/{components => applications}/nsh/commands.rst | 0 Documentation/{components => applications}/nsh/config.rst | 0 .../{components => applications}/nsh/customizing.rst | 0 Documentation/{components => applications}/nsh/index.rst | 0 .../{components => applications}/nsh/installation.rst | 0 Documentation/{components => applications}/nsh/login.rst | 0 Documentation/{components => applications}/nsh/nsh.rst | 0 Documentation/components/index.rst | 1 - 10 files changed, 5 insertions(+), 1 deletion(-) rename Documentation/{components => applications}/nsh/builtin.rst (100%) rename Documentation/{components => applications}/nsh/commands.rst (100%) rename Documentation/{components => applications}/nsh/config.rst (100%) rename Documentation/{components => applications}/nsh/customizing.rst (100%) rename Documentation/{components => applications}/nsh/index.rst (100%) rename Documentation/{components => applications}/nsh/installation.rst (100%) rename Documentation/{components => applications}/nsh/login.rst (100%) rename Documentation/{components => applications}/nsh/nsh.rst (100%) diff --git a/Documentation/applications/index.rst b/Documentation/applications/index.rst index 464f9c9d2ef..185c92b699f 100644 --- a/Documentation/applications/index.rst +++ b/Documentation/applications/index.rst @@ -7,4 +7,9 @@ Applications NuttX ships a large number of applications covering a wide spectrum of functionality. These can be found in the `apps `_ repository. At the moment, these are documented in their individual README files so you can find more information at the repository. +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + nsh/index.rst diff --git a/Documentation/components/nsh/builtin.rst b/Documentation/applications/nsh/builtin.rst similarity index 100% rename from Documentation/components/nsh/builtin.rst rename to Documentation/applications/nsh/builtin.rst diff --git a/Documentation/components/nsh/commands.rst b/Documentation/applications/nsh/commands.rst similarity index 100% rename from Documentation/components/nsh/commands.rst rename to Documentation/applications/nsh/commands.rst diff --git a/Documentation/components/nsh/config.rst b/Documentation/applications/nsh/config.rst similarity index 100% rename from Documentation/components/nsh/config.rst rename to Documentation/applications/nsh/config.rst diff --git a/Documentation/components/nsh/customizing.rst b/Documentation/applications/nsh/customizing.rst similarity index 100% rename from Documentation/components/nsh/customizing.rst rename to Documentation/applications/nsh/customizing.rst diff --git a/Documentation/components/nsh/index.rst b/Documentation/applications/nsh/index.rst similarity index 100% rename from Documentation/components/nsh/index.rst rename to Documentation/applications/nsh/index.rst diff --git a/Documentation/components/nsh/installation.rst b/Documentation/applications/nsh/installation.rst similarity index 100% rename from Documentation/components/nsh/installation.rst rename to Documentation/applications/nsh/installation.rst diff --git a/Documentation/components/nsh/login.rst b/Documentation/applications/nsh/login.rst similarity index 100% rename from Documentation/components/nsh/login.rst rename to Documentation/applications/nsh/login.rst diff --git a/Documentation/components/nsh/nsh.rst b/Documentation/applications/nsh/nsh.rst similarity index 100% rename from Documentation/components/nsh/nsh.rst rename to Documentation/applications/nsh/nsh.rst diff --git a/Documentation/components/index.rst b/Documentation/components/index.rst index 8d6b8d64d7a..42746014762 100644 --- a/Documentation/components/index.rst +++ b/Documentation/components/index.rst @@ -7,7 +7,6 @@ NuttX is very feature-rich RTOS and is thus composed of various different subsys :maxdepth: 2 :caption: Contents: - nsh/index.rst power.rst binfmt.rst drivers/index.rst