From bc7764c566b0be7f71253435199e25df7a0356a1 Mon Sep 17 00:00:00 2001 From: Blake Naccarato Date: Wed, 29 Nov 2023 08:27:36 -0800 Subject: [PATCH 1/2] Reword an incomplete sentence in tutorial intro Looks like this sentence was in the midst of being reworded, and some bits got left out. Here's one possible way to finish the sentence. --- docs/pages/tutorials/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/tutorials/index.md b/docs/pages/tutorials/index.md index 074db356..08409ad1 100644 --- a/docs/pages/tutorials/index.md +++ b/docs/pages/tutorials/index.md @@ -10,7 +10,7 @@ has_children: true Do you have a pile of scientific Python scripts or Jupyter notebooks that are becoming unwieldy? Are changes to some parts of your code accidentally breaking -other parts of your code? Do you want to more maintainable, reusable, and +other parts of your code? Do you want to present them in a more maintainable, reusable, and shareable form? This tutorial aims to help scientists who write code find good practices and From 1f2fb957f4ecc86598cbba5d7ddac20b81d0bea3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:31:34 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- docs/pages/tutorials/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/tutorials/index.md b/docs/pages/tutorials/index.md index 08409ad1..408f6a6c 100644 --- a/docs/pages/tutorials/index.md +++ b/docs/pages/tutorials/index.md @@ -10,8 +10,8 @@ has_children: true Do you have a pile of scientific Python scripts or Jupyter notebooks that are becoming unwieldy? Are changes to some parts of your code accidentally breaking -other parts of your code? Do you want to present them in a more maintainable, reusable, and -shareable form? +other parts of your code? Do you want to present them in a more maintainable, +reusable, and shareable form? This tutorial aims to help scientists who write code find good practices and standard tools, and to help small- and medium-sized scientific software projects