You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# A framework for modular and easy to understand energy modelling tools
1
+
# Modelblocks documentation
2
2
3
-
`clio` aims to be a collection modularisation guidelines and tools that help energy modellers produce high-quality research that is repeatable, understanable and easy to use.
3
+
`modelblocks` aims to be a collection modular tools and modularisation guidelines that help energy modellers produce high-quality research that is repeatable, understanable, and easy to use.
4
4
5
-
Please read all about it in our [documentation](https://clio.readthedocs.io/en/stable/)!
5
+
Please read all about it in our [documentation](https://modelblocks.readthedocs.io/en/stable/)!
6
6
7
-
## `clio` development
7
+
## `modelblocks` documentation development
8
8
9
-
Install [`pixi`](https://pixi.sh/latest/) and run:
9
+
We rely on [`pixi`](https://pixi.sh/latest/) for development and maintenance.
Copy file name to clipboardExpand all lines: docs/Developer_guidelines/getting_started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ If you don't, we recommend following `mamba`'s [installation advice](https://git
13
13
mamba install -c conda-forge copier
14
14
```
15
15
16
-
2. Call the `copier` template of the type of component you wish to make. Currently, we only support [data modules](https://github.com/calliope-project/data-module-template).
16
+
2. Call the `copier` template of the type of component you wish to make. Currently, we only support [data modules](https://github.com/modelblocks-org/data-module-template).
Copy file name to clipboardExpand all lines: docs/Developer_guidelines/requirements.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
We enforce the following requirements in all projects.
6
6
7
-
1.**Open-source code**: projects must use either MIT or Apache 2.0, which are both [OSI approved](https://opensource.org/licenses) open-source licenses, and they must be openly available in platforms such as GitHub.
7
+
1.**Open-source code**: projects must use either Apache 2.0 or MIT open-source licenses, which are [OSI approved](https://opensource.org/licenses), and they must be openly available in platforms such as GitHub.
8
8
2.**Open data**: data produced by projects (dataset tools and data modules in particular) should use a [CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/) whenever possible.
9
9
3.**Versioning**: projects must be version controlled with official releases, which can be used to specify the version of the project used in a study and/or dataset, and an accompanying CHANGELOG. Project developers are free to choose their preferred approach (e.g., [SemVer](https://semver.org/) or [CalVer](https://calver.org/)).
10
10
4.**Testing**: projects must employ some type of testing to ensure quality and long-term stability. The approach will vary depending on the type of project:
@@ -46,7 +46,7 @@ The following is a list of general advice on how to format files to help tools i
0 commit comments