Skip to content

Commit

Permalink
Fix some line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Aug 15, 2023
1 parent 3e9ffec commit 5e7cfec
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/basic_example/basic_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
.. literalinclude:: /../examples/basic_example/basic_example.py
:language: python
:lines: 57-300
:lines: 61-
Data
----
Expand Down
2 changes: 1 addition & 1 deletion examples/investment_with_minimal_invest/minimal_invest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. literalinclude:: /../examples/investment_with_minimal_invest/minimal_invest.py
:language: python
:lines: 29-
:lines: 31-
Installation requirements
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/min_max_runtimes/min_max_runtimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.. literalinclude:: /../examples/min_max_runtimes/min_max_runtimes.py
:language: python
:lines: 31-
:lines: 33-
Installation requirements
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_dispatch/simple_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.. literalinclude:: /../examples/simple_dispatch/simple_dispatch.py
:language: python
:lines: 43-
:lines: 45-
Data
----
Expand Down
2 changes: 1 addition & 1 deletion examples/start_and_shutdown_costs/startup_shutdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.. literalinclude:: /../examples/start_and_shutdown_costs/startup_shutdown.py
:language: python
:lines: 30-
:lines: 32-
Installation requirements
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/storage_balanced_unbalanced/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.. literalinclude:: /../examples/storage_balanced_unbalanced/storage.py
:language: python
:lines: 30-
:lines: 32-
Installation requirements
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/storage_costs/storage_costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.. literalinclude:: /../examples/storage_costs/storage_costs.py
:language: python
:lines: 34-
:lines: 36-
Installation requirements
-------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
.. literalinclude:: /../examples/storage_investment/v1_invest_optimize_all_technologies.py
:language: python
:lines: 75-
:lines: 80-
Data
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
.. literalinclude:: /../examples/storage_investment/v2_invest_optimize_only_gas_and_storage.py
:language: python
:lines: 75-
:lines: 83-
Data
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
.. literalinclude:: /../examples/storage_investment/v3_invest_optimize_only_storage_with_fossil_share.py
:language: python
:lines: 78-
:lines: 82-
Data
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
.. literalinclude:: /../examples/storage_investment/v4_invest_optimize_all_technologies_with_fossil_share.py
:language: python
:lines: 75-
:lines: 79-
Data
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.. literalinclude:: /../examples/time_index_example/non_equidistant_time_step_example.py
:language: python
:lines: 40-191
:lines: 40-
Installation requirements
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/time_index_example/simple_time_step_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.. literalinclude:: /../examples/time_index_example/simple_time_step_example.py
:language: python
:lines: 43-121
:lines: 43-
Installation requirements
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/tuple_as_labels/tuple_as_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
.. literalinclude:: /../examples/tuple_as_labels/tuple_as_label.py
:language: python
:lines: 105-
:lines: 106-
Data
----
Expand Down

0 comments on commit 5e7cfec

Please sign in to comment.