Alicia Cozine
29b20bd1b1
DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides ( #71480 )
2020-09-01 12:25:37 -04:00
Remi Verchere
824cd4cbeb
Update ansible european IRC channel ( #71326 )
...
Signed-off-by: Rémi VERCHERE <remi@verchere.fr>
2020-08-17 17:06:48 -05:00
Alicia Cozine
4f4436c124
updates changelog types; some updates for easier translation ( #71027 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-08-03 13:46:41 -04:00
Sorin Sbarnea
b7ee07215d
Update Molecule support contact ( #70797 )
...
As Molecule started to use https://github.com/ansible-community/molecule/discussions we need to update documentation before retiring
the molecule-users mailing list.
2020-07-22 11:53:52 +01:00
Sandra McCann
2a7df5e07b
add note for write permission on rst files ( #70766 )
...
* add note for write permission on rst files
* Update docs/docsite/rst/community/documentation_contributions.rst
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
2020-07-21 16:00:47 -05:00
Alicia Cozine
f1f782fc37
partial update of community docs to reflect collections transition ( #70488 )
2020-07-14 15:47:18 -04:00
Andrew Klychkov
edcd1a1a70
Doc: fix examples of changelog entries. ( #70551 )
2020-07-10 16:17:03 -04:00
Abhijeet Kasurde
e4f48c920c
Docs: mention about Ansible workshops ( #70353 )
...
Lightbulb is deprecated in favor of https://ansible.github.io/workshops/
Update links accordingly.
Fixes : #70296
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-06-29 14:06:04 -05:00
Sandra McCann
647c6cd289
updates to ansible-maintained collections guidelines ( #70178 )
2020-06-19 14:04:19 -05:00
Jill R
8ad46870a4
Update note about AWS collection test requirements in docs ( #70176 )
2020-06-19 13:40:19 -04:00
Sandra McCann
2609482975
How to contribute to Ansible maintained collections ( #69202 )
...
contributor info with HTML table
2020-06-15 15:38:42 -05:00
Adriano C
bfc510a0f8
Update other_tools_and_programs.rst ( #69499 )
2020-05-29 13:38:06 -04:00
Dmitry
925199511e
Add JetBrains platform tools ( #69478 )
2020-05-29 12:09:26 -05:00
Andrew Klychkov
1e01ac413b
Improve the changelog-how-to documentation. ( #69268 )
...
* Improve the changelog-how-to documentation:
* remove repetitions
* mention starting with lowercase
* update the link to examples, remove an irrelevant link
* change win_ example to apt_repository
* add info about collections
2020-05-28 15:56:26 -05:00
Anatoly Pugachev
09f86c1410
docs: communications update ( #69687 )
...
* add some more info on IRC support channels to docs
2020-05-28 15:12:24 -05:00
Jon Dufresne
eab4f9afc4
docs: Small grammar improvement in the community guide ( #69304 )
...
The comma should not be included as it is not joining two independent
clauses.
2020-05-04 16:06:23 -05:00
Sandra McCann
7e0794085e
add links to new docsites ( #69310 )
2020-05-04 14:59:09 -05:00
Jeff Geerling
cfc9b4a1e2
Add Kubernetes Working Group to Communicating guide. ( #68028 )
2020-03-26 15:56:35 -04:00
Sandra McCann
f633772942
Update documenation contributions to reflect that some docs are in collections now ( #68264 )
2020-03-25 14:04:53 -05:00
Andrew Klychkov
ad8df69b58
docs/docsite/rst/: fix typos ( #67645 )
2020-02-21 10:57:07 +00:00
Marco Bellaccini
a8d72a9923
Adding nanvault to Other Tools list ( #67583 )
...
##### SUMMARY
Adding nanvault - a standalone tool to encrypt and decrypt files in the Ansible Vault format, featuring UNIX-style composability.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2020-02-19 18:31:09 +00:00
Sandra McCann
80f5503ed0
Use requirements.txt to install prereqs for docs build ( #65709 )
...
* Use requirements.txt to install prereqs for docs build
* implement feedback
2019-12-17 15:09:05 -06:00
Sandra McCann
94e98d5369
remove toshio as release manager (boohoo) ( #64685 )
2019-11-12 13:14:09 +00:00
Sandra McCann
f264e9cfca
update backport instructions to use stable-2.9 ( #64168 )
2019-10-31 19:49:17 -05:00
Andreas Olsson
c8315bfd60
Prefer https:// links in the docs site ( #62939 )
...
This is a follow-up of last year's 1a11cec
. It deals with links which
at that point either were not present or did not support https://.
2019-09-30 15:11:19 -04:00
mohamed chiheb ben jemaa
e7436e278f
Remove Latin phrases from the docs ( #62419 )
...
* add styleguide about avoiding use of latin words
2019-09-26 15:12:24 -04:00
Glandos
2d19150757
Update mitogen link ( #62247 )
2019-09-13 09:20:19 -04:00
John R Barker
41055b5dc8
Proposals aren't really used much, delete it ( #61800 )
2019-09-04 13:56:57 -05:00
Toshio Kuratomi
019d078a5a
Move common build code from _build_helpers ( #55986 )
...
We have some common code used by several docs scripts. Migrate that
into the build-only shared code repository.
* Move lib/ansible/utils/_build_helpers.py to the directory for common
build code
* Migrate docs/bin/dump_config.py to a build-ansible subcommand
* Migrate dump_keywords to the build-ansible framework
* Make the script more maintainable by using functions and good
variable names
* Port to Python3 idioms
* Fix bug so that private attributes will be undocumented
* Move generate_man to a build-ansible subcommand
* Port plugin_formatter to a build-ansible subcommand
* Rework command_plugins so that docs scripts can target Python-3.4+ and
releng-only subcommands can use more recent versions of Python.
The architecture is now that command_plugins/* need to be importable
on Python-3.4. The init_parsers() method needs to run on Python-3.4.
But the main() method can utilize features of more recent Python as
long as it fits within those parameters.
* Update docs build requirements
Port the plugin_formatter to build-ansible framework
2019-07-16 12:19:01 -07:00
Alicia Cozine
44b6f2ff56
removes last :doc: links in other sections of the docs ( #58432 )
...
* removes last :doc: links in other sections of the docs
* fix references to playbooks intro page
2019-06-27 12:18:17 -04:00
Alicia Cozine
158f97bfb2
updates docs reqs to specify Pygments version, remove tornado ( #58007 )
2019-06-18 14:24:57 -04:00
Alicia Cozine
e834cd7d41
updates reqs for building docs locally ( #57967 )
2019-06-17 15:32:01 -04:00
Sviatoslav Sydorenko
dfaa72297c
Fix an RST link to the changelog config in docs
2019-06-05 15:08:09 +02:00
Bill Nottingham
c493593b4b
Adjust assorted terminology and wording around product offerings. ( #57242 )
...
* Adjust assorted terminology and wording around product offerings.
* Update docs/docsite/rst/dev_guide/style_guide/trademarks.rst
* Update docs/docsite/rst/user_guide/modules_support.rst
* Update docs/docsite/rst/reference_appendices/tower.rst
2019-05-31 14:24:44 -05:00
Sviatoslav Sydorenko
5183f84016
📝 Mention the minumum cherry-picker version in doc ( #57139 )
2019-05-29 13:39:10 -05:00
Kevin Breit
4742897635
Move backport guide to 2.8 ( #56578 )
...
The backport guide should refer to Ansible 2.8 instead of 2.7 as the target branch, since 2.8 is out.
2019-05-17 21:16:36 -05:00
Felix Fontein
6948e04276
Add myself to committer list. ( #56363 )
2019-05-13 19:22:02 +02:00
Caio Ramos
3bbc083818
Updating working groups links to community wiki ( #54482 )
...
Updating working groups links to community wiki and adding Working Groups wiki link (https://github.com/ansible/community/wiki#working-groups )
+label: docsite_pr
2019-03-29 08:41:19 -05:00
Toshio Kuratomi
f5f4948480
Remove nose from unittests ( #54055 )
...
* Remove nose from unittests
This PR migrates the last of our unittests from using nose to using
pytest. We don't need to install nose in our testing environments
anymore
2019-03-19 18:36:45 -07:00
Sandra McCann
2c0897caf2
mention ansible-lint and editor tools that help with playbook development ( #51769 )
...
* introduce ansible-lint in playbook docs, mention editors help playbook syntax
Co-Authored-By: samccann <samccann@redhat.com>
2019-02-06 14:56:52 -06:00
mclean
8e9a5c8de7
changes 'github' to 'GitHub' in community ( #51111 )
...
* changes 'github' to 'GitHub' in community
2019-01-24 14:28:39 -06:00
Simon Legner
33b9c880a4
Consistent typesetting of "GitHub" ( #50929 )
2019-01-15 14:53:04 +01:00
Bianca Henderson
52843fcabc
Making changes to the Community Guide index ( #49670 )
2018-12-12 13:49:00 -06:00
John R Barker
c3d579c52a
Docker & Remote Management Working Groups ( #49023 )
...
* Adds Docker & Remote Management Working Groups
2018-11-26 13:27:47 -06:00
John R Barker
3433ca286d
Docs reorg /community/index & /dev_guide/index ( #48734 )
...
* Improved community/index.rst makes it easier to find existing content
2018-11-26 13:00:26 -06:00
Martin Krizek
9ce9c9698a
committer_guidelines.rst: update core committers ( #48662 )
...
* committer_guidelines.rst: update core committers
* Another update
2018-11-14 15:07:57 -05:00
Adam Miller
2b1ca25e59
docs - adapted abadger's changelog announcement email into dev process ( #48172 )
...
* docs - adapted abadger's changelog announcement email into dev process
Signed-off-by: Adam Miller <admiller@redhat.com>
* migrate changelog docs to one place, add ref to old location
Signed-off-by: Adam Miller <admiller@redhat.com>
* add changes based on feedback
Signed-off-by: Adam Miller <admiller@redhat.com>
* Refines changelog docs, minor re-org of page
* moves links and anchors for new content
* Further reorg of page
* fixes header per jamescassell
2018-11-13 22:42:02 +00:00
Andreas Krüger
806442b3ec
Document the tests that are currently run on documentation pull requests. ( #48436 )
2018-11-13 08:39:00 -06:00
Bianca Henderson
e38796bf7b
Slight Change in Wording in "Reporting Bugs and Features" ( #47984 )
...
* Adding a link for PR info
* Not specifying Google Groups in wording
2018-11-02 14:48:30 -04:00
Bianca Henderson
248827227a
Correcting syntax of PyYAML package ( #47987 )
2018-11-02 11:46:56 -05:00