You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/templates
Brian Campbell fa5c0282a4 Use colspan on td instead of divs for hierarchical tables (#39948)
Address Firefox table-rendering issues in docs. Refactor to use colspan to provide table cells which can vary in width and indentation; the outermost has the greatest colspan, and each nested key has a colspan of one less than the parent, with padding cells for indentation.
Apply styling to table cells to get the table height to work without hacks or browser-specific
styling.  Simplify the markup and CSS by removing extra divs. Use two passes over the options, return values, and return facts in the Jinja2 module-docs template: one to determine the maximum nesting depth to compute the maximum colspan needed, plus one to lay out the rows.
6 years ago
..
cli_rst.j2 Fix py3 docs build (#33345) 7 years ago
config.rst.j2 doc: config intro, add link to searched locations (#39614) 6 years ago
list_of_CATEGORY_modules.rst.j2 [WIP] disambiguating autogenerated module docs attempted fix of #38439. (#38890) 6 years ago
list_of_CATEGORY_plugins.rst.j2 Some more fixes for the docs :ref: disambiguation 6 years ago
man.j2 Use https for links to ansible.com domains. 6 years ago
modules_by_category.rst.j2 Reduce warnings (#39254) 6 years ago
modules_by_support.rst.j2 Reduce warnings (#39254) 6 years ago
playbooks_keywords.rst.j2 Last docs link fixes (#39391) 6 years ago
plugin.rst.j2 Use colspan on td instead of divs for hierarchical tables (#39948) 6 years ago
plugins_by_category.rst.j2 Generate plugin rst (#28901) 7 years ago
plugins_by_support.rst.j2 Generate plugin rst (#28901) 7 years ago