From 2dcc7e47f12109767f12339f933a69c4818e155a Mon Sep 17 00:00:00 2001 From: Brad Topol Date: Fri, 2 Oct 2015 11:49:13 -0700 Subject: [PATCH] Remove one line subject at top of file since its not necessary and update formatting for consistency Change-Id: Iac191786e343cb3911d672920a18c79966c39bc6 Closes-Bug: #1501883 --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 29a16ac..51161ec 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,6 @@ TOSCA Parser =============== -Parser for TOSCA Simple Profile in YAML. - Overview -------- @@ -34,7 +32,7 @@ entity_template.py is a parent of all template elements. How To Use -********** +---------- Please refer to `doc/source/usage.rst `_ Project Info