[X2Go-Commits] [python-x2go] 01/01: docs/source/conf.py: Drop unicode markers from strings, rephrase more doc type specific titles.
git-admin at x2go.org
git-admin at x2go.org
Fri Sep 7 09:03:49 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository python-x2go.
commit 5e6ace116819021241caee0126c81455158b0302
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Sep 7 09:03:41 2018 +0200
docs/source/conf.py: Drop unicode markers from strings, rephrase more doc type specific titles.
---
docs/source/conf.py | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index f1daf7f..2270716 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -62,9 +62,9 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Python X2Go'
-copyright = u'{year}, {author}'.format(year=date.today().year, author=x2go.__AUTHOR__)
-author = u'{author}'.format(author=x2go.__AUTHOR__)
+project = 'Python X2Go'
+copyright = '{year}, {author}'.format(year=date.today().year, author=x2go.__AUTHOR__)
+author = '{author}'.format(author=x2go.__AUTHOR__)
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -151,7 +151,7 @@ else:
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
-html_title = u'Python X2Go (Client) API Documentation (v{ver})'.format(ver=release)
+html_title = 'Python X2Go (Client) API Documentation (v{ver})'.format(ver=release)
# A shorter title for the navigation bar. Default is the same as html_title.
#
@@ -277,8 +277,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'x2go.tex', u'x2go Documentation',
- u'Author', 'manual'),
+ (master_doc, 'x2go.tex', 'Python X2Go (Client) API Documentation',
+ 'Author', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -319,7 +319,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'x2go', u'x2go Documentation',
+ (master_doc, 'x2go', 'Python X2Go (Client) API Documentation',
[author], 1)
]
@@ -334,8 +334,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'x2go', u'x2go Documentation',
- author, 'x2go', 'One line description of project.',
+ (master_doc, 'x2go', 'Python X2Go (Client) API Documentation',
+ author, 'x2go', 'Module for easily writing X2Go Client applications in Python.',
'Miscellaneous'),
]
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
More information about the x2go-commits
mailing list