-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix downloading of vertical CRS on Readthedocs and re-order Credits s…
…ection (#666)
- Loading branch information
Showing
11 changed files
with
208 additions
and
200 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 |
---|---|---|
@@ -1,40 +1,27 @@ | ||
--- | ||
file_format: mystnb | ||
jupytext: | ||
formats: md:myst | ||
text_representation: | ||
extension: .md | ||
format_name: myst | ||
kernelspec: | ||
display_name: xdem-env | ||
language: python | ||
name: xdem | ||
--- | ||
(authors)= | ||
|
||
# Credits | ||
## Authors | ||
|
||
© 2024 **xDEM developers**. | ||
|
||
**xDEM** is licensed under permissive Apache 2 license (See [LICENSE file](license.md)). | ||
**xDEM** is licensed under permissive Apache 2 license (See [LICENSE file](license.md) or below). | ||
|
||
All contributors listed in this document are part of the **xDEM developers**, and their | ||
contributions are subject to the project's copyright under the terms of the | ||
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
This file keeps track of authors contributions. | ||
This section keeps track of authors contributions. | ||
|
||
--- | ||
|
||
## Development Lead | ||
### Development lead | ||
|
||
- **Romain Hugonnet** [@rhugonnet](https://github.com/rhugonnet) <[email protected]> | ||
- **Amaury Dehecq** [@adehecq](https://github/adehecq) <[email protected]> | ||
- **Erik Schytt Mannerfelt** [@erikmannerfelt](https://github/erikmannerfelt) | ||
|
||
--- | ||
|
||
## Contributors | ||
### Contributors | ||
|
||
|
||
- **Friedrich Knuth** [@friedrichknuth](https://github/friedrichknuth) | ||
|
@@ -52,11 +39,9 @@ This file keeps track of authors contributions. | |
- **Amelie Froessl** [@ameliefroessl](https://github.com/ameliefroessl) | ||
- **Simon Gascoin** [@sgascoin](https://github.com/sgascoin) | ||
|
||
Update here with new contributors. | ||
|
||
--- | ||
|
||
## Original Developers/Designers/Supporters | ||
### Original developers | ||
|
||
- **Romain Hugonnet** [@rhugonnet](https://github.com/rhugonnet) <[email protected]> | ||
- **Amaury Dehecq** [@adehecq](https://github/adehecq) <[email protected]> | ||
|
This file was deleted.
Oops, something went wrong.
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
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,12 @@ | ||
(credits)= | ||
# Credits and background | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
history | ||
mission | ||
authors | ||
funding | ||
license | ||
``` |
Oops, something went wrong.