rub off a non-difference
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 14 Oct 2015 13:33:32 +0000 (15:33 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 14 Oct 2015 13:33:32 +0000 (15:33 +0200)
doc/sphinx/conf.py

index 8019dd1..a8a816f 100644 (file)
@@ -40,8 +40,8 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'NEPI'
-copyright = u'2014, Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino'
+project = 'NEPI'
+copyright = '2014, Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -183,8 +183,8 @@ latex_elements = {
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'NEPI.tex', u'NEPI Documentation',
-   u'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino', 'manual'),
+  ('index', 'NEPI.tex', 'NEPI Documentation',
+   'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -213,8 +213,8 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'NEPI', u'NEPI Documentation',
-     [u'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino'], 1)
+    ('index', 'NEPI', 'NEPI Documentation',
+     ['Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino'], 1)
 ]
 
 # If true, show URL addresses after external links.
@@ -227,8 +227,8 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-  ('index', 'NEPI', u'NEPI Documentation',
-   u'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino', 
+  ('index', 'NEPI', 'NEPI Documentation',
+   'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino', 
    'NEPI', 'The network experimentation programming interface',
    'Miscellaneous'),
 ]