You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by xu...@apache.org on 2017/03/16 23:37:31 UTC

incubator-airflow git commit: [AIRFLOW-963] Fix non-rendered code examples

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 12901ddfa -> f69c1b416


[AIRFLOW-963] Fix non-rendered code examples

Please accept this PR that addresses the following
issues:
-
https://issues.apache.org/jira/browse/AIRFLOW-963

Testing Done:
- ran sphinx-build locally and confirmed correctly
rendered

Closes #2139 from sekikn/AIRFLOW-963


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

Branch: refs/heads/master
Commit: f69c1b4164dcb05c6e4361ca8e0f5567efbc2b10
Parents: 12901dd
Author: Kengo Seki <se...@apache.org>
Authored: Thu Mar 16 19:37:23 2017 -0400
Committer: Li Xuanji <xu...@gmail.com>
Committed: Thu Mar 16 19:37:23 2017 -0400

----------------------------------------------------------------------
 docs/scheduler.rst | 1 +
 docs/security.rst  | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f69c1b41/docs/scheduler.rst
----------------------------------------------------------------------
diff --git a/docs/scheduler.rst b/docs/scheduler.rst
index 749d58a..efc98a8 100644
--- a/docs/scheduler.rst
+++ b/docs/scheduler.rst
@@ -91,6 +91,7 @@ will do, is to instruct the scheduler to only create a DAG Run for the most curr
 interval series.
 
 .. code:: python
+
     """
     Code that goes along with the Airflow tutorial located at:
     https://github.com/airbnb/airflow/blob/master/airflow/example_dags/tutorial.py

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f69c1b41/docs/security.rst
----------------------------------------------------------------------
diff --git a/docs/security.rst b/docs/security.rst
index 70db606..7c06fe3 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -324,6 +324,7 @@ this, assuming as airflow is running as the `airflow` user. Note that this means
 the airflow user must be trusted and treated the same way as the root user.
 
 .. code-block:: none
+
     airflow ALL=(ALL) NOPASSWD: ALL
 
 Subtasks with impersonation will still log to the same folder, except that the files they