You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/25 10:00:10 UTC

[GitHub] mik-laj commented on a change in pull request #4585: [AIRFLOW-XXX] Reduction of the number of warnings in the documentation

mik-laj commented on a change in pull request #4585: [AIRFLOW-XXX] Reduction of the number of warnings in the documentation
URL: https://github.com/apache/airflow/pull/4585#discussion_r250927352
 
 

 ##########
 File path: docs/kubernetes.rst
 ##########
 @@ -131,6 +131,10 @@ Kubernetes Operator
 
 
 .. autoclass:: airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator
+    :noindex:
 
 Review comment:
   This is related to this warning:
   ````
   /workspace/airflow/contrib/operators/kubernetes_pod_operator.py:docstring of airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator:1: WARNING: duplicate object description of airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator, other instance in /workspace/docs/code.rst, use :noindex: for one of them
   /workspace/airflow/contrib/operators/kubernetes_pod_operator.py:docstring of airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator.execute:1: WARNING: duplicate object description of airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator.execute, other instance in /workspace/docs/code.rst, use :noindex: for one of them
   ```
   

----------------------------------------------------------------
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