From b07d7922c9bba8d33918ecdb2fd3d3bc03175b9f Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Wed, 8 Nov 2017 16:55:45 +0200 Subject: [PATCH] Update ReadTheDocs docs folder Change-Id: Ifec6f6fd659b1a6d6a3c23f2c02eb2c1fdc0973e Issue-ID: VID-71 Signed-off-by: Ofir Sonsino --- docs/{docs-administration.rst => administration.rst} | 0 docs/{docs-architecture.rst => architecture.rst} | 0 docs/{docs-configuration.rst => configuration.rst} | 0 docs/{docs-consumedapis.rst => consumedapis.rst} | 0 docs/{docs-delivery.rst => delivery.rst} | 0 ...{docs-humaninterfaces.rst => humaninterfaces.rst} | 0 docs/index.rst | 20 ++++++++++---------- docs/{docs-installation.rst => installation.rst} | 0 docs/{docs-logging.rst => logging.rst} | 0 docs/{docs-offeredapis.rst => offeredapis.rst} | 0 docs/{docs-release-notes.rst => release-notes.rst} | 0 11 files changed, 10 insertions(+), 10 deletions(-) rename docs/{docs-administration.rst => administration.rst} (100%) rename docs/{docs-architecture.rst => architecture.rst} (100%) rename docs/{docs-configuration.rst => configuration.rst} (100%) rename docs/{docs-consumedapis.rst => consumedapis.rst} (100%) rename docs/{docs-delivery.rst => delivery.rst} (100%) rename docs/{docs-humaninterfaces.rst => humaninterfaces.rst} (100%) rename docs/{docs-installation.rst => installation.rst} (100%) rename docs/{docs-logging.rst => logging.rst} (100%) rename docs/{docs-offeredapis.rst => offeredapis.rst} (100%) rename docs/{docs-release-notes.rst => release-notes.rst} (100%) diff --git a/docs/docs-administration.rst b/docs/administration.rst similarity index 100% rename from docs/docs-administration.rst rename to docs/administration.rst diff --git a/docs/docs-architecture.rst b/docs/architecture.rst similarity index 100% rename from docs/docs-architecture.rst rename to docs/architecture.rst diff --git a/docs/docs-configuration.rst b/docs/configuration.rst similarity index 100% rename from docs/docs-configuration.rst rename to docs/configuration.rst diff --git a/docs/docs-consumedapis.rst b/docs/consumedapis.rst similarity index 100% rename from docs/docs-consumedapis.rst rename to docs/consumedapis.rst diff --git a/docs/docs-delivery.rst b/docs/delivery.rst similarity index 100% rename from docs/docs-delivery.rst rename to docs/delivery.rst diff --git a/docs/docs-humaninterfaces.rst b/docs/humaninterfaces.rst similarity index 100% rename from docs/docs-humaninterfaces.rst rename to docs/humaninterfaces.rst diff --git a/docs/index.rst b/docs/index.rst index 4f5b8db4..c22d1cfd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,13 +7,13 @@ VID Documentation :maxdepth: 2 - docs-architecture.rst - docs-offeredapis.rst - docs-consumedapis.rst - docs-delivery.rst - docs-logging.rst - docs-installation.rst - docs-configuration.rst - docs-administration.rst - docs-humaninterfaces.rst - docs-release-notes.rst + architecture.rst + offeredapis.rst + consumedapis.rst + delivery.rst + logging.rst + installation.rst + configuration.rst + administration.rst + humaninterfaces.rst + release-notes.rst diff --git a/docs/docs-installation.rst b/docs/installation.rst similarity index 100% rename from docs/docs-installation.rst rename to docs/installation.rst diff --git a/docs/docs-logging.rst b/docs/logging.rst similarity index 100% rename from docs/docs-logging.rst rename to docs/logging.rst diff --git a/docs/docs-offeredapis.rst b/docs/offeredapis.rst similarity index 100% rename from docs/docs-offeredapis.rst rename to docs/offeredapis.rst diff --git a/docs/docs-release-notes.rst b/docs/release-notes.rst similarity index 100% rename from docs/docs-release-notes.rst rename to docs/release-notes.rst -- 2.16.6