Skip to content

Commit

Permalink
Undo JuliaFormatter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clizbe committed Feb 23, 2024
1 parent f7a8425 commit 6749278
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,51 +37,51 @@ write_sets_and_variables(mathpath)
pages = [
"Introduction" => "index.md",
"Getting Started" => Any[
"Installation"=>joinpath("getting_started", "installation.md"),
"Setting up a workflow"=>joinpath("getting_started", "setup_workflow.md"),
"Creating Your Own Model"=>joinpath("getting_started", "creating_your_own_model.md"),
"Archetypes"=>joinpath("getting_started", "archetypes.md"),
"Managing Outputs"=>joinpath("getting_started", "output_data.md"),
"Installation" => joinpath("getting_started", "installation.md"),
"Setting up a workflow" => joinpath("getting_started", "setup_workflow.md"),
"Creating Your Own Model" => joinpath("getting_started", "creating_your_own_model.md"),
"Archetypes" => joinpath("getting_started", "archetypes.md"),
"Managing Outputs" => joinpath("getting_started", "output_data.md"),
],
"Tutorials" => Any[
"Webinars"=>joinpath("tutorial", "webinars.md"),
"Simple system"=>joinpath("tutorial", "simple_system.md"),
"Reserve requirements"=>joinpath("tutorial", "reserves.md"),
"Ramping constraints"=>joinpath("tutorial", "ramping.md"),
"Unit Commitment"=>joinpath("tutorial", "unit_commitment.md"),
"Two hydro plants"=>joinpath("tutorial", "tutorialTwoHydro.md"),
"Case Study A5"=>joinpath("tutorial", "case_study_a5.md"),
"Webinars" => joinpath("tutorial", "webinars.md"),
"Simple system" => joinpath("tutorial", "simple_system.md"),
"Reserve requirements" => joinpath("tutorial", "reserves.md"),
"Ramping constraints" => joinpath("tutorial", "ramping.md"),
"Unit Commitment" => joinpath("tutorial", "unit_commitment.md"),
"Two hydro plants" => joinpath("tutorial", "tutorialTwoHydro.md"),
"Case Study A5" => joinpath("tutorial", "case_study_a5.md"),
],
"How to" => [],
"Concept Reference" => Any[
"Basics of the model structure"=>joinpath("concept_reference", "the_basics.md"),
"Object Classes"=>joinpath("concept_reference", "Object Classes.md"),
"Relationship Classes"=>joinpath("concept_reference", "Relationship Classes.md"),
"Parameters"=>joinpath("concept_reference", "Parameters.md"),
"Parameter Value Lists"=>joinpath("concept_reference", "Parameter Value Lists.md"),
"Basics of the model structure" => joinpath("concept_reference", "the_basics.md"),
"Object Classes" => joinpath("concept_reference", "Object Classes.md"),
"Relationship Classes" => joinpath("concept_reference", "Relationship Classes.md"),
"Parameters" => joinpath("concept_reference", "Parameters.md"),
"Parameter Value Lists" => joinpath("concept_reference", "Parameter Value Lists.md"),
],
"Mathematical Formulation" => Any[
"Variables"=>joinpath("mathematical_formulation", "variables.md"),
"Constraints"=>joinpath("mathematical_formulation", "constraints_automatically_generated.md"),
"Objective"=>joinpath("mathematical_formulation", "objective_function.md"),
"Variables" => joinpath("mathematical_formulation", "variables.md"),
"Constraints" => joinpath("mathematical_formulation", "constraints_automatically_generated.md"),
"Objective" => joinpath("mathematical_formulation", "objective_function.md"),
],
"Advanced Concepts" => Any[
"Temporal Framework"=>joinpath("advanced_concepts", "temporal_framework.md"),
"Stochastic Framework"=>joinpath("advanced_concepts", "stochastic_framework.md"),
"Unit Commitment"=>joinpath("advanced_concepts", "unit_commitment.md"),
"Ramping"=>joinpath("advanced_concepts", "ramping.md"),
"Reserves"=>joinpath("advanced_concepts", "reserves.md"),
"Investment Optimization"=>joinpath("advanced_concepts", "investment_optimization.md"),
"User Constraints"=>joinpath("advanced_concepts", "user_constraints.md"),
"Decomposition"=>joinpath("advanced_concepts", "decomposition.md"),
"PTDF-Based Powerflow"=>joinpath("advanced_concepts", "powerflow.md"),
"Pressure driven gas transfer"=>joinpath("advanced_concepts", "pressure_driven_gas_transfer.md"),
"Lossless nodal DC power flows"=>joinpath("advanced_concepts", "Lossless_DC_power_flow.md"),
"Representative days with seasonal storages"=>joinpath(
"Temporal Framework" => joinpath("advanced_concepts", "temporal_framework.md"),
"Stochastic Framework" => joinpath("advanced_concepts", "stochastic_framework.md"),
"Unit Commitment" => joinpath("advanced_concepts", "unit_commitment.md"),
"Ramping" => joinpath("advanced_concepts", "ramping.md"),
"Reserves" => joinpath("advanced_concepts", "reserves.md"),
"Investment Optimization" => joinpath("advanced_concepts", "investment_optimization.md"),
"User Constraints" => joinpath("advanced_concepts", "user_constraints.md"),
"Decomposition" => joinpath("advanced_concepts", "decomposition.md"),
"PTDF-Based Powerflow" => joinpath("advanced_concepts", "powerflow.md"),
"Pressure driven gas transfer" => joinpath("advanced_concepts", "pressure_driven_gas_transfer.md"),
"Lossless nodal DC power flows" => joinpath("advanced_concepts", "Lossless_DC_power_flow.md"),
"Representative days with seasonal storages" => joinpath(
"advanced_concepts", "representative_days_w_seasonal_storage.md",
),
"Imposing renewable energy targets"=>joinpath("advanced_concepts", "cumulated_flow_restrictions.md"),
"Modelling to generate alternatives"=>joinpath("advanced_concepts", "mga.md"),
"Imposing renewable energy targets" => joinpath("advanced_concepts", "cumulated_flow_restrictions.md"),
"Modelling to generate alternatives" => joinpath("advanced_concepts", "mga.md"),
],
"Implementation details" => [],
"Library" => "library.md",
Expand Down

0 comments on commit 6749278

Please sign in to comment.