From 950d8ba785a384fa47fcda3d6fb948799a259e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Wed, 30 Mar 2022 13:58:06 +0200 Subject: [PATCH] docs: display rust-script env. --- docs/snakefiles/rules.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/snakefiles/rules.rst b/docs/snakefiles/rules.rst index df1c83494..3b22e815c 100644 --- a/docs/snakefiles/rules.rst +++ b/docs/snakefiles/rules.rst @@ -764,7 +764,7 @@ As such, the script must be a valid ``rust-script`` script and ``rust-script`` must be available in the environment the rule is run in. The minimum required ``rust-script`` version is 1.15.0, so in the example above, the contents of ``rust.yaml`` might look like this: -.. code block:: yaml +.. code-block:: yaml channels: - conda-forge @@ -775,8 +775,6 @@ The minimum required ``rust-script`` version is 1.15.0, so in the example above, - c-compiler - pkg-config - - Some example scripts can be found in the `tests directory `_.