You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/05/15 06:54:10 UTC

incubator-airflow git commit: [AIRFLOW-2465] Fix wrong module names in the doc

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 089c996fb -> b76d560ce


[AIRFLOW-2465] Fix wrong module names in the doc

Closes #3359 from sekikn/AIRFLOW-2465


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

Branch: refs/heads/master
Commit: b76d560ce1ed260596abf1b4acd2eb6449c13983
Parents: 089c996
Author: Kengo Seki <se...@apache.org>
Authored: Tue May 15 08:54:04 2018 +0200
Committer: Fokko Driesprong <fo...@godatadriven.com>
Committed: Tue May 15 08:54:04 2018 +0200

----------------------------------------------------------------------
 docs/code.rst       | 2 +-
 docs/kubernetes.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/b76d560c/docs/code.rst
----------------------------------------------------------------------
diff --git a/docs/code.rst b/docs/code.rst
index 67519c9..53c9313 100644
--- a/docs/code.rst
+++ b/docs/code.rst
@@ -173,7 +173,7 @@ Operators
 .. autoclass:: airflow.contrib.operators.qubole_operator.QuboleOperator
 .. autoclass:: airflow.contrib.operators.s3_list_operator.S3ListOperator
 .. autoclass:: airflow.contrib.operators.s3_to_gcs_operator.S3ToGoogleCloudStorageOperator
-.. autoclass:: airflow.operators.segment_track_event_operator.SegmentTrackEventOperator
+.. autoclass:: airflow.contrib.operators.segment_track_event_operator.SegmentTrackEventOperator
 .. autoclass:: airflow.contrib.operators.sftp_operator.SFTPOperator
 .. autoclass:: airflow.contrib.operators.slack_webhook_operator.SlackWebhookOperator
 .. autoclass:: airflow.contrib.operators.snowflake_operator.SnowflakeOperator

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/b76d560c/docs/kubernetes.rst
----------------------------------------------------------------------
diff --git a/docs/kubernetes.rst b/docs/kubernetes.rst
index cb0ad87..9358250 100644
--- a/docs/kubernetes.rst
+++ b/docs/kubernetes.rst
@@ -46,5 +46,5 @@ Kubernetes Operator
 
 .. autoclass:: airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator
 
-.. autoclass:: airflow.contrib.operators.secret.Secret
+.. autoclass:: airflow.contrib.kubernetes.secret.Secret