Commit Graph

57 Commits (cf5ce972758f93cbc06feb465cc7b6c81b10ba3a)

Author SHA1 Message Date
Michael DeHaan ffee9a8fe0 Docsite formatting
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 dfd4f18095 Docsite things.
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
Michael DeHaan c4a8a6d3c2 Add an "all" category so all modules show up uncategorized there.
12 years ago
Michael DeHaan 83d298accc Add note about how to submit doc changes to generated module docs, limit TOC depth for module category list.
12 years ago
Mikhail Sobolev 7965d331f3 do not produce too deep toc for category lists
12 years ago
Mikhail Sobolev af1f8db51d remove trailing whitespaces
12 years ago
Michael DeHaan a5e8e10bb0 Removed unused things.
12 years ago
Michael DeHaan 35ec9f81ae Further modifications to the module formatter to adjust to the new theme, and some misc docs text corrections.
12 years ago
Michael DeHaan fe2d00d9d3 WIP on refactoring the module formatter code that we use to build the doc site with.
12 years ago
Michael DeHaan 31d0060de8 Standardized on yml suffix, so fix this example content filename.
12 years ago
Michael DeHaan 10009b0d3f Starting to refactor module formatter script.
12 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
Michael DeHaan f7c3975f21 Add version_added to all modules missing version_added information, the docs formatter will now
13 years ago
Alan Fairless af40b19a2d Fix format string typo
13 years ago
Michael DeHaan 5f18a53530 Fixup docs formatting.
13 years ago
Michael DeHaan fa9635478b Fixing your YAML Seth :)
13 years ago
Michael DeHaan 3f8aa8aec5 Fix up some module docs formatting errors.
13 years ago
Dale Sedivec 7681b1ce68 Improve Markdown (and other) module doc output
13 years ago
Michael DeHaan 9ca0289dee Fixup the module formatter to explain the EXAMPLES string as well.
13 years ago
Michael DeHaan 627b6a0455 Have 1.2 clear in docs
13 years ago
Michael DeHaan 391fb98ee2 Allow modules to be categorized, and also sort them when generating the documentation.
13 years ago
Michael DeHaan 148d8859ba Docs on parameterized roles, make document generation output less noisy
13 years ago
Marco Vito Moscaritolo a53259a797 Fixed option validation error
13 years ago
Cristian Ciupitu 29aaa5e693 module_formatter.return_data: use UTF-8 encoding
13 years ago
Jan-Piet Mens 396a07bcc7 Add support for additional EXAMPLES string in Ansible modules
13 years ago
Michael DeHaan 0ae7f996f5 Make sure all the lookup plugins are documented.
13 years ago
Michael DeHaan dd5a8474f8 Have module formatter ignore more types of files.
14 years ago
Jan-Piet Mens 068ef0e979 module_formatter: re-instate code
14 years ago
Jan-Piet Mens caf003c813 DOCUMENTATION strings
14 years ago
Jan-Piet Mens e32f4a0564 Move get_docstring from module_formatter into ansible/utils
14 years ago
Michael DeHaan 626203a7c9 Module documentation should have options sorted
14 years ago
Jan-Piet Mens afa467e975 DOCUMENTATION: LaTeX template is back
14 years ago
Michael DeHaan 4104478abd Added 'script', a module that can push and insantly run a remote script. Replaces the need to copy+command.
14 years ago
Jan-Piet Mens d4f89122f4 Add support for Github-flavored Markdown to module_formatter
14 years ago
Stephen Fromm 60f06c36b3 Miscellaneous fixes to module_formatter.py
14 years ago
Dag Wieers 2786149bdc Moving now from getopt to optparse
14 years ago
Michael DeHaan 6d2f003ceb Update formatter to not include orange blocks all over docsite page
14 years ago
Michael DeHaan 110244d7b4 Merge branch 'remove-argparse' of git://github.com/dagwieers/ansible into devel
14 years ago
Marco Vito Moscaritolo ee679c0190 Unified document generator and make to generate JSON and JS files
14 years ago
Dag Wieers 2dcd0846ab Use getopt instead of argparse
14 years ago
Michael DeHaan c3f443f56c fix sorting
14 years ago
Michael DeHaan 761330b125 Fix module formatter indexing
14 years ago
Tim Bielawa 85fb7c6d4b Library functions and modules should be in the 3 man page section. Also the files should end in '.3'
14 years ago
Michael DeHaan 31a4fe412f Complain when modules do not have documentation.
14 years ago
Jan-Piet Mens eb8a11237c module_formatter can output lists of files to process (.rst and .tex)
14 years ago