diff options
author | Aaron LI <aly@aaronly.me> | 2018-07-10 11:48:21 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-07-10 11:48:21 +0800 |
commit | 107e2bd9b18c46f6341daeee7c755c95d6fa4c07 (patch) | |
tree | 646147c904999c7a52470575c31307a2f2f731fd /docs | |
parent | 9cf46ee6ced07282a7c51baedf3aabd938676f98 (diff) | |
download | fg21sim-107e2bd9b18c46f6341daeee7c755c95d6fa4c07.tar.bz2 |
docs: Update the user guide
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guide.rst | 20 |
1 files changed, 5 insertions, 15 deletions
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 <fg21sim.conf.example>`_ with -detailed explanations on each configuration option. +Please refer to the `configuration specification file <fg21sim.conf.spec>`_ +for more information on the available options. Also there is a brief `test configuration file <fg21sim-test.conf>`_ 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``. |