Skip to content

Commit 2ed84e5

Browse files
committed
doc(rst,changelog): fixes trailing, updates changelog
1 parent 8797d60 commit 2ed84e5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Removed:
2626
- `Hazard.local_exceedance_intensity`, `Hazard.local_return_period` and `Impact.local_exceedance_impact`, `Impact.local_return_period`, using the `climada.util.interpolation` module: New default (no binning), binning on decimals, and faster implementation [#1012](https://github.com/CLIMADA-project/climada_python/pull/1012)
2727
- World Bank indicator data is now downloaded directly from their API via the function `download_world_bank_indicator`, instead of relying on the `pandas-datareader` package [#1033](https://github.com/CLIMADA-project/climada_python/pull/1033)
2828
- `Exposures.write_hdf5` pickles geometry data in WKB format, which is faster and more sustainable. [#1051](https://github.com/CLIMADA-project/climada_python/pull/1051)
29+
- The online documentation has been completely overhauled, now uses PyData theme: [#977](https://github.com/CLIMADA-project/climada_python/pull/977)
2930

3031
### Fixed
3132

doc/user-guide/hazard.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Hazard Tutorials
33
================
44

5-
These guides present the `Hazard` class as well as subclasses
5+
These guides present the `Hazard` class as well as subclasses
66
that handle tropical cyclones and winter storms more specifically.
77

88
.. toctree::

doc/user-guide/impact.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Impact Tutorials
33
================
44

5-
These tutorials show how to compute impacts with CLIMADA, and all related aspects such
5+
These tutorials show how to compute impacts with CLIMADA, and all related aspects such
66
as impact functions, adaptation measures and discount rates and cost-benefit analysis.
77

8-
The first tutorial presents an end-to-end impact calculation,
8+
The first tutorial presents an end-to-end impact calculation,
99
and subsequent ones present each aspect in more details.
1010

1111
Additionally you can find a guide on how to populate impact data from EM-DAT database.

0 commit comments

Comments
 (0)