Skip to content

Commit

Permalink
top hierarchy added
Browse files Browse the repository at this point in the history
  • Loading branch information
mymail4blogs committed Jun 10, 2014
1 parent 1a10523 commit e219ae9
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 31 deletions.
36 changes: 7 additions & 29 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 15,15 @@ Using Worbix we have created Socialagent360_ application.
The main components of Worbix Frameworks are following :

* :ref:`resource-docs`
* :ref:node
* :ref:resourceTemplate
* :ref:space
* :ref:spaceTemplate
* :ref:propertyType
* :ref:propertyValue
* :ref:worbixListItem
* :ref:`node-docs`
* :ref:`resource-template-docs`
* :ref:`space-docs`
* :ref:`space-template-docs`
* :ref:`property-type-docs`
* :ref:`property-value-docs`
* :ref:`worbix-list-item-docs`



Information about development and running your own instance is also available:

* :ref:`dev-docs`
* :ref:`design-docs`
* :ref:`ops-docs`

.. _resource-docs:

Resource
Expand All @@ -47,21 40,6 @@ Resource

.. _feature-docs:

Features
~~~~~~~~

.. toctree::
:maxdepth: 2

webhooks
alternate_domains
localization
vcs
canonical
redirects
versions
single_version
privacy

.. _dev-docs:

Expand Down
Empty file added node.rst
Empty file.
Empty file added property.rst
Empty file.
Empty file added property_type.rst
Empty file.
Empty file added property_value.rst
Empty file.
9 changes: 7 additions & 2 deletions resource.rst
Original file line number Diff line number Diff line change
@@ -1,7 1,12 @@
Getting Started
Methods
===============
Following functionality provided by Resource::

This document will show you how to get up and running with Read the Docs.
public T getNode();
public Space<?> getSpace();
public Promise<List<PropertyValue<?>>> getPropertyValues();
public Promise<EnumerablePermission> getPermissions(EnumerablePermission mask);
public EnumerablePermission getPermissions();

If you are already using Sphinx_ for your docs, skip ahead to
:ref:`import-docs`.
Expand Down
Empty file added resource_template.rst
Empty file.
Empty file added space.rst
Empty file.
Empty file added space_template.rst
Empty file.
Empty file added worbix_list_item.rst
Empty file.

0 comments on commit e219ae9

Please sign in to comment.