mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
startapp
|
||||
|
||||
@@ -3,7 +3,7 @@ Bugtracker
|
||||
==========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
codereviews
|
||||
|
||||
@@ -3,7 +3,7 @@ Help and Communication
|
||||
======================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
|
||||
Mailing lists
|
||||
-------------
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
translation
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
=======
|
||||
General
|
||||
=======
|
||||
==============================
|
||||
General Contributor Guidelines
|
||||
==============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
|
||||
code-of-conduct
|
||||
devenv
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ examples in Xcode 5.
|
||||
.. _iosindex:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
library_installation
|
||||
|
||||
@@ -3,7 +3,7 @@ ownCloud Test Pilots
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user