Skip to content

Commit

Permalink
updated description of environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Nov 7, 2023
1 parent f0d2da0 commit f06570c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here we list the different options:
Benchmark and see if it actually improves (certain combinations will
severly hurt performance).

``SISL_VIZ_AUTOLOAD == false``
``SISL_VIZ_AUTOLOAD = false``
whether or not to autoload the visualization module.
The visualization module imports many dependent modules.
If you run small scripts that does not use the `sisl.viz` module, then
Expand All @@ -33,8 +33,8 @@ Here we list the different options:
``SISL_IO_DEFAULT = ''``
The default IO methods `sisl.get_sile` will select files with this file-endings.
For instance there are many ``stdout`` file types (for each DFT code).
Setting this to ``Siesta`` would force all files to first search for Siesta file
endings (see `sisl.io` for class names).
Setting this to ``Siesta`` would force all files to first search for classes ending
in ``Siesta`` (see `sisl.io` for class names).

``SISL_TMP = '.sisl_tmp'``
certain internal methods of sisl will use a temporary folder for storing data.
Expand Down

0 comments on commit f06570c

Please sign in to comment.