Skip to content

Commit 748c0cb

Browse files
committed
Sort environment variables in FAQ.
1 parent c93cd4c commit 748c0cb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/faq/environment_variables_faq.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ Environment Variables
1212

1313
The user's home directory. On linux, :envvar:`~ <HOME>` is shorthand for :envvar:`HOME`.
1414

15-
.. envvar:: PATH
16-
17-
The list of directories searched to find executable programs
18-
19-
.. envvar:: PYTHONPATH
15+
.. envvar:: MPLBACKEND
2016

21-
The list of directories that is added to Python's standard search list when
22-
importing packages and modules
17+
This optional variable can be set to choose the Matplotlib backend. See
18+
:ref:`what-is-a-backend`.
2319

2420
.. envvar:: MPLCONFIGDIR
2521

@@ -31,10 +27,14 @@ Environment Variables
3127
is used to find a base directory in which the :file:`matplotlib` subdirectory
3228
is created.
3329

34-
.. envvar:: MPLBACKEND
30+
.. envvar:: PATH
3531

36-
This optional variable can be set to choose the matplotlib backend. See
37-
:ref:`what-is-a-backend`.
32+
The list of directories searched to find executable programs.
33+
34+
.. envvar:: PYTHONPATH
35+
36+
The list of directories that are added to Python's standard search list when
37+
importing packages and modules.
3838

3939
.. _setting-linux-osx-environment-variables:
4040

0 commit comments

Comments
 (0)