From c3fae7e7778fe64bf08b1b89d00046f1885c5903 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Wed, 21 Sep 2011 11:55:37 -0700 Subject: [PATCH] doc: Structure for Getting Started. Signed-off-by: Tommi Virtanen --- doc/index.rst | 10 ++-------- doc/start/index.rst | 6 ++++++ doc/tutorial.rst | 9 --------- 3 files changed, 8 insertions(+), 17 deletions(-) create mode 100644 doc/start/index.rst delete mode 100644 doc/tutorial.rst diff --git a/doc/index.rst b/doc/index.rst index bcea5aaf5449b..b77b2b6e3ee46 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,16 +18,11 @@ overhead. .. image:: overview.png -Getting started -=============== - -- :doc:`tutorial`: how to install a cluster for testing -- `Ceph Blog `__: news and status info - Mailing lists, bug tracker, IRC channel ======================================= +- `Ceph Blog `__: news and status info - The development mailing list is at ceph-devel@vger.kernel.org, and archived at Gmane_. Send email to subscribe_ or unsubscribe_. - `Bug/feature tracker `__: @@ -85,8 +80,7 @@ Table of Contents .. toctree:: :maxdepth: 3 - self - tutorial + start/index architecture ops/index rec/index diff --git a/doc/start/index.rst b/doc/start/index.rst new file mode 100644 index 0000000000000..3bfe819c4b5c5 --- /dev/null +++ b/doc/start/index.rst @@ -0,0 +1,6 @@ +================= + Getting Started +================= + +.. todo:: write about vstart, somewhere + diff --git a/doc/tutorial.rst b/doc/tutorial.rst deleted file mode 100644 index 819c909a36944..0000000000000 --- a/doc/tutorial.rst +++ /dev/null @@ -1,9 +0,0 @@ -=============== - Ceph tutorial -=============== - -.. todo:: write me - - 2) Quick Start (how to get a 1-3 machine cluster running quickly) - - Simple setup guide (single machine, vstart) - - Simple setup guide (mutliple machines) -- 2.39.5