summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/source/async/introduction.rst6
-rw-r--r--docs/source/core/introduction.rst4
-rw-r--r--docs/source/index.rst7
3 files changed, 15 insertions, 2 deletions
diff --git a/docs/source/async/introduction.rst b/docs/source/async/introduction.rst
new file mode 100644
index 0000000..7a6c05f
--- /dev/null
+++ b/docs/source/async/introduction.rst
@@ -0,0 +1,6 @@
+Introduction
+============
+
+The async module provides async functionality.
+It introduces a basic event loop, which have to be activated and bound to a local thread through the wait scope class.
+On a thread with an active event loop we can create async call graphs which automatically resolve the item moving through this graph.
diff --git a/docs/source/core/introduction.rst b/docs/source/core/introduction.rst
index 1a51e4d..1b70070 100644
--- a/docs/source/core/introduction.rst
+++ b/docs/source/core/introduction.rst
@@ -1,5 +1,5 @@
-Intro
-=====
+Introduction
+============
The core module represents the most essential parts of this code base.
This module provides basic functionality in regards to memory control, error functionalities and other minor things.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 7de2907..600797b 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -23,6 +23,13 @@ Welcome to forstio's documentation!
.. toctree::
:hidden:
:maxdepth: 2
+ :caption: Async
+
+ async/introduction
+
+.. toctree::
+ :hidden:
+ :maxdepth: 2
:caption: API Reference
c_api/index