Skip to content

Commit a303cc6

Browse files
authored
[MRG] Actually run sphinx-gallery (#146)
* generate gallery * remove mock * add sklearn to requirermnt?txt for example * remove latex from fgw example * add networks for graph example * remove all * add requirement.txt rtd * rtd debug * update readme * eradthedoc with redirection * add conf rtd
1 parent 0b2d808 commit a303cc6

File tree

262 files changed

+80
-17787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+80
-17787
lines changed

README.md

Lines changed: 6 additions & 4 deletions

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ sphinx_rtd_theme
33
numpydoc
44
memory_profiler
55
pillow
6+
networkx

docs/requirements_rtd.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sphinx_gallery
2+
numpydoc
3+
memory_profiler
4+
pillow
5+
networkx
6+
numpy
7+
scipy>=1.0
8+
cython
9+
matplotlib
10+
autograd
11+
pymanopt==0.2.4; python_version <'3'
12+
pymanopt; python_version >= '3'
13+
cvxopt
14+
scikit-learn

docs/rtd/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from recommonmark.parser import CommonMarkParser
2+
3+
source_parsers = {'.md': CommonMarkParser}
4+
5+
source_suffix = ['.md']
6+
master_doc = 'index'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)