Adding csv-table example for template

csv-table is a easiler way to write a table,
so we are adding it in the template example.

Change-Id: I3667be59393dc092f36a5ffb03a30bc8d04f2fd8
This commit is contained in:
Nachi Ueno 2014-05-13 07:48:23 -07:00
parent 2903b782c0
commit cb6aa9eec7
1 changed files with 11 additions and 0 deletions

View File

@ -181,6 +181,17 @@ be used:
+----------+-------+---------+---------+------------+--------------+ +----------+-------+---------+---------+------------+--------------+
Here is the other example of the table using csv-table
.. csv-table:: CSVTable
:header: Attribute Name,Type,Access,Default Value,Validation Conversion,Description
id,string (UUID),"RO, all",generated,N/A,identity
name,string,"RW, all","''",string,human-readable name
color,string,"RW, admin",red,"'red', 'yellow' or 'green'",color indicating state
Each API method which is either added or changed that does not use Each API method which is either added or changed that does not use
Neutron's attribute map facility should have the following: Neutron's attribute map facility should have the following: