From 016465537e8c14815d00896d01c0872e926076a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Vidal=20Garc=C3=ADa?= Date: Wed, 28 Jul 2021 10:59:11 +0200 Subject: [PATCH] docs: fix contributing executors link --- 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