From f70c23cb4012450c5f302d74a9f7e41c0f7710aa Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 16 Jul 2008 17:34:10 +0000 Subject: Lay out skeleton for docs. --- docs/index.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..85e072f2c --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,19 @@ +.. repoze.bfg documentation. + +Welcome to repoze.bfg's documentation! +====================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + modules/index + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + -- cgit v1.2.3