@@ -113,7 +113,7 @@ def __getattr__(cls, name):
113
113
114
114
# General information about the project.
115
115
project = u'xray'
116
- copyright = u'2014, Stephan Hoyer, Alex Kleeman, Eugene Brevdo '
116
+ copyright = u'2014, xray Developers '
117
117
118
118
import xray
119
119
@@ -268,7 +268,7 @@ def __getattr__(cls, name):
268
268
# author, documentclass [howto, manual, or own class]).
269
269
latex_documents = [
270
270
('index' , 'xray.tex' , u'xray Documentation' ,
271
- u'Stephan Hoyer and Alex Kleeman ' , 'manual' ),
271
+ u'xray Developers ' , 'manual' ),
272
272
]
273
273
274
274
# The name of an image file (relative to this directory) to place at the top of
@@ -298,7 +298,7 @@ def __getattr__(cls, name):
298
298
# (source start file, name, description, authors, manual section).
299
299
man_pages = [
300
300
('index' , 'xray' , u'xray Documentation' ,
301
- [u'Stephan Hoyer and Alex Kleeman ' ], 1 )
301
+ [u'xray Developers ' ], 1 )
302
302
]
303
303
304
304
# If true, show URL addresses after external links.
@@ -312,7 +312,7 @@ def __getattr__(cls, name):
312
312
# dir menu entry, description, category)
313
313
texinfo_documents = [
314
314
('index' , 'xray' , u'xray Documentation' ,
315
- u'Stephan Hoyer and Alex Kleeman ' , 'xray' , 'One line description of project.' ,
315
+ u'xray Developers ' , 'xray' , 'One line description of project.' ,
316
316
'Miscellaneous' ),
317
317
]
318
318
@@ -330,4 +330,5 @@ def __getattr__(cls, name):
330
330
331
331
332
332
# Example configuration for intersphinx: refer to the Python standard library.
333
- intersphinx_mapping = {'http://docs.python.org/' : None }
333
+ intersphinx_mapping = {}
334
+ intersphinx_mapping ['pandas' ] = ('http://pandas.pydata.org/pandas-docs/stable/' , None )
0 commit comments