Skip to content

Commit

Permalink
[AIRFLOW-963] Fix non-rendered code examples
Browse files Browse the repository at this point in the history
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 apache#2139 from sekikn/AIRFLOW-963
  • Loading branch information
sekikn authored and ldct committed Mar 16, 2017
1 parent 12901dd commit f69c1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/scheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f69c1b4

Please sign in to comment.