You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/manager.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ class MyModel:
12
12
my_value: int=0
13
13
```
14
14
15
-
Many of the following examples are also shown in this [Jupyter Notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/manager_api.ipynb).
15
+
Many of the following examples are also shown in [this notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/manager_api.ipynb).
Copy file name to clipboardExpand all lines: docs/api/mapper.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ class MyModel:
16
16
>>> model = MyModel("foo")
17
17
```
18
18
19
-
Many of the following examples are also shown in this [Jupyter Notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/mapper_api.ipynb).
19
+
Many of the following examples are also shown in [this notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/mapper_api.ipynb).
Copy file name to clipboardExpand all lines: docs/formats.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,15 @@ my_int: 42
25
25
my_str: Hello, world!
26
26
```
27
27
28
-
Where possible, comments and whitespace are preserved in files as shown in this [Jupyter Notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/roundtrip_comments.ipynb).
28
+
Where possible, comments and whitespace are preserved in files as shown in [this notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/roundtrip_comments.ipynb).
29
29
30
30
## JSON
31
31
32
32
The [JSON language](https://www.json.org/) is also supported.
33
33
Any of the following file extensions will use this format:
34
34
35
35
- `.json`
36
+
- `.json5`
36
37
37
38
Sample output:
38
39
@@ -56,7 +57,7 @@ Sample output:
56
57
}
57
58
```
58
59
59
-
Additional examples can be found in this [Jupyter Notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/format_options.ipynb).
60
+
Additional examples can be found in [this notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/format_options.ipynb).
60
61
61
62
## TOML
62
63
@@ -83,7 +84,7 @@ value = 2
83
84
value = 0
84
85
```
85
86
86
-
Additional examples can be found in this [Jupyter Notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/format_options.ipynb).
87
+
Additional examples can be found in [this notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/format_options.ipynb).
Copy file name to clipboardExpand all lines: docs/types/generics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,4 +61,4 @@ contents:
61
61
- 3.14
62
62
```
63
63
64
-
An example of using generic types can be found in this [Jupyter Notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/generic_types.ipynb).
64
+
An example of using generic types can be found in [this notebook](https://github.com/jacebrowning/datafiles/blob/main/notebooks/generic_types.ipynb).
0 commit comments