From d526c8745b61c1977b775cfe750a86c51dd6a9f3 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 13 Feb 2013 16:07:30 -0500 Subject: added docs for Bcfg2.Utils --- doc/development/utils.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/development/utils.txt (limited to 'doc/development/utils.txt') 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 -- cgit v1.2.3-1-g7c22