-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the environment variables that can affect the behavior of PyGMT #3432
Conversation
doc/techref/environment_variables.md
Outdated
|
||
PyGMT's behavior can be controlled through various environment variables. These variables | ||
can be set either in your shell environment or within your Python script using the | ||
:py:data:`os.environ` dictionary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching it. Fixed in 7ed1300. py:data
is correct. Just need to use the MyST Markdown syntax, not the ReST syntax.
will merge in 24 hours if no further comments. |
Co-authored-by: Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com>
This PR adds another page to the "Technical Reference" section. On this page, the environmental variables that PyGMT uses are documented. There are still many other variables that are not documented since they are not explicitly used by PyGMT (e.g.,
HOME
,GMT_SHAREDIR
). We may document them later.Preview: