Skip to content

Commit

Permalink
remove redundent links
Browse files Browse the repository at this point in the history
  • Loading branch information
haddadanas committed Jun 18, 2024
1 parent 8f0df73 commit c88fbee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/task_overview/plotting_tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ classDiagram
The following tasks are dedicated to plotting.
For more information, check out the [plotting user guide](../user_guide/plotting.md)

{doc}`Plotting <../user_guide/plotting>`. #TODO should probably be a link to the user guide

(PlotVariablesTasks)=

- ```PlotVariables*```, ```PlotShiftedVariables*``` (e.g.
Expand All @@ -94,7 +92,7 @@ variables in the analysis config.
{py:class}`~columnflow.tasks.cutflow.PlotCutflowVariables1D`): Tasks to plot the histograms created
by {py:class}`~columnflow.tasks.cutflow.CreateCutflowHistograms`. The
{py:class}`~columnflow.tasks.cutflow.PlotCutflowVariables1D` are plotted in a similar way to the
["PlotVariables*"](PlotVariablesTasks) tasks. The difference is that these plots show the selection
[PlotVariables*](PlotVariablesTasks) tasks. The difference is that these plots show the selection
yields of the different selection steps defined in
{py:class}`~columnflow.tasks.selection.SelectEvents` instead of only after the
{py:class}`~columnflow.tasks.reduction.ReduceEvents` procedure. The selection steps to be shown
Expand Down

0 comments on commit c88fbee

Please sign in to comment.