remove index.rst, replace with contents.rst

This commit is contained in:
Carla Schroder
2014-11-19 20:43:10 -08:00
parent b4f00cff41
commit d103457134
3 changed files with 22 additions and 50 deletions

View File

@@ -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'),
]

View File

@@ -1,44 +0,0 @@
.. _contents:
================================
ownCloud Developer Documentation
================================
If you want to contribute please read the `Contributor agreement
<http://owncloud.org/about/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

View File

@@ -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