community.general/lib/ansible/modules/source_control
Dag Wieers f824b2ce8d Avoid having module documentation links to itself (#21329)
* Avoid having module documentation links to itself

A lot of modules use M(own_module) in their documentation causing a link
in the documentation to itself.

* Make note more clear now
2017-02-13 14:02:34 +00:00
..
__init__.py
bzr.py Remove unneeded quotes - source_control/bzr.py (#18825) 2016-12-09 08:48:15 -05:00
git.py Fix git remote url change detection. (#20587) 2017-01-23 16:09:42 -08:00
git_config.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
github_hooks.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
github_key.py
github_release.py
gitlab_group.py Native YAML - source_control/gitlab_group (#19054) 2016-12-09 05:48:33 -05:00
gitlab_project.py
gitlab_user.py Specify in requirements one needs to have admin rights (#20455) 2017-01-19 16:17:33 -08:00
hg.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
subversion.py