Doc updates to VNFSDK VESEventRegistration

Issue-ID: VNFSDK-270

Change-Id: I7207edc1233e9c2974a8d14dad6286f625ca1e49
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
diff --git a/docs/files/VESEventRegistration.rst b/docs/files/VESEventRegistration.rst
index 0a5d1dc..4104a1f 100644
--- a/docs/files/VESEventRegistration.rst
+++ b/docs/files/VESEventRegistration.rst
@@ -2,6 +2,7 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. Copyright 2017 AT&T Intellectual Property, All rights reserved
 .. Copyright 2017 Huawei Technologies Co., Ltd.
+
 ======================
 VES Event Registration
 ======================
@@ -511,7 +512,9 @@
       }}
 	}}
     ...
+    
     ---
+    
     # Rules
     rules: [
 
@@ -573,6 +576,7 @@
 Example rules definition:
 
 ::
+
 	rules: [
 		rule: {
 			trigger: A,
@@ -621,6 +625,7 @@
 make it easier to read.
 
 ::
+
 	---
 	# registration for Fault\_vMrf\_alarm003
 	# Constants: the values of domain, eventName, priority, vfstatus
@@ -661,6 +666,7 @@
 	}}
 
 	...
+	
 	---
 	# registration for clearing Fault\_vMrf\_alarm003Cleared
 	# Constants: the values of domain, eventName, priority,
@@ -696,6 +702,7 @@
 	}}
 
 	...
+	
 	---
 	# registration for Heartbeat_vMRF
 	# Constants: the values of domain, eventName, priority, version
@@ -726,6 +733,7 @@
 	}}
 
 	...
+	
 	---
 	# registration for Mfvs\_vMRF
 	# Constants: the values of domain, eventName, priority, version,
@@ -992,7 +1000,9 @@
 			]}
 		}}
 	}}
+	
 	...
+	
 	---
 	# registration for Syslog\_vMRF
 	# Constants: the values of domain, eventName, priority, lastEpochMicrosec, version,
@@ -1027,7 +1037,9 @@
 			syslogTag: {presence: required, value: vMRF},
 		}}
 	}}
+	
 	...
+	
 	---
 	#Rules
 	Rules: [
@@ -1042,5 +1054,6 @@
 			microservices: [scaleIn]
 			}
 		]
-		...
+		
+	...