Skip to content

Commit

Permalink
Fix broken links in docs & README (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Jan 26, 2024
1 parent c6a0e6a commit 0f94917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

---

<img src="https://raw.githubusercontent.com/calliope-project/calliope/main/doc/_static/logo.png" width="364">
<img src="https://raw.githubusercontent.com/calliope-project/calliope/main/docs/img/logo.png" width="364">

*A multi-scale energy systems modelling framework* | [www.callio.pe](http://www.callio.pe/)

Expand Down
Binary file added docs/img/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ We have re-implemented all these constraints as tested custom math, which you ca

### Configuration options

* With the [change in how timeseries data is defined](#filedf---data_sources-section), we have removed the reference to a `timeseries_data_path`.
* With the [change in how timeseries data is defined](#filedf--data_sources-section), we have removed the reference to a `timeseries_data_path`.
Instead, data source filepaths should always be relative to the `model.yaml` file or they should be absolute paths.
* We have removed `run.relax_constraint` alongside [removing group constraints](#group-constraints).
* We have removed `model.file_allowed`, which many users will not even know existed (it was a largely internal configuration option)!
Expand Down Expand Up @@ -705,7 +705,7 @@ We were previously using this in our internal clustering.

### Storage buffers in all technology base classes

On [removing `supply_plus`](#removal-of-supply_plus-and-conversion_plus-technology-base-classes), we have opened up the option to have a storage "buffer" for any technology base class.
On [removing `supply_plus`](#supply_plus-and-conversion_plus-technology-base-classes), we have opened up the option to have a storage "buffer" for any technology base class.
This enables any flow into the technology to be stored across timesteps as it is in a `storage` technology.
We have not yet enabled this for `demand` technologies, but [custom math](custom_math/index.md) could be readily added to enable it.

Expand All @@ -714,7 +714,7 @@ We have not yet enabled this for `demand` technologies, but [custom math](custom

### Multiple carriers and different carriers in/out in all technology base classes

On [removing `conversion_plus`](#removal-of-supply_plus-and-conversion_plus-technology-base-classes), we have opened up the option to have different carriers in/out of `storage`/`transmission` technologies, and to define multiple carriers in/out of any technology.
On [removing `conversion_plus`](#supply_plus-and-conversion_plus-technology-base-classes), we have opened up the option to have different carriers in/out of `storage`/`transmission` technologies, and to define multiple carriers in/out of any technology.
This means you could define different output carriers for a `supply` technology, or a different carrier into a storage technology compared to the carrier that comes out.

!!! warning
Expand Down

0 comments on commit 0f94917

Please sign in to comment.