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