Commit Graph

253 Commits (073f10a52afaa5bc84aafcdc6efd2cd8a7ca2801)

Author SHA1 Message Date
Brian Coca ee08448b2e now module_formatter handles new expanded return values from the module_docs (still does not thing with new return value docs)
11 years ago
Alexey Shamrin b950a38e30 fix links to ansible-devel in documentation pages
11 years ago
Toshio Kuratomi 7c86db3187 Add KSH compat
11 years ago
ZhiFeng Hu e63c03d60f Move update.sh to hacking repository ,see #10081
11 years ago
rpe-github 0a73067153 Use basename -- $0 in case $0 starts with a dash.
11 years ago
Marco Ippolito 23da2f6415 Redundant file descriptor specifier
11 years ago
Marco Ippolito 4cd5be396d BUG! Incorrect order of redirection AND incorrect redirection syntax
11 years ago
Marco Ippolito bc0f0f838e More elegant output using here-document syntax
11 years ago
Marco Ippolito 7eb278e797 Identified two verbosity levels: info, silent
11 years ago
Marco Ippolito 9bc1e1a4a0 Reserve capitalised identifiers for system variables
11 years ago
Marco Ippolito 53fadd371b No need to prepend `.' to a relative path
11 years ago
Toshio Kuratomi 566a8d1b9d Fix issue with mixing quoting and glo9bbing.
11 years ago
Toshio Kuratomi 365af69c3e More quotes and reimplement without pushd/popd
11 years ago
Toshio Kuratomi dde32a826f Set default values for shell variables that we use
11 years ago
Toshio Kuratomi 09e556e9a4 Get rid of bash compound command to make more portable
11 years ago
Toshio Kuratomi 245f934629 Remove shebang and execute perms for env-setup since it must be sourced
11 years ago
Marco Ippolito b688570380 Corrected quoting of parameter expansions in hacking/env-setup
11 years ago
Marco Ippolito b8921706f8 Prefer modern-style Bash command substitution in hacking/env-setup
11 years ago
Marco Ippolito 31c8523371 Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)
11 years ago
Brian Coca 88443d6dcf Merge pull request #7306 from abadger/feature/egg-info
12 years ago
Veres Lajos bf5d8ee678 typofixes - https://github.com/vlajos/misspell_fixer
12 years ago
follower 8b278fee51 Correct typo of "actively" (Attempt #2)
12 years ago
follower a1c5294882 Fix misspelled "necessarily"
12 years ago
Brian Coca 339d1ccc8b fixed issue with subclasses across the repos clobbering each other, they
12 years ago
Brian Coca 2ba5c3c66b added blank line before section to avoid sphinx warnings
12 years ago
Michael DeHaan c551fe8b50 Clarify module list footer.
12 years ago
Brian Coca 12393a4b47 subcategories are now Title case and _ gets changed to a space
12 years ago
Brian Coca 5f1ad79cd3 now correctly flags and sorts subcategory modules
12 years ago
Brian Coca 650048f7dd now displays subcategories correctly
12 years ago
Brian Coca 7bd2c945a7 now doc generation does not ignore subdirs of cloud
12 years ago
Brian Coca 80b1365d53 now correctly processes modules when in subdirs of cloud
12 years ago
Brian Coca f6d9aa7a8f corrected text/flag
12 years ago
Brian Coca 023f5fd7e0 Added note explaning the module tagging
12 years ago
Brian Coca 44f0279d0a Now adds flags for non core and deprecated modules in listing
12 years ago
Brian Coca 86de59235f bypass core/extras text when module is deprecated
12 years ago
Brian Coca 8b5b97d066 now docs handle deprecated modules but still ignore aliases
12 years ago
Brian Coca 27d741102c Created Deprecated module category that only appears when there is
12 years ago
Bryan Hunt e5f651c458 export ANSIBLE_HOME so it can be used in scripts
12 years ago
Brian Coca 5ab4467708 module formatter skips modules with leading underscore to avoid
12 years ago
Toshio Kuratomi 1e12d3028c Merge pull request #9384 from insaneirish/devel
12 years ago
insaneirish 3d257bc695 Change "usuable" to "usable".
12 years ago
Igor Vuk e19f3f8a5c Typo: greatful -> grateful
12 years ago
Baptiste Mathus 2845f0c455 Typo: recieve -> receive.
12 years ago
Michael DeHaan 2211ae113c Update rst.j2
12 years ago
Martin Ueding dc750e6526 Fix link in reST template
12 years ago
Michael DeHaan ffee9a8fe0 Docsite formatting
12 years ago
Michael DeHaan 7f6ab89b5b hacking/env-setup no longer needs to set library since modules appear as git submodules.
12 years ago
Michael DeHaan e8fe306cef Some various comments about the new repos, more to likely come.
12 years ago
Michael DeHaan bceb0026a5 Updating the module formatter to deal with the new repo structure.
12 years ago
Michael DeHaan b818fbb305 Modules are almost always written now by mutliple authors, so don't show this field on website, since it grows obsolete and does not take into account all contributors.
12 years ago
Michael Salmon e827ec702e Fix issue #8578. Setting envvar in ""'s ensures the PYTHONPATH is set to
12 years ago
Hector Acosta b8cbf1370f Add checkmode support for test-module script
12 years ago
Michael DeHaan dfd4f18095 Docsite things.
12 years ago
Toshio Kuratomi 6a6060ac55 Teach env-setup how to create egg-info for ansible so that pkg_resources works
12 years ago
Felix Kaiser 3b06ab84e3 Make test-module interpret --args='{...' as yaml
12 years ago
Max Riveiro 9f7342d46d
Add tesing deps installation into hacking/README
12 years ago
Cristian Ciupitu 0749112286 Micro-optimization: replace s.find(x)!=-1 with x in s
12 years ago
Lukáš Lalinský 95d102f5e4 Remove obsolete module development docs
12 years ago
willthames e2d04f7e96 Allow hacking/env-setup module path to use config file library path
12 years ago
Matt Martz dbed05caec Support for -a to accept a file with test-module
12 years ago
jctanner 7fa0d8bdd3 Merge pull request #5461 from sivel/test-module-interpreter
12 years ago
Michael DeHaan 3b8fd62ff9 More site rename things.
12 years ago
Michael DeHaan c4a8a6d3c2 Add an "all" category so all modules show up uncategorized there.
12 years ago
Michael DeHaan 2f811c40d7 Basic docsite formatting fixups
12 years ago
Matt Martz e50c2bccb8 Add -I/--interpreter argument to test-module
12 years ago
Mikhail Sobolev 84948292f3 include short_description in the module page's title
13 years ago
Michael DeHaan 83d298accc Add note about how to submit doc changes to generated module docs, limit TOC depth for module category list.
13 years ago
Mikhail Sobolev fce90e0370 use rst formatting for sphinx part
13 years ago
Mikhail Sobolev 1713013dba provide sections and local TOC for module documentation
13 years ago
Mikhail Sobolev 7965d331f3 do not produce too deep toc for category lists
13 years ago
Mikhail Sobolev af1f8db51d remove trailing whitespaces
13 years ago
Michael DeHaan a5e8e10bb0 Removed unused things.
13 years ago
Michael DeHaan f4aa6c53bd Format module requirements as notes in Sphinx
13 years ago
Michael DeHaan eb0509fce7 Update the styling for the module pages slightly.
13 years ago
Michael DeHaan 35ec9f81ae Further modifications to the module formatter to adjust to the new theme, and some misc docs text corrections.
13 years ago
Michael DeHaan fe2d00d9d3 WIP on refactoring the module formatter code that we use to build the doc site with.
13 years ago
Michael DeHaan 31d0060de8 Standardized on yml suffix, so fix this example content filename.
13 years ago
Michael DeHaan 10009b0d3f Starting to refactor module formatter script.
13 years ago
Jens Rantil 2096c669d9 `env-setup` fix for zsh <= 4.3.10
13 years ago
Michael DeHaan 40429ee64e Code to limit display of version_added attributions in modules for modules that are too old to call out this information.
13 years ago
Michael DeHaan 51e6f411f2 Docs: Fix the module formatter code that is intended to remove the 'historical' variable from showing up in version_added information (RST)
13 years ago
phy1729 2b3381de7c Add zsh support for working dir independant sourcing
13 years ago
Michael DeHaan f7c3975f21 Add version_added to all modules missing version_added information, the docs formatter will now
13 years ago
jctanner b6c1574f5c Merge pull request #4765 from mvo5/bugfix/fix-man-template
13 years ago
Michael Vogt b8e641136a make comment lines in troff start with .\" and add a .SH EXAMPLES to the PLAINEXAMPLES section
13 years ago
Michael DeHaan d34a26e307 Undo an inadvertant revert from template changes so we still allow pythonic imports in module land.
13 years ago
Alan Fairless af40b19a2d Fix format string typo
13 years ago
James Tanner d154bf8781 Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 4587528b 9b1fe455 214b0b05 8d3db803 7f9504d1 5031104c 35cb9dc2 2bd8cb57 1e85c754
13 years ago
Michael DeHaan 9858b1f2f3 Enable imports to work on a snippet based system, allowing for instance a library of common EC2 functions
13 years ago
Jharrod LaFon 996f87d898 Fixed usage comment to fish syntax for sourcing a file
13 years ago
Jharrod LaFon d0fe447fd1 Fixed incorrectly set PYTHONPATH
13 years ago
Jharrod LaFon dbfcd78790 Added an env-setup file for Fish
13 years ago
Michael DeHaan 5f18a53530 Fixup docs formatting.
13 years ago
Michael DeHaan 303a8ff563 Fix module path in readme file.
13 years ago
Michael DeHaan fa9635478b Fixing your YAML Seth :)
13 years ago
Michael DeHaan 955611bda8 Fixes #3294
13 years ago
Michael DeHaan 8b592c9d4b Add some whitespace to script
13 years ago
martin f. krafft 3839dcd56c Remove extra $ character
13 years ago
martin f. krafft bbbc214ffb Remove bashisms, replace with POSIX constructs
13 years ago
martin f. krafft 9f4988dbfd Quote variables in shell script
13 years ago