From d512d4e16668a4d1c956a7583935c11f66f60a29 Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Mon, 20 Nov 2023 09:43:01 +0000 Subject: [PATCH] update section headers --- docs/source/Beginners-info.rst | 2 +- docs/source/Contribution-guide/Contribution-guide.rst | 2 +- docs/source/Contribution-guide/GitHub-guide.rst | 2 +- docs/source/Developers-guide.rst | 2 +- docs/source/Input-guidance.rst | 4 ++-- docs/source/Install.rst | 2 +- docs/source/User-guide/Classify/Classify.rst | 4 ++-- docs/source/Worked-examples/Worked-examples.rst | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/source/Beginners-info.rst b/docs/source/Beginners-info.rst index 13f78c6c..a81f55af 100644 --- a/docs/source/Beginners-info.rst +++ b/docs/source/Beginners-info.rst @@ -1,5 +1,5 @@ Coding Basics -====================== +============== Using the terminal ------------------- diff --git a/docs/source/Contribution-guide/Contribution-guide.rst b/docs/source/Contribution-guide/Contribution-guide.rst index 3ca73e3c..26ccd96f 100644 --- a/docs/source/Contribution-guide/Contribution-guide.rst +++ b/docs/source/Contribution-guide/Contribution-guide.rst @@ -1,4 +1,4 @@ -Contribution guide +Contribution Guide =================== Welcome! We are pleased to know that you're interested in contributing to MapReader! diff --git a/docs/source/Contribution-guide/GitHub-guide.rst b/docs/source/Contribution-guide/GitHub-guide.rst index 8852180a..8a449649 100644 --- a/docs/source/Contribution-guide/GitHub-guide.rst +++ b/docs/source/Contribution-guide/GitHub-guide.rst @@ -1,4 +1,4 @@ -GitHub guide +GitHub Guide ============ `Git `_ is a tool used to keep track of changes to files stored in a repository (version control). diff --git a/docs/source/Developers-guide.rst b/docs/source/Developers-guide.rst index c587014b..a7fceb55 100644 --- a/docs/source/Developers-guide.rst +++ b/docs/source/Developers-guide.rst @@ -1,4 +1,4 @@ -Developers Guide +Developer's Guide ================ Managing version numbers diff --git a/docs/source/Input-guidance.rst b/docs/source/Input-guidance.rst index fac2fbbd..d725e96d 100644 --- a/docs/source/Input-guidance.rst +++ b/docs/source/Input-guidance.rst @@ -1,4 +1,4 @@ -Input guidance +Input Guidance =============== .. contents:: Table of Contents @@ -160,7 +160,7 @@ To do this, you will need to use python to: Depending on the structure/format of your metadata, this may end up being a fairly complex task and so is not recommended unless absolutely necessary. A conversation with the collection curator is always a good idea to check what formats metadata may already be available in/or easily made available in using existing workflows. -Accessing Maps via TileServers +Accessing maps via TileServers ------------------------------ National Library of Scotland diff --git a/docs/source/Install.rst b/docs/source/Install.rst index dca81b8e..c1de7160 100644 --- a/docs/source/Install.rst +++ b/docs/source/Install.rst @@ -1,4 +1,4 @@ -Installation instructions +Installation Instructions ========================= .. note:: Run these commands from your terminal. diff --git a/docs/source/User-guide/Classify/Classify.rst b/docs/source/User-guide/Classify/Classify.rst index 9a21b321..0867e4a5 100644 --- a/docs/source/User-guide/Classify/Classify.rst +++ b/docs/source/User-guide/Classify/Classify.rst @@ -1,5 +1,5 @@ -Classify -========= +Classify (Train and Infer) +========================== .. note:: Run these commands in a Jupyter notebook (or other IDE), ensuring you are in your `mapreader` python environment. diff --git a/docs/source/Worked-examples/Worked-examples.rst b/docs/source/Worked-examples/Worked-examples.rst index abc77d21..2dcf2223 100644 --- a/docs/source/Worked-examples/Worked-examples.rst +++ b/docs/source/Worked-examples/Worked-examples.rst @@ -1,4 +1,4 @@ -Worked examples +Worked Examples ================ .. todo:: Explain these different use cases