summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/doc/source/usage.rst
diff options
context:
space:
mode:
authorzhipengh <huangzhipeng@huawei.com>2017-03-06 16:16:45 +0800
committerzhipengh <huangzhipeng@huawei.com>2017-03-07 19:42:30 +0800
commitc09ba66cc51c4db17503f79c05ea0b0cd0626596 (patch)
treed8bcb874d6c3c6b5f3962f24e775061134415486 /tosca2heat/tosca-parser/doc/source/usage.rst
parent119d491d35d02195cd0f77ba63f9dc133c15666f (diff)
Danube Release Docs Fixup patch 2
This patch provide an initial content for the docs/ release/release-notes.rst file. Further work needed. Remove policy2tosca and yang2tosca doc files in the code folder, move tosca2heat diff files to release folder. Remove all the tosca2heat original upstream rst docs due to CI failures Change-Id: I789102a7974b5ac79445f90e08e3f8252e0f4169 Signed-off-by: zhipengh <huangzhipeng@huawei.com>
Diffstat (limited to 'tosca2heat/tosca-parser/doc/source/usage.rst')
-rw-r--r--tosca2heat/tosca-parser/doc/source/usage.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/tosca2heat/tosca-parser/doc/source/usage.rst b/tosca2heat/tosca-parser/doc/source/usage.rst
deleted file mode 100644
index 2b822a8..0000000
--- a/tosca2heat/tosca-parser/doc/source/usage.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-=====
-Usage
-=====
-
-The TOSCA Parser can be used as a library by any client program, for example,
-OpenStack heat-translator uses it to translate TOSCA to Heat Orchestration
-Template (HOT).
-
-For an easy reference on how TOSCA Parser can be used programmatically or to
-test that the a TOSCA template passes validation, refer to the tosca_parser.py
-test program which is located at the root level of the project. Alternatively,
-you can install 0.3.0 or higher PyPI release of TOSCA-Parser as available at the
-https://pypi.python.org/pypi/tosca-parser and test use the parser via CLI
-entry point as::
- tosca-parser --template-file=toscaparser/tests/data/tosca_helloworld.yaml
-The value to the --template-file is required to be a relative or an absolute path.