Skip to content

Commit

Permalink
[DOCS] Added a draft of the documentation index file
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed Sep 11, 2017
1 parent d24acdd commit a01b9aa
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 3 deletions.
46 changes: 43 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,54 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to ADPL's documentation!
================================
Codename: Everthing Platform
============================

Contents:
Everthing Platform is an open-source IoT-enabled automation platform.
It allows to operate different types of devices, set-up automation
rules (if-this-than-that), store and process a history of events and
all of that autonomously from cloud services and Internet connection
(if you want it).

Documentation on Everthing Platform is slitted into a couple of sections:

* :ref:`user-docs`
* :ref:`api-docs`
* :ref:`dev-docs`

Platform itself is hosted on GitHub: https://github.com/s-kostyuk/adpl/

.. toctree::
:maxdepth: 2
:caption: User Documentation
:name: user-docs

user/getting_started
user/installation
user/first_run
user/configuration
user/integrations
user/discovery
user/client_applications

.. toctree::
:maxdepth: 2
:caption: External API Documentation
:name: api-docs

user/api_types
user/rest_api
user/streaming_api

.. toctree::
:maxdepth: 2
:caption: Developer Documentation
:name: dev-docs

dev/dev_overview
dev/base_components
dev/dev_integrations
dev/implement_own_integration


Indices and tables
Expand Down
5 changes: 5 additions & 0 deletions docs/source/user/getting_started.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Getting Started
===============

Test

2 changes: 2 additions & 0 deletions docs/source/user/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Installation
============

0 comments on commit a01b9aa

Please sign in to comment.