From ef3ac5692b7eb79ec93537b612100ce3ed7f767b Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 26 Jul 2018 06:21:04 +0200 Subject: [PATCH] doc: make it easier to reach the old dev doc TOC Signed-off-by: Nathan Cutler --- doc/dev/index.rst | 2 +- doc/dev/{index-old.rst => internals.rst} | 6 +++--- doc/index.rst | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) rename doc/dev/{index-old.rst => internals.rst} (88%) diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 9da086f3629..bc6a119796f 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -6,7 +6,7 @@ Contributing to Ceph: A Guide for Developers :Author: Nathan Cutler :License: Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0) -.. note:: The old (pre-2016) developer documentation has been moved to :doc:`/dev/index-old`. +.. note:: You may also be interested in the :doc:`/dev/internals` documentation. .. contents:: :depth: 3 diff --git a/doc/dev/index-old.rst b/doc/dev/internals.rst similarity index 88% rename from doc/dev/index-old.rst rename to doc/dev/internals.rst index 8192516b65e..20295c0f5d5 100644 --- a/doc/dev/index-old.rst +++ b/doc/dev/internals.rst @@ -1,8 +1,8 @@ :orphan: -================================== - Internal developer documentation -================================== +================ + Ceph Internals +================ .. note:: If you're looking for how to use Ceph as a library from your own software, please see :doc:`/api/index`. diff --git a/doc/index.rst b/doc/index.rst index 84490aeb983..7da74fb7252 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -102,7 +102,8 @@ about Ceph, see our `Architecture`_ section. mgr/index api/index architecture - Development + Developer Guide + dev/internals governance ceph-volume/index releases/index -- 2.47.3