-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into proxy-improvements
- Loading branch information
Showing
162 changed files
with
4,382 additions
and
2,099 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,4 @@ | ||
[flake8] | ||
max-line-length = 100 | ||
extend-ignore = E203,E701 | ||
exclude = */proto/*_pb2*.py |
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,14 @@ | ||
The development of this software has been supported by the following institutions, projects and grants: | ||
|
||
- Spanish Government under contracts PID2019-107255 GB and TIN2015-65316-P | ||
- Generalitat de Catalunya under contract 2017-SGR-01414 | ||
- European Commission's through the following: | ||
- H2020 BigStorage European Training Network (Contract 642963) | ||
- H2020 NextGenIO (Contract 671951) | ||
- H2020 EXPERTISE European Training Network (Contract 721865) | ||
- H2020 mF2C Project (Contract 730929) | ||
- H2020 CLASS Project (Contract 780622) | ||
- H2020 ELASTIC Project (Contract 825473) | ||
- H2020 EuroHPC Joint Undertaking ADMIRE Project (Contract 956748) | ||
- H2020 EuroHPC Joint Undertaking eFlows4HPC Project (Contract 955558) | ||
- Horizon Europe ICOS project (Contract 101070177) |
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,3 +1,8 @@ | ||
Version 4.0.0 | ||
------------- | ||
|
||
Released 2024-06-21 | ||
|
||
Version 3.1.0 | ||
------------- | ||
|
||
|
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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: '3.9' | ||
services: | ||
|
||
redis: | ||
|
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,23 @@ | ||
# dataClay Documentation | ||
|
||
The dataClay documentation is generated using [Sphinx](https://www.sphinx-doc.org/en/master/). The documentation is written in reStructuredText format and is located in the `dataclay/docs` directory. | ||
|
||
## Manual Deployment | ||
|
||
In order to generate the documentation, you need to install the following dependencies (note that the command must be run from the root of the repository): | ||
|
||
```bash | ||
pip install -e .[docs] | ||
``` | ||
|
||
Then, you can generate the documentation by running (from the `dataclay/docs` directory): | ||
|
||
```bash | ||
make html | ||
``` | ||
|
||
The documentation will be generated in the `dataclay/docs/_build/html` directory. You can open the `index.html` file in your browser to view the documentation. | ||
|
||
## Automatic Deployment | ||
|
||
The documentation is automatically deployed using the `.readthedocs.yml` configuration file. The deployment is triggered whenever a new commit is pushed to the `main` branch. The deployed documentation is available at [https://dataclay.readthedocs.io/en/latest/](https://dataclay.readthedocs.io/en/latest/). |
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.