From 2f2f1186653ef06bab4ab84a2c4503a9ad097d41 Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Fri, 15 Dec 2017 15:04:53 -0500 Subject: [PATCH] python_3_support.rst: fix broken links (#33951) The links pointing to 'Building From Source' and 'Inventory' were not valid, so I updated them to point to locations that seemed appropriate. Signed-off-by: Micah Abbott --- docs/docsite/rst/python_3_support.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docsite/rst/python_3_support.rst b/docs/docsite/rst/python_3_support.rst index cbe43378edc..fa5412eedfc 100644 --- a/docs/docsite/rst/python_3_support.rst +++ b/docs/docsite/rst/python_3_support.rst @@ -7,15 +7,15 @@ Ansible 2.2, 2.3, and 2.4 feature a tech preview of Python 3 support. This topic .. note:: Ansible supports Python version 3.5 and above only. -.. note:: Technology preview features provide early access to upcoming product innovations, +.. note:: Technology preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process. - Please be aware that tech preview features may not be functionally complete and are not + Please be aware that tech preview features may not be functionally complete and are not intended for production use. To report a Python 3 bug, please see `Community Information & Contributing `_. Testing Python 3 with commands and playbooks -------------------------------------------- -* Run Ansible 2.2+ :ref:`from source ` +* Run Ansible 2.2+ - See :ref:`from_source` * To test Python 3 on the controller, run your ansible command via ``python3``. For example: @@ -65,7 +65,7 @@ Testing Python 3 module support [py3-hosts:vars] ansible_python_interpreter=/usr/bin/python3 -See the :ref:`inventory documentation ` for more information. +See :doc:`intro_inventory` for more information. * Run your command or playbook: