Skip to content

Commit

Permalink
Remove document reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Feb 5, 2024
1 parent bcdb43f commit 268b165
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/sim/engine_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Configuration of the engine can come from several sources. These locations take
4. Global engine configuration, ``/etc/smarts/engine.ini``, if local configuration is not found.
5. Package default configuration, ``$PYTHON_PATH/smarts/engine.ini``, if global configuration is not found.
6. Code default, ``config(section, option, default=4)``, if global configuration is not found.
7. Value default, see :ref:`engine_configuration_defaults`, if code default is not given.
7. Option default if code default is not given.

Note that configuration files resolve all settings at the first found configuration file (they do not layer.)

Expand Down Expand Up @@ -84,7 +84,6 @@ Engine settings

The current list of engine settings are as follows:

.. _engine_configuration_defaults:
.. list-table::
:header-rows: 1

Expand Down

0 comments on commit 268b165

Please sign in to comment.