structure changes

This commit is contained in:
Bernhard Posselt
2013-01-26 17:59:46 +01:00
parent 484919413f
commit 8f49440e4c
13 changed files with 31 additions and 39 deletions

View File

@@ -1,13 +0,0 @@
============
ownCloud API
============
.. toctree::
:maxdepth: 1
access
externalapi
filesystem
hooks
share-api
vcategories

View File

@@ -1,5 +1,5 @@
Getting Started
===============
Getting Started With App Development
====================================
.. sectionauthor:: Bernhard Posselt <nukeawhale@gmail.com>

View File

@@ -1,6 +1,6 @@
=================
Apps Developement
=================
================
App Developement
================
.. toctree::
:maxdepth: 1
@@ -18,3 +18,9 @@ Apps Developement
formfactors
unittesting
middleware
access
externalapi
filesystem
hooks
share-api
vcategories

View File

@@ -14,7 +14,6 @@ ownCloud documentation contents
general/index
app/index
api/index
core/index
classes/index

View File

@@ -1,6 +1,6 @@
====
Core
====
=================
Core Developement
=================
.. toctree::
:maxdepth: 1

View File

@@ -1,6 +1,6 @@
===================
General Information
===================
=======
General
=======
.. toctree::
:maxdepth: 1

View File

@@ -35,8 +35,8 @@ General
* :doc:`general/angular` | `AngularJS Documentation <http://angularjs.org/>`_
* :doc:`general/dependencyinjection` | `Pimple`_
Apps Developement
=================
App Developement
================
* :doc:`app/gettingstarted`
* :doc:`app/settings` | `Pimple`_
@@ -79,26 +79,26 @@ Middleware
* :php:class:`OCA\\AppFramework\\Middleware\\Security\\SecurityMiddleware`
* :php:class:`OCA\\AppFramework\\Middleware\\Twig\\TwigMiddleware`
ownCloud APIs
=============
ownCloud Interfaces
-------------------
* :doc:`api/access`
* :doc:`api/externalapi`
* :doc:`api/filesystem`
* :doc:`api/hooks`
* :doc:`api/share-api`
* :doc:`api/vcategories`
* :doc:`app/access`
* :doc:`app/externalapi`
* :doc:`app/filesystem`
* :doc:`app/hooks`
* :doc:`app/share-api`
* :doc:`app/vcategories`
Core
====
Core Developement
=================
* :doc:`core/translation`
* :doc:`core/unit-testing`
* :doc:`core/theming`
* :doc:`core/configfile`
Sourcecode Documentation
========================
API Documentation
=================
* :doc:`classes/appframework/index`
* :doc:`classes/core/index`