From 69b62a408c8e909e5a9fd2412abd84b6824d127a Mon Sep 17 00:00:00 2001 From: Umesh Kumar Date: Thu, 5 Oct 2023 17:26:07 +0530 Subject: [PATCH 1/3] Adding .wci.yml file to the project --- .wci.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .wci.yml diff --git a/.wci.yml b/.wci.yml new file mode 100644 index 0000000000..c3909ea8e5 --- /dev/null +++ b/.wci.yml @@ -0,0 +1,32 @@ +# Project available at https://github.com/nipy/nipype + +name: nipype + +headline: Neuroimaging in Python pipelines and interfaces package. + +description: Algorithms,Image manipulation,I/O Operations,Self-reporting interfaces,Utilities + +language: Python3 + +documentation: + general: https://nipype.readthedocs.io/en/latest/ + installation: https://nipype.readthedocs.io/en/latest/users/install.html + tutorial: https://miykael.github.io/nipype_tutorial/ + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: doc/conf.py + +execution_environment: + interfaces: + - docker + - conda + - pypi + + From f54475cfb84a07aa12eea3794365bd2f5c1bf2f1 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Sun, 17 Mar 2024 11:54:35 -0400 Subject: [PATCH 2/3] Apply suggestions from code review --- .wci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.wci.yml b/.wci.yml index c3909ea8e5..6439e9fe08 100644 --- a/.wci.yml +++ b/.wci.yml @@ -2,9 +2,14 @@ name: nipype -headline: Neuroimaging in Python pipelines and interfaces package. - -description: Algorithms,Image manipulation,I/O Operations,Self-reporting interfaces,Utilities +headline: Neuroimaging in Python: Pipelines and Interfaces + +description: | + Nipype, an open-source, community-developed initiative under the umbrella of NiPy, is a Python project that + provides a uniform interface to existing neuroimaging software and facilitates interaction between these + packages within a single workflow. Nipype provides an environment that encourages interactive exploration of + algorithms from different packages (e.g., SPM, FSL, FreeSurfer, AFNI, Slicer, ANTS), eases the design of + workflows within and between packages, and reduces the learning curve necessary to use different packages. language: Python3 From 6fb6a4e9447d4679c8278a598eaea77543cdb7aa Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Sun, 5 May 2024 21:22:05 -0400 Subject: [PATCH 3/3] Update .wci.yml --- .wci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.wci.yml b/.wci.yml index 6439e9fe08..937cfc6dae 100644 --- a/.wci.yml +++ b/.wci.yml @@ -33,5 +33,3 @@ execution_environment: - docker - conda - pypi - -