[Pkg-owncloud-commits] [owncloud-doc] 21/71: Add ios_library and android_library to TOC, markup corrections

David Prévot taffit at moszumanska.debian.org
Tue Dec 2 22:02:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit a78de151d77efe33b7480c13f3172a44a0a8bfe5
Author: Carla Schroder <carla at owncloud.com>
Date:   Wed Nov 19 16:22:38 2014 -0800

    Add ios_library and android_library to TOC, markup corrections
---
 developer_manual/contents.rst             | 14 ++++++--------
 developer_manual/index.rst                |  6 +++---
 developer_manual/ios_library/examples.rst |  6 +++---
 3 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/developer_manual/contents.rst b/developer_manual/contents.rst
index 372a656..8c220ac 100644
--- a/developer_manual/contents.rst
+++ b/developer_manual/contents.rst
@@ -1,8 +1,8 @@
 .. _contents:
 
-===============================
-ownCloud documentation contents
-===============================
+=========================================
+ownCloud Developer Documentation Contents
+=========================================
 
 .. toctree::
     :hidden:
@@ -13,13 +13,11 @@ ownCloud 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`
+    
\ No newline at end of file
diff --git a/developer_manual/index.rst b/developer_manual/index.rst
index 917b0ad..0398bf0 100644
--- a/developer_manual/index.rst
+++ b/developer_manual/index.rst
@@ -1,8 +1,8 @@
 .. _index:
 
-=======================
-Developer Documentation
-=======================
+================================
+ownCloud Developer Documentation
+================================
 
 If you want to contribute please read the `Contributor agreement <http://owncloud.org/about/contributor-agreement/>`_
 
diff --git a/developer_manual/ios_library/examples.rst b/developer_manual/ios_library/examples.rst
index 26f921c..76aaf06 100644
--- a/developer_manual/ios_library/examples.rst
+++ b/developer_manual/ios_library/examples.rst
@@ -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.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list