summaryrefslogtreecommitdiffstats
path: root/doc/plugins/index.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-14 04:00:20 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-14 04:00:20 +0000
commit295979b3bc2d4c6e1a11e33ec05172f00dbf147b (patch)
tree0647ca14a6c4c24d86ea4c1e19155c31ef9ce3b2 /doc/plugins/index.txt
parentaf710b16554b1dbb905c55bd67ba879ab1682d71 (diff)
downloadbcfg2-295979b3bc2d4c6e1a11e33ec05172f00dbf147b.tar.gz
bcfg2-295979b3bc2d4c6e1a11e33ec05172f00dbf147b.tar.bz2
bcfg2-295979b3bc2d4c6e1a11e33ec05172f00dbf147b.zip
doc: Switch :ref: to :doc: for document refences
Doing this now should save us time in the future. If we are not dependent on the document structure then we can easily move things around without worrying about breaking existing links. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5680 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/plugins/index.txt')
-rw-r--r--doc/plugins/index.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/plugins/index.txt b/doc/plugins/index.txt
index a478f6a8f..f0c82c030 100644
--- a/doc/plugins/index.txt
+++ b/doc/plugins/index.txt
@@ -1,5 +1,7 @@
.. -*- mode: rst -*-
+.. _plugins-index:
+
=======
Plugins
=======
@@ -8,8 +10,8 @@ Plugins are the source of all logic used in building a config. They can perform
#. Generating configuration inventory lists for clients
#. Generating configuration entry contents for clients
-#. Probing client-side state (like hardware inventory, etc) -- the generic client probing mechanism is described at :doc:`probes`.
-#. Automating administrative tasks (e.g. :doc:`generators/sshbase` which automates ssh key management)
+#. Probing client-side state (like hardware inventory, etc) -- the generic client probing mechanism is described at :ref:`plugins-probes`.
+#. Automating administrative tasks (e.g. :ref:`plugins-generators-sshbase` which automates ssh key management)
#. Generating client per-entry installation decision-lists
Enabling Plugins
@@ -82,7 +84,7 @@ Plugin Roles (in 1.0)
In version 1.0, plugins have been refactored into a series of roles. This are fine-grained plugin capabilities that govern how the server core interacts with plugins.
-More details can be found in :doc:`plugin-roles`
+More details can be found in :ref:`plugins-plugin-roles`
.. toctree::
:hidden: