Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ exclude: >
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down Expand Up @@ -58,7 +58,7 @@ repos:
)$

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args: ["-S", "*.ipynb"]
4 changes: 2 additions & 2 deletions docs/render/format_code_cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ nb_mime_priority_overrides = [
```

:::{seealso}
[](render/output/cutomise), for a more advanced means of customisation.
[](render/output/customise), for a more advanced means of customisation.
:::

(render/output/images)=
Expand Down Expand Up @@ -353,7 +353,7 @@ This is currently not supported, but we hope to introduce it at a later date
(raise an issue on the repository if you require it!).
:::

(render/output/cutomise)=
(render/output/customise)=
## Customise the render process

The render process is governed by subclasses of {py:class}`~myst_nb.core.render.NbElementRenderer`, which dictate how to create the `docutils` AST nodes for elements of the notebook.
Expand Down