Lorin Hochstein
17d0022384
Typo: mo[u]dules
...
Fix typo: moudules -> modules
10 years ago
CaptTofu
83457e147c
Small fix for issue #9275
10 years ago
Brendan Jurd
93e398e447
Fix several it's/its errors in the documentation.
10 years ago
James Cammarata
7b31ddc360
Merge pull request #9234 from gamename/patch-1
...
Update developing_modules.rst
10 years ago
gamename
4dea5c34ab
Update developing_modules.rst
...
The existing description does not make 2 things clear.
1) This is an environment variable
2) It must be set on the _controlling_ host, not the remote host.
10 years ago
William Jimenez
adc238c80b
broken link in developing_modules.rst
...
link to core modules source is broken since restructuring of public ansible repos
10 years ago
Michael DeHaan
e8fe306cef
Some various comments about the new repos, more to likely come.
10 years ago
Pascal Borreli
fe40a7d88a
Fixed typos
10 years ago
eludom
b1b17ce15a
Update developing_modules.rst
11 years ago
Christian Berendt
58ff9cd7c8
fixed typos found by RETF rules in RST files
...
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
11 years ago
Cristian Ciupitu
0749112286
Micro-optimization: replace s.find(x)!=-1 with x in s
...
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
11 years ago
Lukáš Lalinský
95d102f5e4
Remove obsolete module development docs
11 years ago
Richard C Isaacson
3b63b1d5b4
Fixing 'Note' formatting where typos have missing sections or broken formatting.
11 years ago
Michael DeHaan
1c29f043b4
Add contents to various pages with more than one topic per page.
11 years ago
Mikhail Sobolev
8b7327a2f6
make examples/DOCUMENTATION.yml a link
11 years ago
Michael DeHaan
35ec9f81ae
Further modifications to the module formatter to adjust to the new theme, and some misc docs text corrections.
11 years ago
Michael DeHaan
041cea134f
New Sphinx theme has sidebar navigation so don't need TOC on each page.
11 years ago
Rhett Sutphin
aa475d337a
Document env dependency for test-module.
...
You need to source hacking/env-setup before running hacking/test-module;
otherwise you get an error like this:
ImportError: No module named ansible.utils
11 years ago
Michael DeHaan
0cd09dd54f
Remove extra "latest/" subdirectory in docs build structure.
11 years ago