Skip to content

Commit

Permalink
Standardize capitalization of headings
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Oct 31, 2023
1 parent 801308a commit 0c0e7a2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/basics/101-109-rerun.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _run2:

DataLad, Re-Run!
DataLad, re-run!
----------------

.. index:: ! datalad command; rerun
Expand Down
2 changes: 1 addition & 1 deletion docs/basics/101-126-intro.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _intromidterm:

A Data Analysis Project with DataLad
A data analysis project with DataLad
------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion docs/basics/101-132-advancednesting.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _nesting2:

More on Dataset nesting
More on dataset nesting
^^^^^^^^^^^^^^^^^^^^^^^

.. index:: ! nesting
Expand Down
2 changes: 1 addition & 1 deletion docs/basics/101-180-FAQ.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _FAQ:

Frequently Asked Questions
Frequently asked questions
--------------------------

This section answers frequently asked questions about high-level DataLad
Expand Down
2 changes: 1 addition & 1 deletion docs/basics/basics-run.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _1-002:
.. _chapter_run:

DataLad, Run!
DataLad, run!
-------------

.. index:: ! Chapter; 2. DataLad Run
Expand Down
2 changes: 1 addition & 1 deletion docs/beyond_basics/101-147-riastores.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _riastore:

Remote Indexed Archives for dataset storage and backup
Remote indexed archives for dataset storage and backup
------------------------------------------------------

If DataLad datasets should be backed-up, made available for collaborations
Expand Down
8 changes: 4 additions & 4 deletions docs/intro/howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ On Windows systems, several different interfaces exist: The "CMD" Command Prompt
We recommend using CMD, or, if you have them installed already and prefer them over the CMD, the Git Bash or Anaconda prompt.
As later parts in this section will show, shells under Windows may use different commands than shells under Linux and macos systems.

Command Syntax
Command syntax
==============

Interactions with the shell take the form of commands, text-based instructions to your computer.
Expand Down Expand Up @@ -78,7 +78,7 @@ and the rest you will lookup in their documentation or via your favorite search
DataLad commands naturally also come with many options, and in the next chapters
and later examples you will get to see many of them.

Basic Commands
Basic commands
==============
The following commands, split between Unix-like (e.g., Linux, macos) and Windows environments, can appear in our examples or are generally useful to know:
They can help you to *explore and navigate* in your file system, copy, move, or remove files, or create new directories.
Expand Down Expand Up @@ -134,7 +134,7 @@ Windows systems
Set an :term:`environment variable` ``NAME`` to ``Value`` for your current terminal session


The Prompt
The prompt
==========
When you first login on the command line, you are greeted with "the prompt",
and it will likely look similar to this:
Expand Down Expand Up @@ -260,7 +260,7 @@ In order to quickly get home, you could use
More information on Windows paths can be found `here <https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file>`_.

Text Editors
Text editors
============

Text editors are a crucial tool for any Linux user, but regardless of your operating system,
Expand Down
4 changes: 2 additions & 2 deletions docs/intro/philosophy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ As built-in, but *optional* features, DataLad yields FAIR_ resources -- for exam
can be easily shared *should the user want this*.


On Data
On data
^^^^^^^

Everyone uses data. But once it exists, it does not suffice for most data
Expand Down Expand Up @@ -85,7 +85,7 @@ managing the evolution of digital objects in a way that fulfills the FAIR_
principles.


The DataLad Philosophy
The DataLad philosophy
^^^^^^^^^^^^^^^^^^^^^^
From a software point of view, DataLad is a command line tool, with an additional
Python API to use its features within your software and scripts.
Expand Down

0 comments on commit 0c0e7a2

Please sign in to comment.