summaryrefslogtreecommitdiffstats
path: root/doc/development/plugins.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/plugins.txt
parentfb723b0164318459e337911cf243ba497d8f6683 (diff)
downloadbcfg2-d526c8745b61c1977b775cfe750a86c51dd6a9f3.tar.gz
bcfg2-d526c8745b61c1977b775cfe750a86c51dd6a9f3.tar.bz2
bcfg2-d526c8745b61c1977b775cfe750a86c51dd6a9f3.zip
added docs for Bcfg2.Utils
Diffstat (limited to 'doc/development/plugins.txt')
-rw-r--r--doc/development/plugins.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/development/plugins.txt b/doc/development/plugins.txt
index 91a4e6868..593c2f83e 100644
--- a/doc/development/plugins.txt
+++ b/doc/development/plugins.txt
@@ -175,7 +175,7 @@ decorate functions that you would like to track execution times for:
.. code-block:: python
from Bcfg2.Server.Plugin import track_statistics
-
+
@track_statistics()
def do_something(self, ...):
...
@@ -208,3 +208,9 @@ Plugin Exceptions
-----------------
.. automodule:: Bcfg2.Server.Plugin.exceptions
+
+See Also
+--------
+
+* :ref:`development-compat`
+* :ref:`development-utils