Skip to content

Commit

Permalink
Adjust documentation for src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelenak committed Jul 11, 2024
1 parent f3a0476 commit c56250c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/schema/attribute.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Attribute

```{literalinclude} ../../h5json/schema/attribute.schema.json
```{literalinclude} ../../src/h5json/schema/attribute.schema.json
:language: json
```
2 changes: 1 addition & 1 deletion docs/schema/dataset.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dataset

```{literalinclude} ../../h5json/schema/dataset.schema.json
```{literalinclude} ../../src/h5json/schema/dataset.schema.json
:language: json
```
2 changes: 1 addition & 1 deletion docs/schema/dataspaces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dataspace

```{literalinclude} ../../h5json/schema/dataspaces.schema.json
```{literalinclude} ../../src/h5json/schema/dataspaces.schema.json
:language: json
```
2 changes: 1 addition & 1 deletion docs/schema/datatypes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Datatype

```{literalinclude} ../../h5json/schema/datatypes.schema.json
```{literalinclude} ../../src/h5json/schema/datatypes.schema.json
:language: json
```
2 changes: 1 addition & 1 deletion docs/schema/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Main schema, describing the overall file content as HDF5/JSON.

```{literalinclude} ../../h5json/schema/hdf5.schema.json
```{literalinclude} ../../src/h5json/schema/hdf5.schema.json
:language: json
```
2 changes: 1 addition & 1 deletion docs/schema/filters.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Filter

```{literalinclude} ../../h5json/schema/filters.schema.json
```{literalinclude} ../../src/h5json/schema/filters.schema.json
:language: json
```
2 changes: 1 addition & 1 deletion docs/schema/group.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Group

```{literalinclude} ../../h5json/schema/group.schema.json
```{literalinclude} ../../src/h5json/schema/group.schema.json
:language: json
```

0 comments on commit c56250c

Please sign in to comment.