Skip to content

Commit 8f63f20

Browse files
committed
Move market bid cost to how-tos
1 parent a61fb7c commit 8f63f20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pages = OrderedDict(
2323
"...get all the buses in a system" => "how_to/get_buses.md",
2424
"...get the available generators in a system" => "how_to/get_available_generators.md",
2525
"...add an Operating Cost" => "how_to/add_cost_curve.md",
26+
"...add a market bid" => "how_to/market_bid_cost.md",
2627
"...add additional data to a component" => "how_to/adding_additional_fields.md",
2728
"...add a new Type" => "how_to/add_new_types.md",
2829
"...improve performance with time series data" => "how_to/improve_ts_performance.md",
@@ -38,7 +39,6 @@ pages = OrderedDict(
3839
"explanation/time_series.md",
3940
"explanation/example_dynamic_data.md",
4041
"explanation/cost_functions.md",
41-
"explanation/market_bid_cost.md"
4242
],
4343
"Model Library" => Any[],
4444
"Reference" =>

docs/src/explanation/market_bid_cost.md renamed to docs/src/how_to/market_bid_cost.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# PowerSystems [`MarketBidCost`](@ref)
1+
# Add a Market Bid
22

3-
Is an `OperationalCost` data structure that allows the user to run a production
3+
A [`MarketBidCost`](@ref) is an `OperationalCost` data structure that allows the user to run a production
44
cost model that is very similar to most US electricity market auctions with bids for energy
55
and ancillary services jointly. This page showcases how to create data for this cost function.
66

0 commit comments

Comments
 (0)