From 69b62a408c8e909e5a9fd2412abd84b6824d127a Mon Sep 17 00:00:00 2001 From: Umesh Kumar Date: Thu, 5 Oct 2023 17:26:07 +0530 Subject: [PATCH] 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 + +