Fix document references in modules (#49892)

* Docs: Fixes internal module reference syntax for seealso
* Updates anchors and links
* Updates seealso in the docs for module **win_chocolatey**.
This commit is contained in:
Dag Wieers 2018-12-17 17:20:06 +01:00 committed by Alicia Cozine
commit 653c3da500
6 changed files with 34 additions and 23 deletions

View file

@ -224,7 +224,7 @@ See Also
{% for item in seealso %}
{% if item.module is defined and item.description is defined %}
:ref:`Module @{ item.module }@ <@{ item.module }@_module>`
:ref:`@{ item.module }@_module`
@{ item.description | rst_ify }@
{% elif item.module is defined %}
:ref:`@{ item.module }@_module`