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.
This commit is contained in:
Dag Wieers 2018-09-13 20:12:43 +02:00 committed by Alicia Cozine
parent 34d08adea0
commit afea00fa9f

View file

@ -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