From d11285728e84bfcbd8b31fbee0e029c397f0ebf2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:34:06 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.13.0...v3.15.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 937dae19..d38a3780 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ 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 @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py37-plus] @@ -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"] From 94f749996fc201e34a7bcba0d6d1207dec33cf14 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Fri, 13 Oct 2023 10:49:03 +0100 Subject: [PATCH 2/2] docs: fix typo --- docs/render/format_code_cells.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/render/format_code_cells.md b/docs/render/format_code_cells.md index 7cc8276e..a5f0e98d 100644 --- a/docs/render/format_code_cells.md +++ b/docs/render/format_code_cells.md @@ -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)= @@ -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.