Skip to content

Commit 4e87279

Browse files
committed
Update doc format
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 1dc6140 commit 4e87279

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/source/general.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,12 @@ Use jinja2 Features to Customize Your Attribution Template
303303

304304
The 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

313313
The simplest modifications to the default_html.template file involve the labels and standard
314314
text. 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

453453
A 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

Comments
 (0)