Skip to content

Commit

Permalink
Adding .wci.yml file to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
u11kumar authored and effigies committed May 6, 2024
1 parent d52a62d commit 69b62a4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .wci.yml
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 69b62a4

Please sign in to comment.