diff options
author | Julien <zhang.jun3g@zte.com.cn> | 2016-07-01 00:05:29 +0800 |
---|---|---|
committer | Julien <zhang.jun3g@zte.com.cn> | 2016-07-01 00:14:55 +0800 |
commit | 4c46dd8c687a011228fc281db2f1f13fb133c363 (patch) | |
tree | 852852a2218add3e922a4e06f4c44202e5a1bb6d /docs/userguide | |
parent | 5359c6d752c29d10d8c0459f47bb7697203f1515 (diff) |
Initial release documents
Submit initial release documents according to opnfvdocs project
requirement in Berlin Summit
JIRA: PARSER-60
Change-Id: I6eb650259c4da521aee1918842a6d0bfe06a6a0d
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/featureusage.rst | 12 | ||||
-rw-r--r-- | docs/userguide/testusage.rst | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/userguide/featureusage.rst b/docs/userguide/featureusage.rst new file mode 100644 index 0000000..f133134 --- /dev/null +++ b/docs/userguide/featureusage.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> + +<Feature> capabilities and usage +================================ +Describe the specific capabilities and usage for <XYZ> feature. + +<Feature and API usage guidelines and example> +----------------------------------------------- +Describe with examples how to use specfic features. + diff --git a/docs/userguide/testusage.rst b/docs/userguide/testusage.rst new file mode 100644 index 0000000..9f9bdc9 --- /dev/null +++ b/docs/userguide/testusage.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> + +<Testing> capabilities and usage +================================ +Describe the specific capabilities and usage for <XYZ> testing. + +<Testing usage guidelines and example> +-------------------------------------- +Describe with examples how to use specfic test frameworks. + |