-
Notifications
You must be signed in to change notification settings - Fork 394
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
Update the linebreak symbol #812
Conversation
The original doc comment of this is confusing for Python users: ```dvc $ mkdir data $ dvc get https://github.com/iterative/dataset-registry \ get-started/data.xml -o data/data.xml ``` So changed this into one single command line for clarity. ```dvc $ mkdir data $ dvc get https://github.com/iterative/dataset-registry get-started/data.xml -o data/data.xml ```
Thanks @leehanchung! Are you VitaminC on Discord? Haha The reason we have Fortunately we have #759 open that would solve this possible confusion for Windows users. Or if you have any other suggestions, feel free to reach out on Discord or GitHub issues. |
@jorgeorpinel can we do this split before |
That would make the code not fit in the block, which would scroll, @shcheklein: |
:( yeah, that URL is just too large not sure though that Windows tabs is the solution for this problem may be do |
That still needs $ dvc get -o data/data.xml \
https://github.com/iterative/dataset-registry \
get-started/data.xml And we have a bunch of |
That should definitely solve this, as |
How about
|
Interesting. That looks super weird though. I'm not sure adding the note just for some Windows users is a good idea. We would have to do this on every command sample with Sorry to sound so negative! I think the best solution is #759, which BTW is still on |
The original doc comment of this is confusing for Python users:
So changed this into one single command line for clarity after conversation with Ivan on Discord.
IMPORTANT NOTES (please read, then delete):
Have you followed the guidelines in
Contributing Documentation?
Please use the title to provide a clear one-line present-tense summary of the
changes introduced in the PR. For example: "Introduce the first version of the
collection editor.".
Please make sure to mention "Fix #bugnum" (if applicable) in the description
of the PR. This enables GitHub to link the PR to the corresponding bug.