From afea00fa9fe3e5a04b17e4016e61b9399d4a1a50 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 13 Sep 2018 20:12:43 +0200 Subject: [PATCH] Improve the local toctree (and title) (#45590) Make toctree for Windows dev guide local, remove 'Ansible' from the title, since this documentation is about Ansible. --- .../rst/dev_guide/developing_modules_general_windows.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_general_windows.rst b/docs/docsite/rst/dev_guide/developing_modules_general_windows.rst index 99c1ca1cf84..f5c96f35987 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_general_windows.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_general_windows.rst @@ -1,8 +1,8 @@ .. _developing_modules_general_windows: -********************************************** -Windows Ansible module development walkthrough -********************************************** +************************************** +Windows module development walkthrough +************************************** In this section, we will walk through developing, testing, and debugging an Ansible Windows module. @@ -12,7 +12,8 @@ Windows host, this guide differs from the usual development walkthrough guide. What's covered in this section: -.. contents:: Topics +.. contents:: + :local: Windows environment setup