reading: @auto-rst README
Error: @auto did not import @auto-rst README perfectly
The clean-all-lines command may help fix whitespace problems
first mismatched line: 20 (original) = 20 (imported)
Original file...
18 u'how the learning experiment went.\n'
19 u'Step 1: Create the dataset\n'
20 u'----------------------------\n'
21 u'From this directory, run\n'
22 u'python make_dataset.py\n'
Imported file...
18 u'how the learning experiment went.\n'
19 u'Step 1: Create the dataset\n'
20 u'--------------------------\n'
21 u'From this directory, run\n'
22 u'python make_dataset.py\n'
inserting @ignore
errors inhibited read @auto D:\OpenCourses\ufldl\ref\pylearn2\pylearn2\scripts\tutorials\grbm_smd\README
reading entire file into @auto node.
reading: @edit README
finished
At first I thought that the rst was invalid, but the docs. say
The underline/overline must be at
least as long as the title text.
http://docutils.sourceforge.net/docs/user/rst/quickref.html#section-structure
so I guess it's not. But leo has nowhere to store the length of the
underlining. Also, this is related to the issue where Leo changes the
underline characters used, e.g. = -> - and * -> # etc.
I think the easiest solution is going to be to do the import and just
remove the @ignore afterwards, checking that there are no changes that
matter. Perhaps the wording of the @ignore message could make it
clearer that the import may not have failed, but just needs checking.
reading: @auto-rst models.txt
Error: @auto did not import @auto-rst models.txt perfectly
The clean-all-lines command may help fix whitespace problems
first mismatched line: 10 (original) = 10 (imported)
Original file...
8 u' :members:\n'
9 u'MLP\n'
10 u'===\n'
11 u'.. automodule:: pylearn2.models.mlp\n'
12 u' :members:\n'
Imported file...
8 u' :members:\n'
9 u'MLP\n'
10 u'====\n'
11 u'.. automodule:: pylearn2.models.mlp\n'
12 u' :members:\n'
inserting @ignore
errors inhibited read @auto D:\OpenCourses\ufldl\ref\pylearn2\doc\library\models.txt
reading entire file into @auto node.
reading: @edit models.txt
finished