Skip to content

Commit c87b0d5

Browse files
committed
Fix bark about MD40 (NO_JIRA)
1 parent db8943e commit c87b0d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/refcodes_with_properties/ReadMe.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ simple decscription of the test set used that any researcher could then reproduc
3030
- create a text control file with the various control lines specified
3131
- call Python to read the script and specify necessary arguments
3232

33-
~~~
33+
~~~bash
3434
python refcodes_with_properties.py --help
3535
~~~
3636

@@ -39,8 +39,8 @@ The above will print an extended help message that describes the registered
3939
You can run the script with an Example file. Results are printed by default and can be redirected to be saved in an
4040
output file, e.g.
4141

42-
~~~
43-
$ python refcodes_with_properties.py -c example_control_file.txt -o mylist.gcd
42+
~~~bash
43+
python refcodes_with_properties.py -c example_control_file.txt -o mylist.gcd
4444
~~~
4545

4646
This will generate a GCD file that can be used in other work.
@@ -51,7 +51,7 @@ This will generate a GCD file that can be used in other work.
5151
- Use the installed version of the CSD Python API, for example C:\Users\<YOUR WINDOWS USERNAME>
5252
\CCDC\ccdc-software\csd-python-api assuming the CCDC tools are installed in the ususal place do this
5353

54-
~~~
54+
~~~bat
5555
C:\Users\<YOUR WINDOWS USERNAME>\CCDC\ccdc-software\csd-python-api\run_python_api.bat refcodes_with_properties.py --help
5656
~~~
5757

0 commit comments

Comments
 (0)