Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
e8000b38
Commit
e8000b38
authored
Oct 17, 2016
by
Sebastian Heimann
Browse files
fix text formatting in readme
parent
7887698d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e8000b38
...
...
@@ -21,12 +21,12 @@ sudo python setup.py install
Grond can be run as a command line tool or by calling Grond's library functions
from a Python script. To get a brief description on available options of
Grond's command line tool, run
`grond --help`
or
`grond <subcommand> --help`
.
Once dataset and configuration are ready, the command
`grond go <configfile>
<eventname>`
starts the optimization algorithm for a
selected event. During the
optimization, results are aggregated in a directory,
referred to in the
configuration as
`<rundir>`
. To visualize the results run
`grond plot
<plotnames> <rundir>`
. The results can be exported in various way
by running
the subcommand
`grond export <what> <rundir>`
.
Once dataset and configuration are ready, the command
`grond go <configfile>
<eventname>`
starts the optimization algorithm for a
selected event. During the
optimization, results are aggregated in a directory,
referred to in the
configuration as
`<rundir>`
. To visualize the results run
`grond plot
<plotnames> <rundir>`
. The results can be exported in various way
by running
the subcommand
`grond export <what> <rundir>`
.
## Example configuration file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment