From bab4a6b27f0b98fd33f849ac781153b1e40fe647 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 10 Apr 2013 15:28:56 +0200 Subject: [PATCH] improved documentation link on front page --- developer_manual/contents.rst | 1 - developer_manual/documentation/index.rst | 7 ------- developer_manual/index.rst | 3 ++- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 developer_manual/documentation/index.rst diff --git a/developer_manual/contents.rst b/developer_manual/contents.rst index af01319bf..be9a5b162 100644 --- a/developer_manual/contents.rst +++ b/developer_manual/contents.rst @@ -14,7 +14,6 @@ ownCloud documentation contents app/index core/index - documentation/index testing/index bugtracker/index commun/index diff --git a/developer_manual/documentation/index.rst b/developer_manual/documentation/index.rst deleted file mode 100644 index 3612a3d5e..000000000 --- a/developer_manual/documentation/index.rst +++ /dev/null @@ -1,7 +0,0 @@ -============= -Documentation -============= - -.. toctree:: - :maxdepth: 1 - diff --git a/developer_manual/index.rst b/developer_manual/index.rst index e0a0eb7a7..917b0ad6d 100644 --- a/developer_manual/index.rst +++ b/developer_manual/index.rst @@ -7,7 +7,7 @@ Developer Documentation If you want to contribute please read the `Contributor agreement `_ +-------------------------+-------------------------+--------------------------+ -|:doc:`app/index` |:doc:`core/index` |:doc:`documentation/index`| +|:doc:`app/index` |:doc:`core/index` |`Documentation`_ | | Develop apps for | Develop on the ownCloud | Create and enhance | | ownCloud and publish on | internals | documentation | | the `ownCloud appstore`_| | | @@ -26,6 +26,7 @@ If you want to contribute please read the `Contributor agreement