Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix contributing executors link (#1112)
Co-authored-by: Johannes Köster <johannes.koester@uni-due.de>
  • Loading branch information
mvidalgarcia and johanneskoester committed Aug 12, 2021
1 parent f0e8fa2 commit 4bb58d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project_info/contributing.rst
Expand Up @@ -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 <https://github.com/snakemake/snakemake/tree/main/snakemake/executors.py>`_.
All executors are located in `snakemake/executors/ <https://github.com/snakemake/snakemake/tree/main/snakemake/executors>`_.
In order to implement a new executor, you have to inherit from the class ``ClusterExecutor``.
Below you find a skeleton

Expand Down

0 comments on commit 4bb58d1

Please sign in to comment.