Toplevel package#
This is the documentation for the toplevel ignis
package.
- ignis.is_sphinx_build: bool = True#
Whether Ignis is imported during the Sphinx documentation build.
- ignis.TEMP_DIR = '/tmp/ignis-deprecated-temp'#
The random temporary directory for this Ignis instance.
Deprecated since version 0.6: Use
get_temp_dir()
instead.
- ignis.CACHE_DIR = '$XDG_CACHE_HOME/ignis'#
The cache directory, equals
$XDG_CACHE_HOME/ignis
.
- ignis.DATA_DIR = '$XDG_DATA_HOME/ignis'#
The data directory, equals
$XDG_DATA_HOME/ignis
.