Skip to content

Commit

Permalink
Fix title capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelenak committed Sep 27, 2024
1 parent 489649e commit ed21979
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/examples/empty.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# An "empty" HDF5 File
# An "Empty" HDF5 File

```{literalinclude} empty.json
:language: json
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/resizable.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# A resizable HDF5 Dataset
# A Resizable HDF5 Dataset

```{literalinclude} resizable.json
:language: json
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/scalar.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HDF5 scalar Datasets and Attributes
# HDF5 Scalar Datasets and Attributes

```{literalinclude} scalar.json
:language: json
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/tall.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# A sample File
# A Sample File

```{literalinclude} tall.json
:language: json
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/tgroup.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# A few HDF5 Groups
# A Few HDF5 Groups

```{literalinclude} tgroup.json
:language: json
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/vlen_dset.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# An HDF5 variable-length Datatype (Dataset)
# An HDF5 Variable-Length Datatype (Dataset)

```{literalinclude} vlen_dset.json
:language: json
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/vlen_string_attr.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# An HDF5 variable-length String Datatype (Attribute)
# An HDF5 Variable-Length String Datatype (Attribute)

```{literalinclude} vlen_string_attr.json
:language: json
Expand Down

0 comments on commit ed21979

Please sign in to comment.