Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ def createPreferenceAppendix(root):
The following preference settings are available for the various application features.
To use them in your settings file, remember to prefix each setting with the package name.

eg. for the 'drop_failed_archives' preference in the 'trends.databrowser3' section
(package name 'org.csstudio.trends.databrowser3') add a line like: ::

org.csstudio.trends.databrowser3/drop_failed_archives=true

""")
for pack in sorted(pref_files.keys()):
pref_file = pref_files[pack]
Expand Down