Skip to content

Commit f8df17c

Browse files
committed
Fix Sphinx malformed table warning
1 parent 7fcd7c7 commit f8df17c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Resources.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ List of Resources
99
| Resource | GET | PUT | POST | DELETE | Description |
1010
+================+======+======+======+========+=========================================+
1111
| Domain | Y | Y | N | Y | A related collection of HDF objects |
12-
+----------------+------+------+------+--------+-----------------------------------------+
12+
+----------------+------+------+------+--------+-----------------------------------------+
1313
| Group | Y | N | N | Y | Represents an HDF Group |
14-
+----------------+------+------+------+--------+-----------------------------------------+
14+
+----------------+------+------+------+--------+-----------------------------------------+
1515
| Links | Y | N | N | N | Collection of links within a group |
16-
+----------------+------+------+------+--------+-----------------------------------------+
16+
+----------------+------+------+------+--------+-----------------------------------------+
1717
| Link | Y | Y | N | Y | Represents an HDF link |
18-
+----------------+------+------+------+--------+-----------------------------------------+
18+
+----------------+------+------+------+--------+-----------------------------------------+
1919
| Dataset | Y | N | N | Y | Represents an HDF Dataset |
20-
+----------------+------+------+------+--------+-----------------------------------------+
20+
+----------------+------+------+------+--------+-----------------------------------------+
2121
| Attributes | Y | N | N | N | Collection of Attributes |
22-
+----------------+------+------+------+--------+-----------------------------------------+
23-
| Attribute | Y | Y | N | Y | Represents an HDF Attribute |
24-
+----------------+------+------+------+--------+-----------------------------------------+
22+
+----------------+------+------+------+--------+-----------------------------------------+
23+
| Attribute | Y | Y | N | Y | Represents an HDF Attribute |
24+
+----------------+------+------+------+--------+-----------------------------------------+
2525
| Dataspace | Y | Y | N | N | Shape of a dataset |
26-
+----------------+------+------+------+--------+-----------------------------------------+
26+
+----------------+------+------+------+--------+-----------------------------------------+
2727
| Type | Y | N | N | N | Type of a dataset |
28-
+----------------+------+------+------+--------+-----------------------------------------+
29-
| Value | Y | Y | Y | N | Data values of a datset |
30-
+----------------+------+------+------+--------+-----------------------------------------+
28+
+----------------+------+------+------+--------+-----------------------------------------+
29+
| Value | Y | Y | Y | N | Data values of a datset |
30+
+----------------+------+------+------+--------+-----------------------------------------+
3131
| Datatype | Y | N | N | Y | Committed datatype |
32-
+----------------+------+------+------+--------+-----------------------------------------+
32+
+----------------+------+------+------+--------+-----------------------------------------+
3333
| Groups | Y | N | Y | N | Collection of groups within a domain |
34-
+----------------+------+------+------+--------+-----------------------------------------+
34+
+----------------+------+------+------+--------+-----------------------------------------+
3535
| Datasets | Y | N | Y | N | Collection of datasets within a domain |
36-
+----------------+------+------+------+--------+-----------------------------------------+
36+
+----------------+------+------+------+--------+-----------------------------------------+
3737
| Datatypes | Y | N | Y | N | Collection of datatypes within a domain |
38-
+----------------+------+------+------+--------+-----------------------------------------+
38+
+----------------+------+------+------+--------+-----------------------------------------+
3939

4040

0 commit comments

Comments
 (0)