From 988a58f949ac1771f7f805a1bf45e8895ab6f884 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 17 Jan 2013 11:16:26 -0500 Subject: docs: removed stray reference to SETUP global --- doc/development/cfg.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/development/cfg.txt') diff --git a/doc/development/cfg.txt b/doc/development/cfg.txt index 6533e0d7a..c3b8d12af 100644 --- a/doc/development/cfg.txt +++ b/doc/development/cfg.txt @@ -58,7 +58,6 @@ exceptions: Global Variables ================ -.. autodata:: Bcfg2.Server.Plugins.Cfg.SETUP .. autodata:: Bcfg2.Server.Plugins.Cfg.CFG Existing Cfg Handlers -- cgit v1.2.3-1-g7c22 From b79027f553c82be75e49bcf9bde2f92ab72304c7 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 17 Jan 2013 13:39:48 -0500 Subject: removed straggling references to removed stuff --- doc/development/cfg.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/development/cfg.txt') diff --git a/doc/development/cfg.txt b/doc/development/cfg.txt index c3b8d12af..71c455b52 100644 --- a/doc/development/cfg.txt +++ b/doc/development/cfg.txt @@ -80,18 +80,11 @@ Creators .. autoclass:: Bcfg2.Server.Plugins.Cfg.CfgPrivateKeyCreator.CfgPrivateKeyCreator .. autoclass:: Bcfg2.Server.Plugins.Cfg.CfgPublicKeyCreator.CfgPublicKeyCreator -Filters -------- - -.. autoclass:: Bcfg2.Server.Plugins.Cfg.CfgCatFilter.CfgCatFilter -.. autoclass:: Bcfg2.Server.Plugins.Cfg.CfgDiffFilter.CfgDiffFilter - Info Handlers ------------- .. autoclass:: Bcfg2.Server.Plugins.Cfg.CfgDefaultInfo .. autoclass:: Bcfg2.Server.Plugins.Cfg.CfgInfoXML.CfgInfoXML -.. autoclass:: Bcfg2.Server.Plugins.Cfg.CfgLegacyInfo.CfgLegacyInfo Verifiers --------- -- cgit v1.2.3-1-g7c22 From 65caf3f586d7985d88652c73e7b214ba3e40eac2 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 6 Feb 2013 16:47:44 -0500 Subject: documented which XML files have which features --- doc/development/cfg.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/development/cfg.txt') diff --git a/doc/development/cfg.txt b/doc/development/cfg.txt index 71c455b52..a4360559f 100644 --- a/doc/development/cfg.txt +++ b/doc/development/cfg.txt @@ -97,6 +97,5 @@ Other Cfg Objects These other objects comprise the remainder of the Cfg plugin, and are included for completeness. -.. autoattribute:: Bcfg2.Server.Plugins.Cfg.DEFAULT_INFO .. autoclass:: Bcfg2.Server.Plugins.Cfg.CfgEntrySet .. autoclass:: Bcfg2.Server.Plugins.Cfg.Cfg -- cgit v1.2.3-1-g7c22