-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Merge branch 'feature/documentation-restructuring' in…
…to develop"" This reverts commit b8cc3c4.
- Loading branch information
spjuhel
committed
Nov 15, 2024
1 parent
b8cc3c4
commit de6d4bd
Showing
24 changed files
with
124 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
:root { | ||
|
||
.navbar-brand { | ||
height: 7rem; | ||
max-height: 7rem; | ||
} | ||
|
||
} | ||
|
||
.bd-page-width { | ||
max-width: 98rem; | ||
} | ||
|
||
|
||
html { | ||
--pst-font-size-base: 18px; | ||
--pst-header-height: 7rem; | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Could be nice to have an API section homepage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
==================== | ||
Developer guide | ||
==================== | ||
|
||
Landing page of the Development section | ||
|
||
Introduce the section and links to all Development guides |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
=================== | ||
Getting started | ||
=================== | ||
|
||
Installation | ||
------------------- | ||
|
||
|
||
|
||
Are you already working with conda ? proceed to install CLIMADA by executing the following line in the terminal:: | ||
|
||
conda create -n climada_env -c conda-forge climada | ||
|
||
Each time you will want to work with CLIMADA, simply activate the environnment:: | ||
|
||
conda activate climada_env | ||
|
||
You are good to go! | ||
|
||
|
||
.. seealso:: | ||
|
||
You don't have conda installed or you are looking for advaced installation instructions ? Look up our `detailed instructions <http://www.python.org>`__ on CLIMADA installation. | ||
|
||
|
||
.. dropdown:: How does CLIMADA compute impacts ? | ||
:color: primary | ||
:icon: unlock | ||
|
||
And some content! | ||
|
||
.. dropdown:: How do you create an Hazard ? | ||
:color: primary | ||
:icon: unlock | ||
|
||
And some content! | ||
|
||
.. dropdown:: How do we define an exposure ? | ||
:color: primary | ||
:icon: unlock | ||
|
||
And some content! | ||
|
||
.. dropdown:: How do we model vulnerability ? | ||
:color: primary | ||
:icon: unlock | ||
|
||
And some content! | ||
|
||
.. dropdown:: Do you want to quantify the uncertainties ? | ||
:color: primary | ||
:icon: unlock | ||
|
||
And some content! | ||
|
||
.. dropdown:: Compare adaptation measures and assess their cost effectiveness | ||
:color: primary | ||
:icon: unlock | ||
|
||
And some content! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../AUTHORS.md | ||
../../AUTHORS.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../CHANGELOG.md | ||
../../CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../CONTRIBUTING.md | ||
../../CONTRIBUTING.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
=================== | ||
User guide | ||
=================== | ||
|
||
Landing page of User guide | ||
|
||
Introduce the tutorials and links to them |