We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8ea05 commit d5dbf6bCopy full SHA for d5dbf6b
docs/sources/apiref/config.rst
@@ -5,7 +5,7 @@ config
5
:members:
6
7
.. data:: HOME_DIR
8
- :annotation: = pathlib.Path(os.path.expanduser('~'))
+ :annotation: = pathlib.Path.home()
9
10
Home directory.
11
stagpy/config.py
@@ -1,7 +1,7 @@
1
-"""Handle configuration of StagPy
+"""Define configuration variables for StagPy.
2
3
-Create the cmd line argument parser
4
-and deal with the config file
+See :mod:`stagpy.args` for additional definitions related to the command line
+interface.
"""
from collections import OrderedDict
0 commit comments