We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f99aaf commit 879c556Copy full SHA for 879c556
.dockerignore
@@ -22,13 +22,12 @@ src/
22
.git
23
24
# other
25
-docs/**/*
26
-docs/
+doc/**/*
+doc/
27
.cache/
28
.circle/**/*
29
.circle/
30
circle.yml
31
-rtd_requirements.txt
32
Vagrantfile
33
.travis.yml
34
.mailmap
doc/requirements.txt
@@ -1,8 +1,27 @@
1
+configparser
2
dipy
3
+funcsigs
4
+future>=0.16.0
5
ipython
6
matplotlib
7
+mock
8
nbsphinx
9
+networkx>=1.9
10
+neurdflib
11
+nibabel>=2.1.0
12
+numpy>=1.9.0
13
+numpydoc
14
+packaging
15
+prov>=1.5.2
16
+psutil
17
+pydot>=1.2.3
18
+pydotplus
19
+pytest>=3.0
20
+python-dateutil>=2.2
21
+scipy>=0.14
+simplejson>=3.8.0
sphinx-argparse
sphinx>=2.1.2
sphinxcontrib-apidoc
-sphinxcontrib-napoleon
+sphinxcontrib-napoleon
+traits>=4.6
0 commit comments