From f732c2d6b392a207440175b97aa77dcd449b7ef0 Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Wed, 14 Aug 2024 08:53:59 +0200 Subject: [PATCH] docs(py-rattler): fix example path in mkdocs snippet (#814) ### Description Fixing the example in the quickstart --- py-rattler/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-rattler/docs/index.md b/py-rattler/docs/index.md index 477b7d361..d741839d5 100644 --- a/py-rattler/docs/index.md +++ b/py-rattler/docs/index.md @@ -21,7 +21,7 @@ Py-rattler is the python bindings for rattler. Let's see an example to learn some of the functionality the library has to offer. ```python ---8<-- "examples\solve_and_install.py" +--8<-- "examples/solve_and_install.py" ``` Py-rattler provides friendly high level functions to download dependencies and create environments.