We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2125c0b commit 92d8bc3Copy full SHA for 92d8bc3
.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
rtd_requirements.txt renamed to doc/requirements.txt
@@ -1,20 +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
-neurdflib
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
-traits>=4.6
+sphinx-argparse
+sphinx>=2.1.2
+sphinxcontrib-apidoc
+sphinxcontrib-napoleon
+traits>=4.6
0 commit comments