branen
88029a73d6
Correct docsite typos: it's -> its ( #50812 )
6 years ago
Karolis Kalantojus
b5162c7a47
Documentation fix for developing own plugin ( #50547 )
...
Seems like `self` is not necessary in the call args
+label: docsite_pr
6 years ago
Phuurl
29c96d20fb
Corrects minor typos in the documentation ( #49668 )
...
Signed-off-by: Phuurl <chubble.10@icloud.com>
6 years ago
Sloane Hertel
f3d5ebb355
add more consistent extension matching for inventory plugins ( #46786 )
...
* Add consistent extension matching for inventory plugins that support YAML configuration files
* Document extension matching expectations
6 years ago
Alicia Cozine
9a76441c02
rewrite of the developer guide, part 1 ( #45179 )
...
* rewrite of the developer guide, part 1
6 years ago
Andreas Olsson
00e5123e4c
Update documentation based on 301 permanent redirects ( #43675 )
6 years ago
Andreas Olsson
1a11cecaef
Prefer https:// links in the docs site
...
All the changed urls are availible by way of https://. Most of them
already redirect.
6 years ago
Brian Coca
475abc0af7
inventory plugin docs ( #42022 )
...
* inventory plugin docs
* added set options
* minor wording and formatting fixes
* changed headers to std as per #35520 , also added to main readme
* unified inventory plugin devel, referenced from generic plugin dev
* fixed typos and update as per feedback
6 years ago
Rémy Léone
d639d5dc96
Fix typo ( #38652 )
...
Typo
+label: docsite_pr
7 years ago
scottb
381359a8f8
Doc build warning/broken link clean-a-palooza ( #37382 )
...
* Doc build warning/broken link clean-a-palooza, WIP commit 1.
* Fixed broken anchor
* Fixing additional broken links; converting from doc to ref.
* Fix anchor
7 years ago
Joshua Smith
0c012703c1
Update developing inventory script docs. ( #35639 )
...
* Update developing inventory script docs.
* Copy edit.
7 years ago
Matt Martz
89c3151167
Give example of empty _meta in dyanmic inventory ( #24085 )
8 years ago
Adam Johnson
f1c4b434cd
Tidy example inventories in "Developing Dynamic Inventory Sources" ( #18758 )
...
Thanks @adamchainz!
8 years ago
Robin Schneider
3700bcb6dd
Use HTTPS instead of legacy HTTP for ansible.com ( #16870 )
...
Mechanical edit done by this "one-liner":
```Shell
git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://(www\.|galaxy\.|)ansible\.com#https://\1ansible.com#g ;'
```
Related to: https://github.com/ansible/ansible/issues/16869
8 years ago
John R Barker
7df31aaca1
Fix all RST errors for docs/docsite/rst ( #20005 )
...
* developing_modules.rst is now in dev_guide, sync changes and delete the old version
* Cleaner RST & formatted code
* Tidyup roadmaps
* Link to repomerge
* Pull in abadger's fixes From https://github.com/ansible/ansible/compare/docs-code-block-fixes?expand=1
* Clean docsite/rst (apart from ROADMAP
8 years ago
Brian Coca
57f8b791d6
consolidated docs
...
point to new doc locations
removed non existing dirs
8 years ago