From f6b55a448e5970b03deab1c943c5ab975f74a166 Mon Sep 17 00:00:00 2001 From: hannah Date: Wed, 18 Oct 2023 00:46:47 -0400 Subject: [PATCH] changed automated tests from subsection to section in workflow Accidentally missed this in my review on #26998 but automated tests makes more sense as a standalone then as a subsection of commit history tasks. --- doc/devel/development_workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devel/development_workflow.rst b/doc/devel/development_workflow.rst index addc4315b94a..50170ee4ade3 100644 --- a/doc/devel/development_workflow.rst +++ b/doc/devel/development_workflow.rst @@ -430,7 +430,7 @@ of history which can cause confusion. .. _automated-tests: Automated tests ---------------- +=============== Whenever a pull request is created or updated, various automated test tools will run on all supported platforms and versions of Python.