From 44f26665337f37fa85bd73ebc7ed10028a4df71c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 28 Sep 2020 18:23:30 +0200 Subject: [PATCH] doc: update links --- doc/content/UNAM_2020.rst | 4 ++-- doc/pelicanconf.py | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/content/UNAM_2020.rst b/doc/content/UNAM_2020.rst index 9bf42b68..50db38e3 100644 --- a/doc/content/UNAM_2020.rst +++ b/doc/content/UNAM_2020.rst @@ -1,5 +1,5 @@ -Telemeta project presented at sound archive communities of middle and south America -#################################################################################### +Telemeta project presented at middle and south America sound archive communities +################################################################################ :date: 2020-09-25 17:00 :category: Events diff --git a/doc/pelicanconf.py b/doc/pelicanconf.py index 816cdaed..70c3f0f9 100644 --- a/doc/pelicanconf.py +++ b/doc/pelicanconf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # from __future__ import unicode_literals -AUTHOR = u'Parisson SARL' +AUTHOR = u'Telemeta project' SITENAME = u'Telemeta project' TIMEZONE = 'Europe/Paris' @@ -31,14 +31,12 @@ TRANSLATION_FEED_ATOM = None LINKS = (('Python', 'http://python.org/'), ('Django', 'https://www.djangoproject.com/'), ('TimeSide', 'https://github.com/Parisson/TimeSide'), - ('Docker', 'https://www.docker.com/') + ('IRCAM', 'https://www.ircam.fr') ) # Social widget SOCIAL = (('GitHub', 'https://github.com/Parisson/Telemeta'), ('Twitter', 'https://twitter.com/telemeta/'), - ('Google+', 'https://plus.google.com/+Parisson'), - ('LinkedIn', 'https://www.linkedin.com/company/parisson'), ) # Uncomment following line if you want document-relative URLs when developing -- 2.39.5