From 35ea3903597feaf3fcf3f89c122a26aa05afc962 Mon Sep 17 00:00:00 2001 From: emunozdc Date: Wed, 19 Jun 2024 21:31:52 +0200 Subject: [PATCH] Fix tutorial. --- docs/tutorial.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 3d7b20e..f275c4e 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -25,10 +25,9 @@ following figure can be used as a cheat sheet. Note that these are not :code:`pl parameters as such but can be given as ``kargs`` as well as pre-setting them, as explained later on. -.. image:: options_fig_wm.png +.. image:: images/options_fig_wm.png -To showcase -its functionalities we will load some example data using a dictionary, however Pyranges +To showcaseits functionalities we will load some example data using a dictionary, however Pyranges includes a series of data loading options like gff, gtf, bam... (take a look at `Pyranges documentation `_ to know more!).