Skip to content

Commit aff5428

Browse files
committed
[docs] Add odmlview description
1 parent 7e29045 commit aff5428

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,17 @@ pip install odml
7575

7676
### Python convenience scripts
7777

78-
The Python installation features two convenience commandline scripts.
78+
The Python installation features multiple convenience commandline scripts.
7979

8080
- `odmlconversion`: Converts odML files of previous file versions into the current one.
8181
- `odmltordf`: Converts odML files to the supported RDF version of odML.
82+
- `odmlview`: Render and browse local XML odML files in the webbrowser.
8283

83-
Both scripts provide detailed usage descriptions by adding the help flag to the command.
84+
All scripts provide detailed usage descriptions by adding the `help` flag to the command.
8485

8586
odmlconversion -h
8687
odmltordf -h
88+
odmlview -h
8789

8890
### odML - NIX conversion script
8991

@@ -98,7 +100,7 @@ You can install the command line script via pip:
98100

99101

100102
The script can then be run from the command line and provides a detailed usage
101-
description by adding the help flag to the command.
103+
description by adding the `help` flag to the command.
102104

103105

104106
nixodmlconverter -h

0 commit comments

Comments
 (0)