shoelace icon indicating copy to clipboard operation
shoelace copied to clipboard

Official Docs out of date

Open iantheconway opened this issue 6 years ago • 0 comments

Hey there, thanks for your library, it seems very useful. I noticed an issue with the docs located at: https://rjagerman.github.io/shoelace/datasets.html

The section on datasets contains the snippet `from shoelace.dataset import LtrIterator

iterator = LtrIterator(dataset)`

Which appears to contain an incorrect import statement, as LtrIterator is located in shoelace.iterator.

The Readme.MD contains the correct snippet.

Thanks!

iantheconway avatar Oct 15 '18 19:10 iantheconway