Doc improvements -Cosmetic
Signed-off-by: Archana <archana.madhavan@silabs.com> Signed-off-by: Asfandyar Orakzai <asfandyar.orakzai@silabs.com>
This commit is contained in:
parent
22c7827876
commit
1776dd9022
2 changed files with 2 additions and 3 deletions
|
@ -37,4 +37,4 @@ While that is the larger goal, for version 1.1 here's what's changed
|
||||||
Please refer to psa-driver-interface.md for information on how a driver schema can be written.
|
Please refer to psa-driver-interface.md for information on how a driver schema can be written.
|
||||||
One can also refer to the example test drivers/ JSON schemas under **scripts/data_files/driver_jsons/**.
|
One can also refer to the example test drivers/ JSON schemas under **scripts/data_files/driver_jsons/**.
|
||||||
|
|
||||||
The JSON file 'driverlist.json' is meant to be edited by the user to reftlect the drivers one wants to use on a device. The order in which the drivers are passed is also essential if/when there are multiple transparent drivers on a given system to retain the same order in the templating.
|
The JSON file 'driverlist.json' is meant to be edited by the user to reflect the drivers one wants to use on a device. The order in which the drivers are passed is also essential if/when there are multiple transparent drivers on a given system to retain the same order in the templating.
|
||||||
|
|
|
@ -13,6 +13,5 @@ markupsafe < 2.1
|
||||||
Jinja2 >= 2.10.1
|
Jinja2 >= 2.10.1
|
||||||
# Jinja2 >=2.10, <3.0 needs a separate package for type annotations
|
# Jinja2 >=2.10, <3.0 needs a separate package for type annotations
|
||||||
types-Jinja2
|
types-Jinja2
|
||||||
# jsonschema > 3.2.0 is not compatible with Python 3.5, force 3.2.0
|
|
||||||
jsonschema >= 3.2.0
|
jsonschema >= 3.2.0
|
||||||
types-jsonschema
|
types-jsonschema
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue