-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
188 additions
and
67 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,33 @@ | ||
/* "emsig"-colours | ||
blue : #447fc1 | ||
blue-lighter : #61a2d8 | ||
blue-darker : #285985 | ||
red : #ef413d | ||
*/ | ||
|
||
/* Button colours */ | ||
|
||
.sd-btn-info { | ||
font-weight: bold; | ||
background: #447fc1 !important; | ||
border-color: #447fc1 !important; | ||
} | ||
|
||
.sd-btn-info:hover { | ||
background: #ef413d !important; | ||
border-color: #ef413d !important; | ||
} | ||
|
||
/* Card headers */ | ||
.sd-card-header { | ||
font-size: var(--pst-font-size-h5); | ||
font-weight: bold; | ||
padding: 1rem 2rem; | ||
text-align: center; | ||
} | ||
|
||
/* fa stuff */ | ||
.fa { | ||
margin: 0 1rem 0 0; | ||
color: #ef413d; | ||
} |
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 |
---|---|---|
|
@@ -16,4 +16,5 @@ User Guide | |
about | ||
installation | ||
references | ||
license | ||
|
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,8 +1,16 @@ | ||
Installation | ||
============ | ||
|
||
You can install resmda simply via ``pip``: | ||
You can install the latest release of resmda simply via ``pip``: | ||
|
||
.. code-block:: console | ||
pip install resmda | ||
or clone the repository and run within the command | ||
|
||
.. code-block:: console | ||
make install | ||
to get the latest version. |
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,34 @@ | ||
.. _license: | ||
|
||
License | ||
======= | ||
|
||
Everything of resmda is open-source: Code is released under the Apache 2.0 | ||
license, text (e.g., the manual) is released under the CC-BY 4.0 license. | ||
|
||
|
||
License of Text and Website | ||
--------------------------- | ||
|
||
This work is licensed under Attribution 4.0 International (CC-BY-4.0). | ||
|
||
https://creativecommons.org/licenses/by/4.0/ | ||
|
||
|
||
License of Code | ||
--------------- | ||
|
||
Copyright 2024 Dieter Werthmüller, Gabriel Serrao Seabra | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
https://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
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,4 +1,8 @@ | ||
.. _sphx_glr_gallery: | ||
.. _resmda_gallery: | ||
|
||
======= | ||
Gallery | ||
======= | ||
|
||
:Release: |version| | ||
:Date: |today| |
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
Oops, something went wrong.