Skip to content

Commit

Permalink
Make definition lists look like tables
Browse files Browse the repository at this point in the history
Tables look more clear and isolate inner content from the whole page
context which is quite important for definitions.

This commit:

* adds new xrally_docs_tools.mdutils.Table class for difining tables
  throw python code.
* ports xrally_docs_tools.mdutils.DefinitionsList to inherit from Table
  class.
* removes 'description' parameter from DefinitionsList, since it was not
  used and redundant in case of Table-view
* extends DefinitionsList with term_label and description_label
  parameters which are designed for customization of table header.
* updates CLI and Plugins references.
  • Loading branch information
andreykurilin authored and boris-42 committed May 29, 2018
1 parent 34b65d6 commit 9ad4fdd
Show file tree
Hide file tree
Showing 6 changed files with 13,985 additions and 8,036 deletions.

0 comments on commit 9ad4fdd

Please sign in to comment.