From 4bb58d12a44f77f79d47c5443f927cb6061677f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Vidal=20Garc=C3=ADa?= Date: Thu, 12 Aug 2021 12:17:03 +0200 Subject: [PATCH] docs: fix contributing executors link (#1112) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johannes Köster --- docs/project_info/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project_info/contributing.rst b/docs/project_info/contributing.rst index ed324009c..0bcfcab4f 100644 --- a/docs/project_info/contributing.rst +++ b/docs/project_info/contributing.rst @@ -44,7 +44,7 @@ Contributing a new cluster or cloud execution backend ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Execution backends are added by implementing a so-called ``Executor``. -All executors are located in `snakemake/executors.py `_. +All executors are located in `snakemake/executors/ `_. In order to implement a new executor, you have to inherit from the class ``ClusterExecutor``. Below you find a skeleton