Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianRoessler committed Aug 27, 2024
2 parents 428202d + 4af4a06 commit 4427cff
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/sources/modules/src/generate_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


### load_config
[source](https://github.com/allfed/gcr-resilience-map/blob/master/src/generate_overview.py/#L5)
[source](https://github.com/allfed/gcr-resilience-map/blob/master/src/generate_overview.py/#L8)
```python
.load_config(
config_path
Expand All @@ -16,22 +16,26 @@ Load and return the configuration from the specified YAML file.


### get_file_stats
[source](https://github.com/allfed/gcr-resilience-map/blob/master/src/generate_overview.py/#L10)
[source](https://github.com/allfed/gcr-resilience-map/blob/master/src/generate_overview.py/#L13)
```python
.get_file_stats(
directory
)
```

---
Calculate statistics for CSV files in the given directory.

----


### generate_overview
[source](https://github.com/allfed/gcr-resilience-map/blob/master/src/generate_overview.py/#L24)
[source](https://github.com/allfed/gcr-resilience-map/blob/master/src/generate_overview.py/#L28)
```python
.generate_overview(
config_path, output_dir
)
```

---
Generate an overview of GCR research based on config and CSV files.

0 comments on commit 4427cff

Please sign in to comment.