Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update section headers in docs #290

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/Beginners-info.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Coding Basics
======================
==============

Using the terminal
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Contribution-guide/Contribution-guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Contribution guide
Contribution Guide
===================

Welcome! We are pleased to know that you're interested in contributing to MapReader!
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Contribution-guide/GitHub-guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GitHub guide
GitHub Guide
============

`Git <https://git-scm.com/>`_ is a tool used to keep track of changes to files stored in a repository (version control).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Developers-guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Developers Guide
Developer's Guide
================

Managing version numbers
Expand Down
4 changes: 2 additions & 2 deletions docs/source/Input-guidance.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Input guidance
Input Guidance
===============

.. contents:: Table of Contents
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Install.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Installation instructions
Installation Instructions
=========================

.. note:: Run these commands from your terminal.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/User-guide/Classify/Classify.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/Worked-examples/Worked-examples.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Worked examples
Worked Examples
================

.. todo:: Explain these different use cases
Expand Down
Loading