Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e43381

Browse files
committed
Selenium Project Teeam is the author
1 parent 94cb472 commit 6e43381

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

source/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = u'Selenium Python Bindings'
44-
copyright = u'2011, Baiju Muthukadan'
44+
copyright = u'2010-2011, Selenium Project'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
@@ -179,7 +179,7 @@
179179
# (source start file, target name, title, author, documentclass [howto/manual]).
180180
latex_documents = [
181181
('index', 'SeleniumPythonBindings.tex', u'Selenium Python Bindings Documentation',
182-
u'Baiju Muthukadan', 'manual'),
182+
u'Selenium Project Team', 'manual'),
183183
]
184184

185185
# The name of an image file (relative to this directory) to place at the top of
@@ -212,17 +212,17 @@
212212
# (source start file, name, description, authors, manual section).
213213
man_pages = [
214214
('index', 'seleniumpythonbindings', u'Selenium Python Bindings Documentation',
215-
[u'Baiju Muthukadan'], 1)
215+
[u'Selenium Project Team'], 1)
216216
]
217217

218218

219219
# -- Options for Epub output ---------------------------------------------------
220220

221221
# Bibliographic Dublin Core info.
222222
epub_title = u'Selenium Python Bindings'
223-
epub_author = u'Baiju Muthukadan'
224-
epub_publisher = u'Baiju Muthukadan'
225-
epub_copyright = u'2011, Baiju Muthukadan'
223+
epub_author = u'Selenium Project Team'
224+
epub_publisher = u'Selenium Project Team'
225+
epub_copyright = u'2010-2011, Project Team'
226226

227227
# The language of the text. It defaults to the language option
228228
# or en if the language is not set.

source/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Selenium with Python
33
********************
44

5-
:Author: `Baiju Muthukadan <http://baijum.blogspot.com/>`_
6-
:Email: baiju.m.mail AT gmail.com
75
:Version: |version|
86

97
.. toctree::

0 commit comments

Comments
 (0)