mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fixed django_manage markup in docs (#1154)
* Fixed django_manage markup in docs * Update plugins/modules/web_infrastructure/django_manage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Full validation in sanity-check - removed restrictions from the tests/sanity/ignore-*.txt for django_manage - adjusted documentation and code accordingly * typo * ... and added the necessary removed_from_collection='community.general' * Update plugins/modules/web_infrastructure/django_manage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/django_manage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/django_manage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/django_manage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Added changelog fragment * Documentation sentence lacking period, as pointed in the PR. * Update plugins/modules/web_infrastructure/django_manage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/1154-django_manage-docs.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/1154-django_manage-docs.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Removed the markup for 'shebang' in the docs. Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9aeac26583
commit
a93fce6755
5 changed files with 78 additions and 53 deletions
|
@ -1231,11 +1231,6 @@ plugins/modules/web_infrastructure/apache2_module.py validate-modules:parameter-
|
|||
plugins/modules/web_infrastructure/deploy_helper.py validate-modules:doc-missing-type
|
||||
plugins/modules/web_infrastructure/deploy_helper.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/web_infrastructure/deploy_helper.py validate-modules:undocumented-parameter
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:doc-missing-type
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:no-default-for-required-parameter
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:undocumented-parameter
|
||||
plugins/modules/web_infrastructure/ejabberd_user.py validate-modules:doc-missing-type
|
||||
plugins/modules/web_infrastructure/ejabberd_user.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/web_infrastructure/ejabberd_user.py validate-modules:parameter-type-not-in-doc
|
||||
|
|
|
@ -1231,11 +1231,6 @@ plugins/modules/web_infrastructure/apache2_module.py validate-modules:parameter-
|
|||
plugins/modules/web_infrastructure/deploy_helper.py validate-modules:doc-missing-type
|
||||
plugins/modules/web_infrastructure/deploy_helper.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/web_infrastructure/deploy_helper.py validate-modules:undocumented-parameter
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:doc-missing-type
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:no-default-for-required-parameter
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:undocumented-parameter
|
||||
plugins/modules/web_infrastructure/ejabberd_user.py validate-modules:doc-missing-type
|
||||
plugins/modules/web_infrastructure/ejabberd_user.py validate-modules:doc-required-mismatch
|
||||
plugins/modules/web_infrastructure/ejabberd_user.py validate-modules:parameter-type-not-in-doc
|
||||
|
|
|
@ -962,11 +962,6 @@ plugins/modules/web_infrastructure/apache2_module.py validate-modules:doc-missin
|
|||
plugins/modules/web_infrastructure/apache2_module.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/web_infrastructure/deploy_helper.py validate-modules:doc-missing-type
|
||||
plugins/modules/web_infrastructure/deploy_helper.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:doc-missing-type
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:no-default-for-required-parameter
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/web_infrastructure/django_manage.py validate-modules:undocumented-parameter
|
||||
plugins/modules/web_infrastructure/ejabberd_user.py validate-modules:doc-missing-type
|
||||
plugins/modules/web_infrastructure/ejabberd_user.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/web_infrastructure/gunicorn.py validate-modules:parameter-type-not-in-doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue