Remove captions from tables.
It's redundant, the leading text already says they are properties.
This commit is contained in:
parent
a97a506d17
commit
bfebca68f2
|
@ -133,7 +133,6 @@
|
||||||
<p><a href="/api/v1/list">/api/v1/list</a> returns an array of objects with these properties:</p>
|
<p><a href="/api/v1/list">/api/v1/list</a> returns an array of objects with these properties:</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption>Properties</caption>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td id="list_property">Property (type)</td>
|
<td id="list_property">Property (type)</td>
|
||||||
<td id="list_description">Description</td>
|
<td id="list_description">Description</td>
|
||||||
|
@ -151,7 +150,6 @@
|
||||||
<p>The full data set is an object with these properties:</p>
|
<p>The full data set is an object with these properties:</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption>Properties</caption>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td id="data_property">Property (type)</td>
|
<td id="data_property">Property (type)</td>
|
||||||
<td id="data_description">Description</td>
|
<td id="data_description">Description</td>
|
||||||
|
|
Reference in New Issue
Block a user