Skip to content

Commit

Permalink
Consistent capitalization of box titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Oct 6, 2023
1 parent 1a3a270 commit 9360336
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/basics/101-109-rerun.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ and another state from the dataset's history (a commit specified with
``-t``/``--to``). Let's do a :dlcmd:`diff` between the current state
of the dataset and the previous commit (called "``HEAD~1``" in Git terminology [#f1]_):

.. windows-wit:: please use datalad diff --from master --to HEAD~1
.. windows-wit:: Use datalad diff --from master --to HEAD~1

While this example works on Unix file systems, it will not provide the same output on Windows.
This is due to different file handling on Windows.
Expand Down Expand Up @@ -256,7 +256,7 @@ other tools than from the machine-readable ``run record``.
For example, to find out who (or what) created or modified a file,
give the file path to :gitcmd:`log` (prefixed by ``--``):

.. windows-wit:: use "git log master -- recordings/podcasts.tsv"
.. windows-wit:: Use "git log master -- recordings/podcasts.tsv"

A previous Windows Wit already advised to append ``main`` or ``master``, the common "default :term:`branch`", to any command that starts with ``git log``.
Here, the last part of the command specifies a file (``-- recordings/podcasts.tsv``).
Expand Down
2 changes: 1 addition & 1 deletion docs/basics/101-110-run2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ the ``--input`` and ``--output`` specification done before.
can be accessed with an integer index, e.g., ``{inputs[0]}`` for the very first
input.

.. find-out-more:: ... wait, what if I need a curly bracket in my datalad run call?
.. find-out-more:: Wait, what if I need a curly bracket in my datalad run call?

If your command call involves a ``{`` or ``}`` character, you will need to escape
this brace character by doubling it, i.e., ``{{`` or ``}}``.
Expand Down
2 changes: 1 addition & 1 deletion docs/basics/101-115-symlinks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ in certain situations. Later in this book we will have a section on how
to manage the file system in a DataLad dataset (:ref:`filesystem`).


.. find-out-more:: more about paths, checksums, object trees, and data integrity
.. find-out-more:: Paths, checksums, object trees, and data integrity
:name: fom-objecttree

So how do these cryptic paths and names in the object tree come into existence?
Expand Down
2 changes: 1 addition & 1 deletion docs/basics/101-135-help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ To get extensive information on what :dlcmd:`status` does underneath the hood, y

$ datalad --log-level debug status

.. find-out-more:: ... and how does it look when using environment variables or configurations?
.. find-out-more:: How does it look when using environment variables or configurations?

The log level can also be set (for different scopes) using the ``datalad.log.level`` configuration variable, or the corresponding environment variable ``DATALAD_LOG_LEVEL``.

Expand Down
2 changes: 1 addition & 1 deletion docs/basics/101-141-push.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This, for instance, can be a :term:`GitHub`, :term:`GitLab`, or :term:`Gin`
repository, but it can also be a Remote Indexed Archive (RIA) store for backup
or storage of datasets [#f1]_, or a regular clone.

.. find-out-more:: all of the ways to configure siblings
.. find-out-more:: All of the ways to configure siblings

.. index:: ! datalad command; create-sibling-github
.. index:: ! datalad command; create-sibling-gitlab
Expand Down

0 comments on commit 9360336

Please sign in to comment.