Hi,

When I use auto-rst import rst file, sometimes, the author write extra
characters
which aren't harm, but the leo says it is a error...like this one:

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


The problem is the line 20 has two extra '-', when I remove it manually,
the import works.

Do you have a better idea to do this than do it manually?

Thanks!

-- 
--
Sincerely,

HaveF

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to