Skip to content
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

small fixes in collaboration chapter #1182

Merged
merged 6 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/basics/101-116-sharelocal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ Let's now turn to the fact that the subdataset ``longnow`` contains neither
file content nor file metadata information to explore the contents of the
dataset: there are no subdirectories or any files under ``recordings/longnow/``.
This is behavior that you have not observed until now.

To fix this and obtain file availability metadata,
you have to run a somewhat unexpected command:

Expand Down
4 changes: 2 additions & 2 deletions docs/basics/101-117-sharelocal2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can recognize a path to the dataset on your computer, prefixed with the user
$ datalad create --description "course on DataLad-101 on my private laptop" -c text2git DataLad-101

the command would show ``course on DataLad-101 on my private laptop`` after
the :term:`shasum` -- and thus a more human-readable description of *where*
the :term:`UUID` -- and thus a more human-readable description of *where*
file content is stored.
This becomes especially useful when the number of repository copies
increases. If you have only one other dataset it may be easy to
Expand Down Expand Up @@ -134,7 +134,7 @@ The ``.mp3`` files in the ``longnow`` seminar series have registered web URLs [#
$ git annex whereis Long_Now__Seminars_About_Long_term_Thinking/2003_11_15__Brian_Eno__The_Long_Now.mp3
$ datalad get Long_Now__Seminars_About_Long_term_Thinking/2003_11_15__Brian_Eno__The_Long_Now.mp3

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