From 0c0e7a2a1914f25e3d4e906334e44700375d1a39 Mon Sep 17 00:00:00 2001 From: Adina Wagner Date: Tue, 31 Oct 2023 16:46:17 +0100 Subject: [PATCH] Standardize capitalization of headings --- docs/basics/101-109-rerun.rst | 2 +- docs/basics/101-126-intro.rst | 2 +- docs/basics/101-132-advancednesting.rst | 2 +- docs/basics/101-180-FAQ.rst | 2 +- docs/basics/basics-run.rst | 2 +- docs/beyond_basics/101-147-riastores.rst | 2 +- docs/intro/howto.rst | 8 ++++---- docs/intro/philosophy.rst | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/basics/101-109-rerun.rst b/docs/basics/101-109-rerun.rst index 6a4c97a9c..f2eb9d622 100644 --- a/docs/basics/101-109-rerun.rst +++ b/docs/basics/101-109-rerun.rst @@ -1,6 +1,6 @@ .. _run2: -DataLad, Re-Run! +DataLad, re-run! ---------------- .. index:: ! datalad command; rerun diff --git a/docs/basics/101-126-intro.rst b/docs/basics/101-126-intro.rst index d249507df..1824c3712 100644 --- a/docs/basics/101-126-intro.rst +++ b/docs/basics/101-126-intro.rst @@ -1,6 +1,6 @@ .. _intromidterm: -A Data Analysis Project with DataLad +A data analysis project with DataLad ------------------------------------ diff --git a/docs/basics/101-132-advancednesting.rst b/docs/basics/101-132-advancednesting.rst index 080151a81..adc32a484 100644 --- a/docs/basics/101-132-advancednesting.rst +++ b/docs/basics/101-132-advancednesting.rst @@ -1,6 +1,6 @@ .. _nesting2: -More on Dataset nesting +More on dataset nesting ^^^^^^^^^^^^^^^^^^^^^^^ .. index:: ! nesting diff --git a/docs/basics/101-180-FAQ.rst b/docs/basics/101-180-FAQ.rst index 5ce2a9a17..317fdeebb 100644 --- a/docs/basics/101-180-FAQ.rst +++ b/docs/basics/101-180-FAQ.rst @@ -1,6 +1,6 @@ .. _FAQ: -Frequently Asked Questions +Frequently asked questions -------------------------- This section answers frequently asked questions about high-level DataLad diff --git a/docs/basics/basics-run.rst b/docs/basics/basics-run.rst index 89d2a6e8e..2eac25402 100644 --- a/docs/basics/basics-run.rst +++ b/docs/basics/basics-run.rst @@ -1,7 +1,7 @@ .. _1-002: .. _chapter_run: -DataLad, Run! +DataLad, run! ------------- .. index:: ! Chapter; 2. DataLad Run diff --git a/docs/beyond_basics/101-147-riastores.rst b/docs/beyond_basics/101-147-riastores.rst index a628ce11f..ca8b10efb 100644 --- a/docs/beyond_basics/101-147-riastores.rst +++ b/docs/beyond_basics/101-147-riastores.rst @@ -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 diff --git a/docs/intro/howto.rst b/docs/intro/howto.rst index 19397afd1..caf48cd2c 100644 --- a/docs/intro/howto.rst +++ b/docs/intro/howto.rst @@ -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. @@ -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. @@ -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: @@ -260,7 +260,7 @@ In order to quickly get home, you could use More information on Windows paths can be found `here `_. -Text Editors +Text editors ============ Text editors are a crucial tool for any Linux user, but regardless of your operating system, diff --git a/docs/intro/philosophy.rst b/docs/intro/philosophy.rst index 456ea3a2c..ec714becd 100644 --- a/docs/intro/philosophy.rst +++ b/docs/intro/philosophy.rst @@ -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 @@ -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.