mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Revert "Add ios_library and android_library to TOC, markup corrections"
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.. _contents:
|
||||
|
||||
=========================================
|
||||
ownCloud Developer Documentation Contents
|
||||
=========================================
|
||||
===============================
|
||||
ownCloud documentation contents
|
||||
===============================
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
@@ -13,11 +13,13 @@ ownCloud Developer Documentation Contents
|
||||
:maxdepth: 3
|
||||
|
||||
general/index
|
||||
android_library/index
|
||||
ios_library/index
|
||||
app/index
|
||||
core/index
|
||||
testing/index
|
||||
bugtracker/index
|
||||
commun/index
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
.. _index:
|
||||
|
||||
================================
|
||||
ownCloud Developer Documentation
|
||||
================================
|
||||
=======================
|
||||
Developer Documentation
|
||||
=======================
|
||||
|
||||
If you want to contribute please read the `Contributor agreement <http://owncloud.org/about/contributor-agreement/>`_
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user