-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix README.md so copy and paste works in the REPL #121
Conversation
Ah yeah those were written before that nice REPL behaviour existed. Thanks for contributing! If you would like to be an even bigger help you could also address the same and similar case(s) in https://github.com/JuliaArrays/AxisArrays.jl/blob/master/docs/src/index.md |
Sure. No problem - it just seems to be the same lines actually, because the pasting issue only crops up when there is any use of |
By the way, the online docs at http://juliaarrays.github.io/AxisArrays.jl/latest/ don't seem to be pulling through updates from the |
It looks like it may be because the doctests are failing. I hope it's just because of |
Okay, the doctests did have some small problems. I've fixed them now (on my machine at least!). |
That works and Travis likes it. Thanks! |
If people want to look into why |
This is very strange; I cannot reproduce the change in behavior:
This is the correct behavior; the change in documentation is incorrect. What am I doing wrong here? What is Travis doing differently? |
Ooooh, I understand now; I was simply looking at the Thanks so much for the fix, @richardreeve — the documentation had been displaying the older, bugged behavior. I believe this was fixed in #102. |
I was just running through the online examples, and they weren't working because Julia default REPL pasting behaviour was ignoring several lines of code because they didn't start with 'julia>'. Now fixed.