Skip to content

Commit

Permalink
Added inline backticks to avoid italics from underscores (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
clizbe committed Feb 6, 2024
1 parent ce5d64f commit 6554766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/create-model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ end
"""
model = create_model(graph, representative_periods, dataframes)
Create the energy model given the graph, representative_periods, and dictionary of dataframes (created by [`construct_dataframes`](@ref)).
Create the energy model given the `graph`, `representative_periods`, and dictionary of `dataframes` (created by [`construct_dataframes`](@ref)).
"""
function create_model(graph, representative_periods, dataframes; write_lp_file = false)

Expand Down
2 changes: 1 addition & 1 deletion src/solve-model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export solve_model!, solve_model
"""
solution = solve_model!(energy_problem[, optimizer; parameters])
Solve the internal model of an energy_problem. The solution obtained by calling
Solve the internal model of an `energy_problem`. The solution obtained by calling
[`solve_model`](@ref) is returned.
"""
function solve_model!(
Expand Down

0 comments on commit 6554766

Please sign in to comment.