]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/doc/source/conf.py
Salome HOME
Update copyrights
[modules/shaper.git] / src / PythonAPI / doc / source / conf.py
index 2acabd660f604a45db0535c9c36bacdf6c27cfbf..71b6bab83b678b5d0ebb9c0d3a60f9135bcaf229 100644 (file)
@@ -1,25 +1,4 @@
 # -*- coding: utf-8 -*-
-
-## Copyright (C) 2014-2017  CEA/DEN, EDF R&D
-##
-## This library is free software; you can redistribute it and/or
-## modify it under the terms of the GNU Lesser General Public
-## License as published by the Free Software Foundation; either
-## version 2.1 of the License, or (at your option) any later version.
-##
-## This library is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-## Lesser General Public License for more details.
-##
-## You should have received a copy of the GNU Lesser General Public
-## License along with this library; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-##
-## See http:##www.salome-platform.org/ or
-## email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
-##
-
 #
 # Shaper python API documentation build configuration file, created by
 # sphinx-quickstart on Thu Oct 15 11:55:42 2015.
@@ -74,8 +53,8 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'Shaper python API'
-copyright = u'2014-20xx CEA/DEN, EDF R&D'
+project = 'Shaper python API'
+copyright = '2014-2019 CEA/DEN, EDF R&D'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -227,8 +206,8 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-  ('index', 'ShaperpythonAPI.tex', u'Shaper python API Documentation',
-   u'Renaud Nédélec', 'manual'),
+  ('index', 'ShaperpythonAPI.tex', 'Shaper python API Documentation',
+   'Renaud Nédélec', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -257,8 +236,8 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'shaperpythonapi', u'Shaper python API Documentation',
-     [u'Renaud Nédélec'], 1)
+    ('index', 'shaperpythonapi', 'Shaper python API Documentation',
+     ['Renaud Nédélec'], 1)
 ]
 
 # If true, show URL addresses after external links.
@@ -271,8 +250,8 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-  ('index', 'ShaperpythonAPI', u'Shaper python API Documentation',
-   u'Renaud Nédélec', 'ShaperpythonAPI', 'One line description of project.',
+  ('index', 'ShaperpythonAPI', 'Shaper python API Documentation',
+   'Renaud Nédélec', 'ShaperpythonAPI', 'One line description of project.',
    'Miscellaneous'),
 ]