Skip to content

Commit c7a6f42

Browse files
authored
Merge pull request #16 from joAschauer/funding-statement
add funding statement to readme
2 parents 3143ff5 + 3266ff2 commit c7a6f42

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
# README
1+
# DataDisAggregation Package
22

3-
[![](https://img.shields.io/github/license/wingechr/data-disaggregation)](./LICENSE)
3+
[![](https://img.shields.io/github/license/wingechr/data-disaggregation)](https://github.com/wingechr/data-disaggregation/blob/main/LICENSE)
44
[![](https://img.shields.io/pypi/pyversions/data-disaggregation)](https://github.com/wingechr/data-disaggregation)
55
[![](https://img.shields.io/pypi/v/data-disaggregation)](https://pypi.org/project/data-disaggregation/)
66
[![](https://img.shields.io/github/actions/workflow/status/wingechr/data-disaggregation/test.yml?label=tests)](https://github.com/wingechr/data-disaggregation/actions/workflows/test.yml)
77
[![](https://img.shields.io/github/actions/workflow/status/wingechr/data-disaggregation/publish.yml?label=docs)](https://wingechr.github.io/data-disaggregation/)
88

9+
DataDisAggregation is a python package that lets you perform weighted aggregations and
10+
weighted disaggregations of data.
11+
12+
Development was funded as part of the IND-E project.
13+
14+
![](static/BMWK_Fz_2017_Web2x_en.gif)
15+
916
## Install
1017

1118
```bash
6.33 KB
Loading

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ theme:
99
# Extensions
1010
markdown_extensions:
1111
# to include README as a snippet
12-
- pymdownx.snippets
12+
- pymdownx.snippets:
13+
base_path: !relative $config_dir
1314

1415
plugins:
1516
- mkdocs-jupyter:

0 commit comments

Comments
 (0)