Skip to content

Commit

Permalink
fix image link
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebodin committed Nov 27, 2024
1 parent e849f4a commit 5b7f053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorial/first_execution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ path01_first_execution = joinpath(case_path, "output01_first_execution")

# Then, the execution can be carried out using the [`IARA.market_clearing`](@ref) function, indicating the case path and the output path defined, as follows:

IARA.market_clearing(case_path, output_path = path01_first_execution)
IARA.market_clearing(case_path; output_path = path01_first_execution)

# `MARKET_CLEARING` executions are also explored further in this documentation, in a dedicated pages.

Expand All @@ -61,7 +61,7 @@ IARA.market_clearing(case_path, output_path = path01_first_execution)
# (this example case comprises 2 nodes) in each period/subperiod - illustrating the average and upper/lower quantiles of the scenarios represented.

# ```@raw html
# <img src="assets/output1_CMgDem.png"></img>
# <img src="./assets/output1_CMgDem.png"></img>
# ```

# Specific pages of this tutorial are dedicated to exploring in detail the outputs and dashboards of the IARA model.

0 comments on commit 5b7f053

Please sign in to comment.