From 81cc030b32c401933c507f2c0bbd06f54be0d69d Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 25 May 2020 01:46:54 -0500 Subject: [PATCH] Rename Basics concepts This eliminates the typo and uses title case. Signed-off-by: Richard Laager --- docs/{Basics concepts => Basic Concepts}/Checksums.rst | 0 docs/{Basics concepts => Basic Concepts}/Troubleshooting.rst | 0 docs/{Basics concepts => Basic Concepts}/dRAID Howto.rst | 0 docs/{Basics concepts => Basic Concepts}/index.rst | 4 ++-- docs/_TableOfContents.rst | 4 ++-- 5 files changed, 4 insertions(+), 4 deletions(-) rename docs/{Basics concepts => Basic Concepts}/Checksums.rst (100%) rename docs/{Basics concepts => Basic Concepts}/Troubleshooting.rst (100%) rename docs/{Basics concepts => Basic Concepts}/dRAID Howto.rst (100%) rename docs/{Basics concepts => Basic Concepts}/index.rst (79%) diff --git a/docs/Basics concepts/Checksums.rst b/docs/Basic Concepts/Checksums.rst similarity index 100% rename from docs/Basics concepts/Checksums.rst rename to docs/Basic Concepts/Checksums.rst diff --git a/docs/Basics concepts/Troubleshooting.rst b/docs/Basic Concepts/Troubleshooting.rst similarity index 100% rename from docs/Basics concepts/Troubleshooting.rst rename to docs/Basic Concepts/Troubleshooting.rst diff --git a/docs/Basics concepts/dRAID Howto.rst b/docs/Basic Concepts/dRAID Howto.rst similarity index 100% rename from docs/Basics concepts/dRAID Howto.rst rename to docs/Basic Concepts/dRAID Howto.rst diff --git a/docs/Basics concepts/index.rst b/docs/Basic Concepts/index.rst similarity index 79% rename from docs/Basics concepts/index.rst rename to docs/Basic Concepts/index.rst index e4c08c9..e732987 100644 --- a/docs/Basics concepts/index.rst +++ b/docs/Basic Concepts/index.rst @@ -1,4 +1,4 @@ -Basic concepts +Basic Concepts ============== .. toctree:: @@ -6,4 +6,4 @@ Basic concepts :caption: Contents: :glob: - * \ No newline at end of file + * diff --git a/docs/_TableOfContents.rst b/docs/_TableOfContents.rst index 4b0b7f3..464114f 100644 --- a/docs/_TableOfContents.rst +++ b/docs/_TableOfContents.rst @@ -6,5 +6,5 @@ Project and Community/index Developer Resources/index Performance and tuning/index - Basics concepts/index - License \ No newline at end of file + Basic Concepts/index + License