From d103457134f3eb3b4b0e96b6624a531f083eceaa Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 19 Nov 2014 20:43:10 -0800 Subject: [PATCH] remove index.rst, replace with contents.rst --- developer_manual/conf.py | 10 ++++---- developer_manual/contents.rst | 44 ----------------------------------- developer_manual/index.rst | 18 +++++++++++++- 3 files changed, 22 insertions(+), 50 deletions(-) delete mode 100644 developer_manual/contents.rst diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 65c0fe94b..407d985b9 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -37,7 +37,7 @@ source_suffix = '.rst' #source_encoding = 'utf-8-sig' # The master toctree document. -master_doc = 'contents' +master_doc = 'index' # General information about the project. project = u'ownCloud Developer Manual' @@ -185,7 +185,7 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('contents', 'ownCloudDeveloperManual.tex', u'ownCloud Developer Manual', + ('index', 'ownCloudDeveloperManual.tex', u'ownCloud Developer Manual', u'The ownCloud developers', 'manual'), ] @@ -211,7 +211,7 @@ latex_logo = '../_shared_assets/static/logo-blue.pdf' # -- Options for pdf page output ----------------------------------------------- -pdf_documents = [('contents', u'owncloudDeveloperManual', u'ownCloud Developer Manual', +pdf_documents = [('index', u'owncloudDeveloperManual', u'ownCloud Developer Manual', u'The ownCloud developers'),] # -- Options for manual page output -------------------------------------------- @@ -219,7 +219,7 @@ pdf_documents = [('contents', u'owncloudDeveloperManual', u'ownCloud Developer M # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('contents', 'owncloudDeveloperManual', u'ownCloud Developer Manual', + ('index', 'owncloudDeveloperManual', u'ownCloud Developer Manual', [u'The ownCloud developers'], 1) ] @@ -233,7 +233,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('contents', 'ownCloudDeveloperManual', u'ownCloud Developer Manual', + ('index', 'ownCloudDeveloperManual', u'ownCloud Developer Manual', u'The ownCloud developers', 'ownCloud', 'The ownCloud Developer Manual.', 'Miscellaneous'), ] diff --git a/developer_manual/contents.rst b/developer_manual/contents.rst deleted file mode 100644 index fd33e6a5a..000000000 --- a/developer_manual/contents.rst +++ /dev/null @@ -1,44 +0,0 @@ -.. _contents: - -================================ -ownCloud Developer Documentation -================================ - -If you want to contribute please read the `Contributor agreement -`_ - -+-------------------------+-------------------------+-----------------------------+ -|: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`_| | | -+-------------------------+-------------------------+-----------------------------+ -|:doc:`testing/index` |:doc:`bugtracker/index` |`Translation`_ | -| Help us to test | Report, triage or fix | Translate ownCloud into | -| ownCloud by joining the | bugs to improve quality | your language | -| testing team | | | -+-------------------------+-------------------------+-----------------------------+ -|:doc:`commun/index` | :doc:`ios_library/index`|:doc:`android_library/index` | -| Help on IRC, the | Integration with iOS | Integrating with Android | -| mailinglist and forum | | | -+-------------------------+-------------------------+-----------------------------+ - -.. _ownCloud appstore: http://apps.owncloud.com/ -.. _Translation: https://www.transifex.com/projects/p/owncloud/ -.. _Documentation: https://github.com/owncloud/documentation#owncloud-documentation - -Table of Contents -================= - -.. toctree:: - :maxdepth: 2 - - general/index - app/index - android_library/index - ios_library/index - core/index - testing/index - bugtracker/index - commun/index - \ No newline at end of file diff --git a/developer_manual/index.rst b/developer_manual/index.rst index 18b261b1b..fd33e6a5a 100644 --- a/developer_manual/index.rst +++ b/developer_manual/index.rst @@ -1,4 +1,4 @@ -.. _index: +.. _contents: ================================ ownCloud Developer Documentation @@ -26,3 +26,19 @@ If you want to contribute please read the `Contributor agreement .. _ownCloud appstore: http://apps.owncloud.com/ .. _Translation: https://www.transifex.com/projects/p/owncloud/ .. _Documentation: https://github.com/owncloud/documentation#owncloud-documentation + +Table of Contents +================= + +.. toctree:: + :maxdepth: 2 + + general/index + app/index + android_library/index + ios_library/index + core/index + testing/index + bugtracker/index + commun/index + \ No newline at end of file