@@ -303,12 +303,12 @@ Use jinja2 Features to Customize Your Attribution Template
303303
304304The attrib tool makes use of the open source python library jinja2
305305(http://jinja.pocoo.org/docs/dev/templates/) in order to extend .html capabilities and
306- transform AboutCode Toolkit input data into the final format of the generated attribution file.
307- ``default_html.template `` file contains text that complies with jinja2 syntax specifications
308- in order to support grouping, ordering, formatting and presentation of your AboutCode
309- Toolkit data. If your attribution requirements are complex, you may wish to study the jinja2
310- documentation to modify the default_html.template logic or create your own template; alternatively,
311- here are a few relatively simple concepts that relate to the attribution document domain.
306+ transform AboutCode Toolkit input data into the final format of the generated attribution
307+ file. ``default_html.template `` file contains text that complies with jinja2 syntax specifications
308+ in order to support grouping, ordering, formatting and presentation of your AboutCode
309+ Toolkit data. If your attribution requirements are complex, you may wish to study the jinja2
310+ documentation to modify the default_html.template logic or create your own template; alternatively,
311+ here are a few relatively simple concepts that relate to the attribution document domain.
312312
313313The simplest modifications to the default_html.template file involve the labels and standard
314314text. For example, here is the default template text for the Table of Contents:
@@ -452,6 +452,3 @@ The official inventory parameters are defined here: :ref:`reference`
452452
453453A successful execution of inventory will create a complete software inventory in .csv,
454454.json or .xlsx format based on defined format.
455-
456-
457-
0 commit comments