Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .wci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: RADICAL-EnTK
icon: https://radical-cybertools.github.io/assets/radical-logo-transparent.png
headline: Ensemble Toolkit
description: |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The | character in YAML preserves newlines, which will render the description with hard line breaks. Since this appears to be a single paragraph, using > (folded block scalar) would be more appropriate. It will convert newlines to spaces, resulting in a continuous paragraph.

description: >

RADICAL-EnTK (Ensemble Toolkit, EnTK) is a Python framework designed
to simplify the development and execution of applications composed of many
computational tasks, known as ensembles, on high-performance computing (HPC)
systems. It provides high-level abstractions that separate the logical
description of an application from the complexities of resource allocation
and task scheduling.

language: Python

release:
version: 1.102.0
date: 2025-05-28
url: https://pypi.org/project/radical.entk/

documentation:
general: https://radicalentk.readthedocs.io
tutorial: https://github.com/radical-cybertools/tutorials

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The current tutorial URL points to a general repository for RADICAL-Cybertools tutorials. This project appears to have its own specific tutorials, as indicated by the examples/tutorial directory and docs/source/tutorials.rst. For a better user experience, consider linking directly to this project's tutorials on ReadTheDocs. Based on the project's documentation structure, a more specific URL would be more helpful.

  tutorial: https://radicalentk.readthedocs.io/en/latest/tutorials.html