Minor doc fix for superset (#6662)

This commit is contained in:
Tao Feng 2019-01-11 09:50:31 -08:00 committed by Maxime Beauchemin
parent 8051818693
commit fafa6b4dda
3 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = "Apache Superset" project = "Apache Superset"
copyright = 'Copyright © 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.' copyright = 'Copyright © 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.'
author = u'Maxime Beauchemin' author = u'Apache Superset Dev'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -226,7 +226,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'superset.tex', u'Superset Documentation', (master_doc, 'superset.tex', u'Superset Documentation',
u'Maxime Beauchemin', 'manual'), u'Apache Superset Dev', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of

View File

@ -2,8 +2,8 @@
name = Superset name = Superset
summary = a data exploration platform summary = a data exploration platform
description-file = README.md description-file = README.md
author = Maxime Beauchemin author = Apache Superset Dev
author-email = maximebeauchemin@gmail.com author-email = dev@superset.incubator.apache.org
license = Apache License, Version 2.0 license = Apache License, Version 2.0
[files] [files]

View File

@ -100,8 +100,8 @@ setup(
'cors': ['flask-cors>=2.0.0'], 'cors': ['flask-cors>=2.0.0'],
'console_log': ['console_log==0.2.10'], 'console_log': ['console_log==0.2.10'],
}, },
author='Maxime Beauchemin', author='Apache Superset Dev',
author_email='maximebeauchemin@gmail.com', author_email='dev@superset.incubator.apache.org',
url='https://github.com/apache/incubator-superset', url='https://github.com/apache/incubator-superset',
download_url=( download_url=(
'https://github.com' 'https://github.com'