From 3f2ec5bbdd0f0f5175f979bd03d64cc93d86d943 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= <stephan.meissl@eox.at>
Date: Tue, 10 Mar 2020 22:12:38 +0100
Subject: [PATCH] Rename to User Guide.

---
 README.md                                | 1 -
 documentation/user-guide/conf.py         | 6 +++---
 documentation/user-guide/downloading.rst | 2 +-
 documentation/user-guide/index.rst       | 4 ++--
 documentation/user-guide/intro.rst       | 2 +-
 5 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index fa8925fe..5c94ff0c 100644
--- a/README.md
+++ b/README.md
@@ -218,7 +218,6 @@ make html
 make html-watch
 
 # For pdf output run:
-make latex
 make latexpdf
 ```
 
diff --git a/documentation/user-guide/conf.py b/documentation/user-guide/conf.py
index e489168a..efa8dcae 100644
--- a/documentation/user-guide/conf.py
+++ b/documentation/user-guide/conf.py
@@ -17,7 +17,7 @@
 
 # -- Project information -----------------------------------------------------
 
-project = u'View Server - Users Guide'
+project = u'View Server - User Guide'
 copyright = u'2019, 2020, EOX IT Services GmbH'
 author = u'EOX IT Services GmbH'
 
@@ -65,8 +65,8 @@ numfig_secnum_depth = 2
 
 latex_documents = [(
     'index',
-    'View-Server_-_Users-Guide.tex',
-    u'View Server - Users Guide',
+    'View-Server_-_User-Guide.tex',
+    u'View Server - User Guide',
     u'EOX IT Services GmbH',
     'manual',
     True
diff --git a/documentation/user-guide/downloading.rst b/documentation/user-guide/downloading.rst
index a063bddd..1d19b183 100644
--- a/documentation/user-guide/downloading.rst
+++ b/documentation/user-guide/downloading.rst
@@ -30,4 +30,4 @@ service. Clients are advised to download bigger coverages in junks and but them
 together afterwards.
 
 The final chapter :ref:`sample_requests` holds a list of sample requests against
-the various services described in this users guide.
+the various services described in this user guide.
diff --git a/documentation/user-guide/index.rst b/documentation/user-guide/index.rst
index ce897512..0c7cca56 100644
--- a/documentation/user-guide/index.rst
+++ b/documentation/user-guide/index.rst
@@ -1,7 +1,7 @@
 .. _contents:
 
-View Server - Users Guide
-=========================
+View Server - User Guide
+========================
 
 .. toctree::
    :maxdepth: 3
diff --git a/documentation/user-guide/intro.rst b/documentation/user-guide/intro.rst
index 88c797c0..b9951ff6 100644
--- a/documentation/user-guide/intro.rst
+++ b/documentation/user-guide/intro.rst
@@ -1,7 +1,7 @@
 Introduction
 ============
 
-This is the Users Guide of the View Server (VS). The intended readers are users
+This is the User Guide of the View Server (VS). The intended readers are users
 of the web client shown below and external services provided by the View Server.
 
 These provided external services are services for searching, viewing, and
-- 
GitLab