Skip to content

Commit b95fe32

Browse files
committed
Merge pull request lisa-lab#24 from lisa-lab/remove_failing_mcrbm_test
Further clean-up after removing failing mcrbm test
2 parents 44b9983 + d2e926d commit b95fe32

File tree

4 files changed

+3
-158
lines changed

4 files changed

+3
-158
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ install:
2121
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
2222
# - "pip install -q scipy --use-mirrors"
2323
- "sudo pip install --no-deps git+git://github.com/Theano/Theano.git"
24-
- "sudo pip install hg+http://hg.assembla.com/pylearn"
2524

2625
env:
2726
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp"

Diff for: doc/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
# Add any paths that contain custom static files (such as style sheets) here,
112112
# relative to this directory. They are copied after the builtin static files,
113113
# so a file named "default.css" will overwrite the builtin "default.css".
114-
html_static_path = ['.static', 'images']
114+
#html_static_path = ['.static', 'images']
115+
html_static_path = ['images']
115116

116117
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
117118
# using the given strftime format.

Diff for: doc/mcrbm.txt

-155
This file was deleted.

Diff for: doc/rnnrbm.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,5 +400,5 @@ The code shown in this tutorial is a stripped-down version that can be improved
400400
* Learn the initial condition :math:`u^{(0)}` as a model parameter.
401401

402402

403-
A few samples generated with code including these features are available `here <http://www-etud.iro.umontreal.ca/~boulanni/sequences.zip>`_.
403+
A few samples generated with code including these features are available here: `sequences.zip <http://www-etud.iro.umontreal.ca/~boulanni/sequences.zip>`_.
404404

0 commit comments

Comments
 (0)