You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/11 17:50:32 UTC

[GitHub] mistercrunch closed pull request #6662: Minor doc fix for superset

mistercrunch closed pull request #6662: Minor doc fix for superset
URL: https://github.com/apache/incubator-superset/pull/6662
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/conf.py b/docs/conf.py
index b8c95fa6e0..d0e7923eb7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,7 +50,7 @@
 # General information about the project.
 project = "Apache Superset"
 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
 # |version| and |release|, also used in various other places throughout the
@@ -226,7 +226,7 @@
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
   (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
diff --git a/setup.cfg b/setup.cfg
index cdf1ed547a..15d9402c9a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,8 +2,8 @@
 name = Superset
 summary = a data exploration platform
 description-file = README.md
-author = Maxime Beauchemin
-author-email = maximebeauchemin@gmail.com
+author = Apache Superset Dev
+author-email = dev@superset.incubator.apache.org
 license = Apache License, Version 2.0
 
 [files]
diff --git a/setup.py b/setup.py
index 07318d8d88..236298f60e 100644
--- a/setup.py
+++ b/setup.py
@@ -100,8 +100,8 @@ def get_git_sha():
         'cors': ['flask-cors>=2.0.0'],
         'console_log': ['console_log==0.2.10'],
     },
-    author='Maxime Beauchemin',
-    author_email='maximebeauchemin@gmail.com',
+    author='Apache Superset Dev',
+    author_email='dev@superset.incubator.apache.org',
     url='https://github.com/apache/incubator-superset',
     download_url=(
         'https://github.com'


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org