Merge pull request #665 from owncloud/dangit

one more time, taming the TOC so that the left navbar displays correctly...
This commit is contained in:
Carla Schroder
2014-11-19 20:20:19 -08:00
11 changed files with 67 additions and 57 deletions

View File

@@ -23,7 +23,7 @@ You might want to start with doing one or two `junior jobs <https://github.com/o
to get into the code!
.. toctree::
:maxdepth: 1
:maxdepth: 2
:hidden:
library_installation

View File

@@ -4,7 +4,7 @@
.. toctree::
:maxdepth: 1
:maxdepth: 2
:hidden:
startapp

View File

@@ -3,7 +3,7 @@ Bugtracker
==========
.. toctree::
:maxdepth: 1
:maxdepth: 2
:hidden:
codereviews

View File

@@ -3,7 +3,7 @@ Help and Communication
======================
.. toctree::
:maxdepth: 1
:maxdepth: 2
Mailing lists
-------------

View File

@@ -1,25 +1,44 @@
.. _contents:
===============================
ownCloud documentation 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::
:hidden:
index
.. toctree::
:maxdepth: 3
:maxdepth: 2
general/index
app/index
android_library/index
ios_library/index
core/index
testing/index
bugtracker/index
commun/index
Indices and tables
==================
* :ref:`genindex`

View File

@@ -2,7 +2,7 @@
.. toctree::
:maxdepth: 1
:maxdepth: 2
:hidden:
translation

View File

@@ -1,9 +1,9 @@
=======
General
=======
==============================
General Contributor Guidelines
==============================
.. toctree::
:maxdepth: 1
:maxdepth: 2
code-of-conduct
devenv

View File

@@ -1,37 +1,28 @@
.. _index:
=======================
Developer Documentation
=======================
================================
ownCloud Developer Documentation
================================
If you want to contribute please read the `Contributor agreement <http://owncloud.org/about/contributor-agreement/>`_
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` | | |
| Help on IRC, the | | |
| mailinglist and forum | | |
+-------------------------+-------------------------+--------------------------+
+-------------------------+-------------------------+-----------------------------+
|: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
Index and Tables
================
* :ref:`genindex`
* :ref:`modindex`

View File

@@ -364,7 +364,7 @@ Code example
Download a file with background session
-------------------------------------
---------------------------------------
Download an existing file storaged on the cloud server using background session, only supported by iOS 7 and higher.
@@ -433,7 +433,7 @@ Code example
Set callback when background download task finishes
-----------------------------------------
---------------------------------------------------
Method to set callbacks of the pending download transfers when the app starts. It's used when there are pendings download background transfers. The block is executed when a pending background task finishes.
@@ -448,7 +448,7 @@ Code example
}];
Set progress callback with pending background download tasks
---------------------------------------------------
------------------------------------------------------------
Method to set progress callbacks of the pending download transfers. It's used when there are pendings background download transfers. The block is executed when a pending task get a input porgress.

View File

@@ -17,7 +17,7 @@ examples in Xcode 5.
.. _iosindex:
.. toctree::
:maxdepth: 1
:maxdepth: 2
:hidden:
library_installation

View File

@@ -3,7 +3,7 @@ ownCloud Test Pilots
====================
.. toctree::
:maxdepth: 1
:maxdepth: 2
:hidden: