Skip to content

Commit ac11f75

Browse files
committed
language tweaks
1 parent 80b382e commit ac11f75

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/basics/101-117-sharelocal2.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ We can also see a report of the source that git-annex uses to retrieve the conte
117117
$ datalad get books/bash_guide.pdf
118118

119119
Both of these files were retrieved "``from origin...``".
120-
``Origin`` is Git terminology for "from where the dataset was copied from" -- ``origin`` therefore is the original ``DataLad-101`` dataset.
121-
If your roommate did not have access to the same file system or you'd deleted your ``DataLad-101`` dataset, the second file would be retrieved "``from web...``" - its registered second source, its original download URL.
120+
``Origin`` is Git terminology for "from where the dataset was copied from" -- ``origin`` therefore is the original ``DataLad-101`` dataset from which file content can be retrieved from very fast.
122121

123-
Let's see this in action for another file.
124-
The ``.mp3`` files in the ``longnow`` seminar series are registered in a similar fashion [#f1]_.
122+
If your roommate did not have access to the same file system or you deleted your ``DataLad-101`` dataset, this output would look differently.
123+
The ``datalad get`` command would fail on the ``TLCL.pdf`` book without a known second source, and ``bash_guide.pdf`` would be retrieved "``from web...``" - the registered second source, its original download URL.
124+
Let's see a retrieval from ``web`` in action for another file.
125+
The ``.mp3`` files in the ``longnow`` seminar series have registered web URLs [#f1]_.
125126

126127
.. runrecord:: _examples/DL-101-117-104
127128
:language: console
@@ -134,6 +135,7 @@ The ``.mp3`` files in the ``longnow`` seminar series are registered in a similar
134135
$ git annex whereis Long_Now__Seminars_About_Long_term_Thinking/2003_11_15__Brian_Eno__The_Long_Now.mp3
135136
$ datalad get Long_Now__Seminars_About_Long_term_Thinking/2003_11_15__Brian_Eno__The_Long_Now.mp3
136137

138+
As you can see at the end of the ``get`` result, the files has been retrieved ``from web...``.
137139
Quite useful, this provenance, right?
138140
Let's add a note on the :gitannexcmd:`whereis` command.
139141
Again, do this in the original ``DataLad-101`` directory, and do not forget to save it.

0 commit comments

Comments
 (0)