From d917fdc2eb1a2c98a2503c9f024f3b3a27d8c286 Mon Sep 17 00:00:00 2001 From: ChristopherPrice Date: Wed, 10 Aug 2016 11:21:29 +0200 Subject: Creating a template for feature projects to produce userguide and scenario description documents This template will be pushed to features projects in Colorado to help them create the right documentation for the Colorado release. The documentation will be feature and scenario specific at a level where that makes sense while allowing common activities like instalation to be handled in documents for the installation tools. Change-Id: I649c583233ab8d8f8c3ebf7ddf8ae539dae15c8a Signed-off-by: ChristopherPrice --- .../feature.templates/userguide/feature.userguide.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/feature.templates/userguide/feature.userguide.rst (limited to 'docs/feature.templates/userguide/feature.userguide.rst') diff --git a/docs/feature.templates/userguide/feature.userguide.rst b/docs/feature.templates/userguide/feature.userguide.rst new file mode 100644 index 000000000..b8adfa592 --- /dev/null +++ b/docs/feature.templates/userguide/feature.userguide.rst @@ -0,0 +1,19 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + + description +===================== +.. Describe the specific features and how it is realised in the scenario in a brief manner +.. to ensure the user understand the context for the user guide instructions to follow. + + capabilities and usage +================================ +.. Describe the specific capabilities and usage for feature. +.. Provide enough information that a user will be able to operate the feature on a deployed scenario. + + +----------------------------------------------- +.. Describe with examples how to use specific features, provide API examples and details required to +.. operate the feature on the platform. + -- cgit 1.2.3-korg