Skip to content

Commit

Permalink
update core settings docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Mar 2, 2021
1 parent d19b301 commit 010bfdb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions emmet-core/emmet/core/settings.py
@@ -1,7 +1,5 @@
"""
This file defines any arbitrary global variables used in Materials Project
database building and in the website code, to ensure consistency between
different modules and packages.
Settings for defaults in the core definitions of Materials Project Documents
"""
import importlib
import json
Expand All @@ -17,6 +15,7 @@
class EmmetSettings(BaseSettings):
"""
Settings for the emmet- packages
Non-core packages should subclass this to get settings specific to their needs
The default way to modify these is to modify ~/.emmet.json or set the environment variable
EMMET_CONFIG_FILE to point to the json with emmet settings
"""
Expand Down

0 comments on commit 010bfdb

Please sign in to comment.