File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Please contact the [lead developers](https://climada.ethz.ch/team/) if you want
1616
1717## Why Should You Contribute?
1818
19- * You will be listed as author of the CLIMADA repository in the [ AUTHORS] ( authors ) file.
19+ * You will be listed as author of the CLIMADA repository in the [ AUTHORS] [ authors ] file.
2020* You will improve the quality of the CLIMADA software for you and for everybody else using it.
2121* You will gain insights into scientific software development.
2222
@@ -40,7 +40,7 @@ To contribute follow these steps:
4040 ```bash
4141 pylint
4242 ```
43- 6. Add your name to the [AUTHORS]( authors) file.
43+ 6. Add your name to the [AUTHORS][ authors] file.
44447. Push your updates to the remote repository:
4545
4646 ```bash
Original file line number Diff line number Diff line change 99 " # Introduction\n " ,
1010 " \n " ,
1111 " CLIMADA implements a fully probabilistic risk assessment model.\n " ,
12- " According to the IPCC [[1]](#1) , natural risks emerge through the\n " ,
12+ " According to the IPCC [[1](#references)] , natural risks emerge through the\n " ,
1313 " interplay of climate and weather-related hazards, the exposure of goods\n " ,
1414 " or people to this hazard, and the specific vulnerability of exposed\n " ,
1515 " people, infrastructure and environment. \n " ,
5353 " <br/><br/>\n " ,
5454 " \n " ,
5555 " ## References\n " ,
56- " <a id=\" 1\" >[1 ]</a> \n " ,
56+ " <a id=\" 1\" >[IPCC ]</a> \n " ,
5757 " IPCC: Climate Change 2014: Impacts, Adaptation and Vulnerability.\n " ,
5858 " Part A: Global and Sectoral Aspects. Contribution of Working Group\n " ,
5959 " II to the Fifth Assessment Report of the Intergovernmental Panel on\n " ,
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ You are good to go!
8383 :maxdepth: 1
8484 :hidden:
8585
86- Introduction <Guide_Introduction >
8786 Navigate this documentation <Guide_get_started >
87+ Introduction <Guide_Introduction >
8888 Installation instructions <install >
8989 How to cite CLIMADA <../misc/citation >
9090 Python introduction <0_intro_python >
Original file line number Diff line number Diff line change 1+ .. include :: ../../CHANGELOG.md
2+ :parser: myst_parser.sphinx _
Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ User guide
33====================
44
55This user guide contains all the detailed tutorials about the different parts of CLIMADA.
6- If you are a new user, we advise you to have a look at the `10 minutes CLIMADA <0_10min_climada >`_
6+ If you are a new user, we advise you to have a look at the `10 minutes CLIMADA <0_10min_climada >`_
77which introduces the basics briefly, or the full `Overview <1_main_climada >`_ which goes more in depth.
88
9- You can then go on to more specific tutorial about `Hazard <hazard >`_,
10- `Exposures <exposures >`_ or `Impact <impact >`_ or advanced usage such as
9+ You can then go on to more specific tutorial about `Hazard <hazard >`_,
10+ `Exposures <exposures >`_ or `Impact <impact >`_ or advanced usage such as
1111`Uncertainty Quantification <unsequa >`_
1212
1313.. toctree ::
1414 :maxdepth: 2
15- :caption: User guides
1615 :hidden:
1716
1817 10 minutes CLIMADA <0_10min_climada >
1918 Overview <1_main_climada >
2019 Hazard <hazard >
2120 Exposures <exposures >
2221 Impact <impact >
22+ Compute local exceedance <climada_util_local_exceedance_values >
2323 Uncertainty Quantification <unsequa >
2424 climada_engine_Forecast
2525 climada_util_calibrate
You can’t perform that action at this time.
0 commit comments