diff options
Diffstat (limited to 'doc/C/devel-component.sgml')
-rw-r--r-- | doc/C/devel-component.sgml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/C/devel-component.sgml b/doc/C/devel-component.sgml new file mode 100644 index 0000000000..db4f93c27d --- /dev/null +++ b/doc/C/devel-component.sgml @@ -0,0 +1,24 @@ + + <chapter id="devel-component"> + <title>Evolution Components</title> + <subtitle> Build your own species </subtitle> + <para> + Explain exactly what an Evolution Component is. + </para> + + <sect1 id="devel-component-build"> + <title>Building Evolution Components</title> + <para> + Explain how to build them-- what resources are available, + what interfaces exposed. + </para> + </sect1> + + <sect1 id="devel-component-use"> + <title>Using Additional Evolution Components</title> + <para> + Once you've got one--either you've built it or borrowed it-- + you can use it. Here's how. + </para> + </sect1> + </chapter>
\ No newline at end of file |