Selaa lähdekoodia

documentation: added a tutorials subsection, added firstSteps tutorial to the index

Stasik0 8 vuotta sitten
vanhempi
commit
6c957a5f07
2 muutettua tiedostoa jossa 19 lisäystä ja 1 poistoa
  1. 2 1
      doc/index.rst
  2. 17 0
      doc/tutorials.rst

+ 2 - 1
doc/index.rst

@@ -2,11 +2,12 @@ Welcome to open62541's documentation!
 =====================================
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 3
    :hidden:
 
    building
    datatypes
+   tutorials
 
 `OPC UA <http://en.wikipedia.org/wiki/OPC_Unified_Architecture>`_ (short for OPC
 Unified Architecture) is a protocol for industrial communication and has been

+ 17 - 0
doc/tutorials.rst

@@ -0,0 +1,17 @@
+Tutorials
+=========
+
+First steps with open62541
+------------------------------
+
+:doc:`tutorial_firstSteps`
+
+Contents:
+
+* Checking out the stack
+
+* Creating a minimal user-defined server
+
+* Working with amalgamated files
+
+* Compiling built-in server and client examples