summaryrefslogtreecommitdiffstats
path: root/doc/development/utils.txt
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-13 16:07:30 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-14 14:56:57 -0500
commitd526c8745b61c1977b775cfe750a86c51dd6a9f3 (patch)
tree6cce3e20c8eacc12681d5a593230c70fea5e4641 /doc/development/utils.txt
parentfb723b0164318459e337911cf243ba497d8f6683 (diff)
downloadbcfg2-d526c8745b61c1977b775cfe750a86c51dd6a9f3.tar.gz
bcfg2-d526c8745b61c1977b775cfe750a86c51dd6a9f3.tar.bz2
bcfg2-d526c8745b61c1977b775cfe750a86c51dd6a9f3.zip
added docs for Bcfg2.Utils
Diffstat (limited to 'doc/development/utils.txt')
-rw-r--r--doc/development/utils.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/development/utils.txt b/doc/development/utils.txt
new file mode 100644
index 000000000..a4c158bf0
--- /dev/null
+++ b/doc/development/utils.txt
@@ -0,0 +1,15 @@
+.. -*- mode: rst -*-
+
+.. _development-utils:
+
+================
+Common Utilities
+================
+
+Some helper functions, classes, etc., are useful to both the client
+and server. Some of these are used to maintain
+:ref:`development-compat`, and should go in ``Bcfg2.Compat``. Those
+that aren't strictly for Python compatibility go in ``Bcfg2.Utils``,
+which is documented below.
+
+.. automodule:: Bcfg2.Utils