diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-01-11 02:05:30 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-01-11 02:05:30 +0000 |
commit | e0df4d0993fe524b0d3b7a9b5f203aaa3ab1d7b3 (patch) | |
tree | 14081f77c3c57d9af411c091942980558e3ce4d0 /doc/contents.txt | |
parent | 0df815d5377fb642283f31d09db7611e78497259 (diff) | |
download | bcfg2-e0df4d0993fe524b0d3b7a9b5f203aaa3ab1d7b3.tar.gz bcfg2-e0df4d0993fe524b0d3b7a9b5f203aaa3ab1d7b3.tar.bz2 bcfg2-e0df4d0993fe524b0d3b7a9b5f203aaa3ab1d7b3.zip |
doc: Rearrange document structure and add client tools
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5669 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/contents.txt')
-rw-r--r-- | doc/contents.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/contents.txt b/doc/contents.txt new file mode 100644 index 000000000..953898066 --- /dev/null +++ b/doc/contents.txt @@ -0,0 +1,46 @@ +.. _contents: + +================================= +Welcome to Bcfg2's documentation! +================================= + +.. toctree:: + :maxdepth: 2 + + quickstart/index + faq/index + authentication + getting_started/index + plugins/index + client/index + testimonials + sites + + unsorted/index + + glossary + +Indices, glossary and tables +============================ + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`glossary` +* :ref:`search` + +Deprecated/obsolete documentation +================================= + +The following documentation covers features that have been deprecated or that +have been replaced in newer versions of Django. + +.. toctree:: + :maxdepth: 2 + + obsolete/index + + +.. toctree:: + :hidden: + + index |