summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcgtx <carl@cgtx.us>2014-11-04 22:40:03 -0600
committercgtx <carl@cgtx.us>2014-11-04 22:40:03 -0600
commit6d1a550711b40edf44e25babd04477b4676c0b61 (patch)
treecc297cc4fb2325bb64d052d9762143a0e3823914
parent102ae72674f3336d9c8b53b0b648ab6534b6f63a (diff)
add state directory section to docs
-rw-r--r--docs/basedirectory.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/basedirectory.rst b/docs/basedirectory.rst
index 247c02f..6a6b188 100644
--- a/docs/basedirectory.rst
+++ b/docs/basedirectory.rst
@@ -51,6 +51,15 @@ Cache directory
$XDG_CACHE_HOME or the default, ``~/.cache``
+State directory
+---------------
+
+.. autofunction:: save_state_path
+
+.. data:: xdg_state_home
+
+ $XDG_STATE_HOME or the default, ``~/.local/state``
+
Runtime directory
-----------------