Repository: incubator-airflow Updated Branches: refs/heads/master 9c6fc127f -> 133e249e0
[AIRFLOW-2220] Remove duplicate numeric list entry in security.rst This duplicate entry was causing rst formatting issues in the security section of the documentation. Closes #3133 from dan-sf/AIRFLOW-2220 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/133e249e Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/133e249e Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/133e249e Branch: refs/heads/master Commit: 133e249e05038b25cf15203988c1c78b6974c4e2 Parents: 9c6fc12 Author: dan-sf <fowler...@gmail.com> Authored: Fri Mar 16 12:30:30 2018 +0100 Committer: Fokko Driesprong <fokkodriespr...@godatadriven.com> Committed: Fri Mar 16 12:30:30 2018 +0100 ---------------------------------------------------------------------- docs/security.rst | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/133e249e/docs/security.rst ---------------------------------------------------------------------- diff --git a/docs/security.rst b/docs/security.rst index 9029cc9..6b3f933 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -294,7 +294,6 @@ backend. In order to setup an application: 1. Navigate to https://console.developers.google.com/apis/ 2. Select 'Credentials' from the left hand nav -2. Select 'Credentials' from the left hand nav 3. Click 'Create credentials' and choose 'OAuth client ID' 4. Choose 'Web application' 5. Fill in the required information (the 'Authorized redirect URIs' must be fully qualifed e.g. http://airflow.example.com/oauth2callback)