summaryrefslogtreecommitdiffstats
path: root/doc/development.xml
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-11-11 16:50:42 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-11-11 16:50:42 +0000
commit23b90cb65ccdd60c1fe49ea8c8a9f17ea7d0036e (patch)
treee186ad8efe94637760b1f7dbbd61b393ef51c6bc /doc/development.xml
parenta0c6af72dcbb763f10d6afb921e9a73baafb2361 (diff)
downloadbcfg2-23b90cb65ccdd60c1fe49ea8c8a9f17ea7d0036e.tar.gz
bcfg2-23b90cb65ccdd60c1fe49ea8c8a9f17ea7d0036e.tar.bz2
bcfg2-23b90cb65ccdd60c1fe49ea8c8a9f17ea7d0036e.zip
Added section ids
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2488 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/development.xml')
-rw-r--r--doc/development.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/development.xml b/doc/development.xml
index 057d20786..b6e7b62ce 100644
--- a/doc/development.xml
+++ b/doc/development.xml
@@ -1,4 +1,4 @@
-<chapter>
+<chapter id='chap:development'>
<title>Developing for Bcfg2</title>
<para>
@@ -10,7 +10,7 @@
how to implement them.
</para>
- <section>
+ <section id='sec:plugins'>
<title>Bcfg2 Plugins</title>
<para>
@@ -25,7 +25,7 @@
easily supplant one or all of them.
</para>
- <table>
+ <table id='table:plugin-functions'>
<title>Bcfg2 Plugin Functions</title>
<tgroup cols='2'>
<colspec colnum='1'/>
@@ -52,7 +52,7 @@
</section>
- <section>
+ <section id='sec:writing-plugins'>
<title>Writing Bcfg2 Plugins</title>
<para>
@@ -63,7 +63,7 @@
</para>
- <table>
+ <table id='table:plugin-members'>
<title>Bcfg2 Plugin Members</title>
<tgroup cols='3'>
<colspec colnum='1' colwidth='1*'/>
@@ -104,10 +104,10 @@
</tgroup>
</table>
- <section>
+ <section id='sec:example-plugin'>
<title>An Example Plugin</title>
- <example>
+ <example id='ex:simple-plugin'>
<title>A Simple Plugin</title>
<programlisting>import socket, Bcfg2.Server.Plugin
@@ -162,4 +162,4 @@ class Chiba(Bcfg2.Server.Plugin.Plugin):
</section>
</section>
-</chapter> \ No newline at end of file
+</chapter>