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.
2018-05-31 12:58:33 -05:00
..
cli_rst.j2 Fix py3 docs build (#33345) 2017-11-28 12:05:19 -06:00
config.rst.j2 doc: config intro, add link to searched locations (#39614) 2018-05-25 00:29:29 -04:00
list_of_CATEGORY_modules.rst.j2 [WIP] disambiguating autogenerated module docs attempted fix of #38439. (#38890) 2018-04-17 18:45:07 -07:00
list_of_CATEGORY_plugins.rst.j2 Some more fixes for the docs :ref: disambiguation 2018-04-18 10:06:01 -07:00
man.j2 Use https for links to ansible.com domains. 2018-04-23 11:33:56 -07:00
modules_by_category.rst.j2 Reduce warnings (#39254) 2018-04-25 11:18:52 -07:00
modules_by_support.rst.j2 Reduce warnings (#39254) 2018-04-25 11:18:52 -07:00
playbooks_keywords.rst.j2 Last docs link fixes (#39391) 2018-04-27 13:21:39 -05:00
plugin.rst.j2 Use colspan on td instead of divs for hierarchical tables (#39948) 2018-05-31 12:58:33 -05:00
plugins_by_category.rst.j2 Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00
plugins_by_support.rst.j2 Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00