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 53adad8 commit 1efe17aCopy full SHA for 1efe17a
docs/sources/apiref/config.rst
@@ -4,16 +4,6 @@ config
4
.. automodule:: stagpy.config
5
:members:
6
7
- .. data:: HOME_DIR
8
- :annotation: = pathlib.Path.home()
9
-
10
- Home directory.
11
12
- .. data:: CONFIG_DIR
13
- :annotation: = HOME_DIR / '.config' / 'stagpy'
14
15
- StagPy configuration directory.
16
17
.. data:: CONFIG_LOCAL
18
:annotation: = pathlib.Path('.stagpy.toml')
19
stagpy/config.py
@@ -20,8 +20,6 @@
20
TupleEntry.wrapping(TupleEntry(str), str_sep="."), str_sep="-"
21
)
22
23
-HOME_DIR = Path.home()
24
-CONFIG_DIR = HOME_DIR / ".config" / "stagpy"
25
CONFIG_LOCAL = Path(".stagpy.toml")
26
27
0 commit comments