Skip to content

Commit 5e6c2a6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 21553cc commit 5e6c2a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/development/docsguide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ TODO: outline functions of the documentation based on resources
1616
- [NumPy Documentation Article](https://labs.quansight.org/blog/2020/03/documentation-as-a-way-to-build-community)
1717

1818
## Notebook execution
19+
1920
We run the notebooks in our documentation using [MyST-NB](https://myst-nb.readthedocs.io/en/latest/index.html). Here is a table showing the latest notebook execution:
21+
2022
```{nb-exec-table}
2123
2224
```

docs/getting_started/tutorial_output.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
" runtime=np.timedelta64(48, \"h\"),\n",
118118
" dt=np.timedelta64(5, \"m\"),\n",
119119
" output_file=output_file,\n",
120-
" verbose_progress=False\n",
120+
" verbose_progress=False,\n",
121121
")"
122122
]
123123
},

0 commit comments

Comments
 (0)