You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ma...@apache.org on 2017/06/07 21:26:52 UTC

[1/2] incubator-airflow git commit: [AIRFLOW-1290] set docs author to 'Apache Airflow'

Repository: incubator-airflow
Updated Branches:
  refs/heads/master ffe6162f2 -> b13cd6db9


[AIRFLOW-1290] set docs author to 'Apache Airflow'


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/92792e47
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/92792e47
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/92792e47

Branch: refs/heads/master
Commit: 92792e472cf5c5084bb43b9549772a37e3c61149
Parents: ffe6162
Author: Maxime Beauchemin <ma...@gmail.com>
Authored: Wed Jun 7 13:54:00 2017 -0700
Committer: Maxime Beauchemin <ma...@gmail.com>
Committed: Wed Jun 7 13:54:00 2017 -0700

----------------------------------------------------------------------
 docs/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/92792e47/docs/conf.py
----------------------------------------------------------------------
diff --git a/docs/conf.py b/docs/conf.py
index c462847..6c84fcd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -224,7 +224,7 @@ latex_elements = {
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
   ('index', 'Airflow.tex', u'Airflow Documentation',
-   u'Maxime Beauchemin', 'manual'),
+   u'Apache Airflow', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -254,7 +254,7 @@ latex_documents = [
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('index', 'airflow', u'Airflow Documentation',
-     [u'Maxime Beauchemin'], 1)
+     [u'Apache Airflow'], 1)
 ]
 
 # If true, show URL addresses after external links.
@@ -268,7 +268,7 @@ man_pages = [
 #  dir menu entry, description, category)
 texinfo_documents = [(
     'index', 'Airflow', u'Airflow Documentation',
-    u'Maxime Beauchemin', 'Airflow',
+    u'Apache Airflow', 'Airflow',
     'Airflow is a system to programmaticaly author, schedule and monitor data pipelines.',
     'Miscellaneous'
 ),]


[2/2] incubator-airflow git commit: Merge pull request #2352 from mistercrunch/remove_max_author

Posted by ma...@apache.org.
Merge pull request #2352 from mistercrunch/remove_max_author


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/b13cd6db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/b13cd6db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/b13cd6db

Branch: refs/heads/master
Commit: b13cd6db989e13bb23424d03a6acff79ee279693
Parents: ffe6162 92792e4
Author: Maxime Beauchemin <ma...@gmail.com>
Authored: Wed Jun 7 14:26:36 2017 -0700
Committer: Maxime Beauchemin <ma...@gmail.com>
Committed: Wed Jun 7 14:26:36 2017 -0700

----------------------------------------------------------------------
 docs/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------