diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-12-23 03:23:47 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-12-23 03:23:47 +0000 |
commit | b60cbe84484c5c71e7d3ebe9b4a47154e227d95f (patch) | |
tree | 577d00c0d91c7cbac4102a5b263261f387364644 /doc/index.txt | |
parent | 4bd571c6af51a7c1f8c1ec2e2c1a55d232405b65 (diff) | |
download | bcfg2-b60cbe84484c5c71e7d3ebe9b4a47154e227d95f.tar.gz bcfg2-b60cbe84484c5c71e7d3ebe9b4a47154e227d95f.tar.bz2 bcfg2-b60cbe84484c5c71e7d3ebe9b4a47154e227d95f.zip |
doc: Add RST layout from Thorsten Lockert
All unsorted docs can be found at doc/unsorted/index.txt.
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5630 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/index.txt')
-rw-r--r-- | doc/index.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/index.txt b/doc/index.txt new file mode 100644 index 000000000..9b79376d7 --- /dev/null +++ b/doc/index.txt @@ -0,0 +1,29 @@ +.. -*- mode: rst -*- + +Welcome to Bcfg2's documentation! +================================= + +.. toctree:: + :maxdepth: 2 + + intro + testimonials + sites + + getting_started/index + + authentication + + unsorted/index + +.. FIXME: Platform-specific pages would be good here + + glossary + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |