From cba80b7182897258080888387b7a38bdf6deac60 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 4 Jan 2019 01:12:02 +1100 Subject: Make informational verbs a bit more consistent, reduce copy/pasted code, a slight performance improvement for reading localisation files, and more documentation clean-up/correction/clarification --- docs/source/techspecs/layout_files.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/source/techspecs/layout_files.rst') diff --git a/docs/source/techspecs/layout_files.rst b/docs/source/techspecs/layout_files.rst index de9bdff916c..b12ad931df4 100644 --- a/docs/source/techspecs/layout_files.rst +++ b/docs/source/techspecs/layout_files.rst @@ -1090,9 +1090,9 @@ when parameters are used, or recursively nested groups. The ``complay.py`` script is compatible with both Python 2.7 and Python 3 interpreters. The ``complay.py`` script takes three parameters -- an input file name, an -output file name, and a base name for variables in the output:: +output file name, and a base name for variables in the output: - python scripts/build/complay.py input [output [varname]] + **python scripts/build/complay.py** ** [** [**]] The input file name is required. If no output file name is supplied, ``complay.py`` will parse and check the input, reporting any errors found, @@ -1104,6 +1104,6 @@ in case of an I/O error. If an output file name is specified, the file will be created/overwritten on success or removed on failure. To check a layout file for common errors, run the script with the path to the -file no check and no output file name or base variable name. For example:: +file no check and no output file name or base variable name. For example: - python scripts/build/complay.py artwork/dino/default.lay + **python scripts/build/complay.py artwork/dino/default.lay** -- cgit v1.2.3-70-g09d2