Commit Graph

23 Commits (0b8011436dc7f842b78298848e298f2a57ee8d78)

Author SHA1 Message Date
Matt Clay 0d46805979 Clean up shebangs for various files.
- Remove shebangs from:
  - ini files
  - unit tests
  - module_utils
  - plugins
  - module_docs_fragments
  - non-executable Makefiles
- Change non-modules from '/usr/bin/python' to '/usr/bin/env python'.
- Change '/bin/env' to '/usr/bin/env'.

Also removed main functions from unit tests (since they no longer
have a shebang) and fixed a python 3 compatibility issue with
update_bundled.py so it does not need to specify a python 2 shebang.

A script was added to check for unexpected shebangs in files.
This script is run during CI on Shippable.
8 years ago
Brian Coca fbdcb22e36 now generate list of playbook ojbect directives
TODO: needs links/info and conditionals added
8 years ago
Brian Coca 6e716b177e add webdocs as alias 9 years ago
John Mitchell 0d7c328459 fixed css minification make target for docsite 9 years ago
Michael DeHaan bceb0026a5 Updating the module formatter to deal with the new repo structure. 10 years ago
Michael DeHaan f247b93212 Add the start of a graphviz doc to illustrate variable precedence graphically. 10 years ago
Michael DeHaan 81e9a60589 Much rejoicing, ansibleworks.com is now ansible.com
Also note AWX is named "Tower" now, as we found that simpler.
11 years ago
Michael DeHaan d04649fabb Add logo to docsite. 11 years ago
Michael DeHaan 2fab6a00b1 Ensure graphics show up in docsite. 11 years ago
Matt Martz 626f0f1393 Use some sed magic as the css minifier 11 years ago
Matt Martz cc440d0a64 Add staticmin make target for compressing docs related css and js files, currently only theme.css 11 years ago
Mikhail Sobolev af1f8db51d remove trailing whitespaces 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 10009b0d3f Starting to refactor module formatter script.
Rename "jpfunc" to something more explanatory
11 years ago
Michael DeHaan c88c3a40c6 Use the sphinx_rtd_theme 11 years ago
Michael DeHaan 384cac7779 Use a docsite theme that is in source control, work in progress. 11 years ago
Maykel Moya cd051c4a0d Fix building of docsite
* Fix paths in docsite/Makefile having an additional '..'.
* Ignore generated docsite/rst/modules/*.rst
11 years ago
Michael DeHaan 0cd09dd54f Remove extra "latest/" subdirectory in docs build structure. 11 years ago
Michael DeHaan e63dac15eb Moving some more files into snapshot directory 11 years ago
Dag Wieers 59912b47be Allow 'make rpm' without the need for env-setup
As it used to be before, 'make rpm' from a cloned repository should work without the need to run hacking/env-setup. It's an easy fix, in line with what we already did for the man-pages.
11 years ago
Michael DeHaan d5bb7258c8 Working on makefile 12 years ago
Michael DeHaan 4a95194424 Docs rebuild in new project structure. 12 years ago
Michael DeHaan d6e4b1bf5b Subtree merge of ansible-docs 12 years ago