summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py1
-rw-r--r--doc/development/packages.txt11
-rw-r--r--doc/server/plugins/generators/packages.txt2
3 files changed, 11 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 31a7960fe..7fc10ad61 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -19,7 +19,6 @@ import time
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
-#sys.path.append(os.path.abspath('../src/lib'))
sys.path.insert(0, os.path.abspath('../src/lib'))
# -- General configuration -----------------------------------------------------
diff --git a/doc/development/packages.txt b/doc/development/packages.txt
index c310805a7..d6147e844 100644
--- a/doc/development/packages.txt
+++ b/doc/development/packages.txt
@@ -46,6 +46,17 @@ Packages Source Description
Existing Packages Backends
==========================
+Yum
+---
+
.. automodule:: Bcfg2.Server.Plugins.Packages.Yum
+
+APT
+---
+
.. automodule:: Bcfg2.Server.Plugins.Packages.Apt
+
+Pacman
+------
+
.. automodule:: Bcfg2.Server.Plugins.Packages.Pac
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt
index d2c425f1d..e97742ca7 100644
--- a/doc/server/plugins/generators/packages.txt
+++ b/doc/server/plugins/generators/packages.txt
@@ -691,8 +691,6 @@ It understands the following directives:
+-------------+------------------------------------------------------+----------+-----------------------------+
| cache | Path where Packages will store its cache | String | <repo>/Packages/cache |
+-------------+------------------------------------------------------+----------+-----------------------------+
-| keycache | Path where Packages will cache downloaded GPG keys | String | <repo>/Packages/keys |
-+-------------+------------------------------------------------------+----------+-----------------------------+
[packages:yum] section