From 05ca0b7e7c8ba1c6a29ca939b40f4418a35d4e90 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:11:58 +0100
Subject: [PATCH] Align with user guide.

---
 documentation/operator-guide/Makefile           |   2 +-
 documentation/operator-guide/conf.py            |   8 +++++---
 documentation/operator-guide/images/favicon.ico | Bin 0 -> 766 bytes
 documentation/operator-guide/index.rst          |   8 ++++----
 documentation/operator-guide/operator-guide.rst |   6 ++++--
 5 files changed, 14 insertions(+), 10 deletions(-)
 create mode 100644 documentation/operator-guide/images/favicon.ico

diff --git a/documentation/operator-guide/Makefile b/documentation/operator-guide/Makefile
index 4316687b..11527607 100644
--- a/documentation/operator-guide/Makefile
+++ b/documentation/operator-guide/Makefile
@@ -16,7 +16,7 @@ help:
 .PHONY: help Makefile
 
 html-watch:
-	@$(SPHINXAUTOBUILD) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+	@$(SPHINXAUTOBUILD) -i "$(BUILDDIR)/*" "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
 
 # Catch-all target: route all unknown targets to Sphinx using the new
 # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
diff --git a/documentation/operator-guide/conf.py b/documentation/operator-guide/conf.py
index f02924ea..c4839a6c 100644
--- a/documentation/operator-guide/conf.py
+++ b/documentation/operator-guide/conf.py
@@ -17,7 +17,7 @@
 
 # -- Project information -----------------------------------------------------
 
-project = u'View Server - Operations Guide'
+project = u'View Server - Operator Guide'
 copyright = u'2019, 2020, EOX IT Services GmbH'
 author = u'EOX IT Services GmbH'
 
@@ -52,6 +52,8 @@ html_theme = 'alabaster'
 # so a file named "default.css" will overwrite the builtin "default.css".
 html_static_path = ['_static']
 
+html_favicon = 'images/favicon.ico'
+
 numfig = True
 numfig_format = {
     'figure': 'Figure %s',
@@ -63,8 +65,8 @@ numfig_secnum_depth = 2
 
 latex_documents = [(
     'index',
-    'View-Server.tex',
-    u'View Server - Usage Guide',
+    'View-Server_-_Operator-Guide.tex',
+    u'View Server - Operator Guide',
     u'EOX IT Services GmbH',
     'manual',
     True
diff --git a/documentation/operator-guide/images/favicon.ico b/documentation/operator-guide/images/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..b4d1efa50d197e85eb86c8d60c53db49393b3254
GIT binary patch
literal 766
zcmd5)K_~=a7=1Hqa$EnuN=Uo2cF9RNNojVuC}r)Iy=jPYQAngDt3)9yDHo+Z$U$;-
z8@0;OO^&n&d$V?}S)|XmOPsj!O>gFZ-}~qNZ@val_|kR3_cEkapb9_}LuUjS#r{t<
z9R#MjC1!e5%=ZZ_MXRwq*no}EW~`5OAU@uS-I*Zv7D6~&8^&p31=i6vuFj83mh>mJ
z)8&tt*4NRGsv^~P-v{S*s}vB91DDC2XQHeGq>x6|#XNdX{g9G}Qbhrc^0h>Qw<}U{
zQC6XZK{n5m-w>D}-4hN`UNTkLz@%_vz@QvUC4&jt(t<UVlRnB64frJgkVZBPdMPI0
zty;!Kc@{|L1guvSSk(84!fbg-u{dQa>49}Gl=4#8LcNjn&^5d;$v$D_N%Xc2v`C@x
zx>QzVL~#DaPs$HFH#_>x{?97InQuV$89etfC4K=U<3P&IzZ_$-2&WSTryFyd2A)?v
Xm`YiAy{%L33UJUHcqD1#*Y9};&;sH{

literal 0
HcmV?d00001

diff --git a/documentation/operator-guide/index.rst b/documentation/operator-guide/index.rst
index 9ab9492b..de28ce82 100644
--- a/documentation/operator-guide/index.rst
+++ b/documentation/operator-guide/index.rst
@@ -1,14 +1,14 @@
 .. _contents:
 
-View Server - Operations Guide
-==============================
+View Server - Operator Guide
+============================
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 3
 
    intro
 
-   operations-guide
+   operator-guide
 
 ..
    Indices and tables
diff --git a/documentation/operator-guide/operator-guide.rst b/documentation/operator-guide/operator-guide.rst
index e735a9c8..96109777 100644
--- a/documentation/operator-guide/operator-guide.rst
+++ b/documentation/operator-guide/operator-guide.rst
@@ -1,9 +1,11 @@
-# Operations Guide
+Operator Guide
+==============
 
 TODO
 
 
-## Admin
+Admin
+-----
 
 * https://vhr18.pdas.prism.eox.at/admin
 * https://emg.pdas.prism.eox.at/admin
-- 
GitLab