From 107e2bd9b18c46f6341daeee7c755c95d6fa4c07 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 10 Jul 2018 11:48:21 +0800 Subject: docs: Update the user guide --- docs/guide.rst | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'docs') diff --git a/docs/guide.rst b/docs/guide.rst index 45d4084..cca46fe 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -30,26 +30,16 @@ There are two types of configuration options: *required* (which require the user to explicitly provide the values) and *optional* (which already have sensible defaults, however, the user can also override them). - -There is an `example configuration file `_ with -detailed explanations on each configuration option. +Please refer to the `configuration specification file `_ +for more information on the available options. Also there is a brief `test configuration file `_ which may be useful to test whether this package is correctly installed and runs smoothly. -Finally, the foregrounds simulation can be kicked off using the CLI tool:: +Finally, the foregrounds simulation can be kicked off by executing:: $ fg21sim --logfile fg21sim.log fg21sim.conf -This way, the simulation program will take configurations from -file ``fg21sim.conf``, and log messages to both the screen and file -``fg21sim.log``. - - -On the other hand, the Web UI can also be used, which provides a more -intuitive and friendly way to tune the configurations, to view the -logging messages, as well as to navigate the simulation products:: - - $ fg21sim-webui --debug & +The program will read configurations from file ``fg21sim.conf``, and log +messages to both the screen and file ``fg21sim.log``. -Then the Web UI can be accessed at ``http://localhost:21127``. -- cgit v1.2.2