From 597fe6b988a577932bb1304fd82a4fc426441110 Mon Sep 17 00:00:00 2001 From: Carel van Niekerk <carel.niekerk@hhu.de> Date: Wed, 22 Apr 2020 09:51:43 +0200 Subject: [PATCH] Update Page/index.html, Page/benchmarks/index.html, conf.py, Docs/index.rst files --- Docs/index.rst | 2 +- Page/benchmarks/index.html | 3 +++ Page/index.html | 3 +++ conf.py | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Docs/index.rst b/Docs/index.rst index b47ef1a..2a7de08 100644 --- a/Docs/index.rst +++ b/Docs/index.rst @@ -10,7 +10,7 @@ PyDial Home Page =================== .. toctree:: - `Home Page <../index.html>`_ +- `Home Page <../index.html>`_ Tutorials ==================== diff --git a/Page/benchmarks/index.html b/Page/benchmarks/index.html index 1ff616c..45adf6d 100644 --- a/Page/benchmarks/index.html +++ b/Page/benchmarks/index.html @@ -118,6 +118,9 @@ python pydial.py plot --noplot _benchmarklogs/env1-hdc-CR-seed*-00.1-4.train.log <div class="footer"> ©2015-2017, Dialogue Systems Group, University of Cambridge. + | + <a href="https://www.uni-duesseldorf.de/home/footer/datenschutz.html" target=_blank>Datenschutz</a> + <a href="https://www.uni-duesseldorf.de/home/footer/impressum.html" target=_blank>Impressum</a> | Powered by <a href="https://github.com/bitprophet/alabaster" target=_blank >Alabaster 0.7.9</a> </div> diff --git a/Page/index.html b/Page/index.html index f218aeb..409ccf3 100644 --- a/Page/index.html +++ b/Page/index.html @@ -155,6 +155,9 @@ Proceedings of the 55th Annual Meeting of the Association for Computational Ling <div class="footer"> ©2015-2019, Dialogue Systems Group, University of Cambridge, 2019-2020, Dialogue Systems and Machine Learning Group, Heinrich-Heine University Düsseldorf. + | + <a href="https://www.uni-duesseldorf.de/home/footer/datenschutz.html" target=_blank>Datenschutz</a> + <a href="https://www.uni-duesseldorf.de/home/footer/impressum.html" target=_blank>Impressum</a> | Powered by <a href="https://github.com/bitprophet/alabaster" target=_blank >Alabaster 0.7.9</a> </div> diff --git a/conf.py b/conf.py index 2fa883e..982c9ab 100644 --- a/conf.py +++ b/conf.py @@ -78,7 +78,7 @@ master_doc = 'Docs/index' # General information about the project. project = 'PyDial3' copyright = '2015-2019, Dialogue Systems Group, University of Cambridge, 2019-2020, Dialogue Systems and Machine Learning Group, Heinrich-Heine University Düsseldorf' -author = 'Dialogue Systems Group, University of Cambridge, Dialogue Systems and Machine Learning Group, Heinrich-Heine University Düsseldorf' +author = 'Dialogue Systems Group, University of Cambridge, Dialogue Systems and Machine Learning Group, Heinrich-Heine University Düsseldorf \n <a href="https://www.uni-duesseldorf.de/home/footer/datenschutz.html" target=_blank>Datenschutz</a> \n <a href="https://www.uni-duesseldorf.de/home/footer/impressum.html" target=_blank>Impressum</a>' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- GitLab