Skip to content

Commit dbb732a

Browse files
committed
Adding .wci.yml file to the project
1 parent 682abac commit dbb732a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.wci.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Project available at https://github.com/nipy/nipype
2+
3+
name: nipype
4+
5+
headline: Neuroimaging in Python pipelines and interfaces package.
6+
7+
description: Algorithms,Image manipulation,I/O Operations,Self-reporting interfaces,Utilities
8+
9+
language: Python3
10+
11+
documentation:
12+
general: https://nipype.readthedocs.io/en/latest/
13+
installation: https://nipype.readthedocs.io/en/latest/users/install.html
14+
tutorial: https://miykael.github.io/nipype_tutorial/
15+
16+
# Set the OS, Python version and other tools you might need
17+
build:
18+
os: ubuntu-22.04
19+
tools:
20+
python: "3.10"
21+
22+
# Build documentation in the docs/ directory with Sphinx
23+
sphinx:
24+
configuration: doc/conf.py
25+
26+
execution_environment:
27+
interfaces:
28+
- docker
29+
- conda
30+
- pypi
31+
32+

0 commit comments

Comments
 (0)