File: index.rst

package info (click to toggle)
robotraconteur 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 101,380 kB
  • sloc: cpp: 1,149,268; cs: 87,653; java: 58,127; python: 26,897; ansic: 356; sh: 152; makefile: 90; xml: 51
file content (51 lines) | stat: -rw-r--r-- 1,951 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.. Getting Started with Robot Raconteur documentation master file, created by
   sphinx-quickstart on Tue May  2 01:15:58 2023.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Getting Started with Robot Raconteur!
================================================================

.. image:: images/logo-header.svg
   :width: 600

Welcome to the Getting Started with Robot Raconteur documentation! This guide will help ease you in to using
Robot Raconteur with a series of progressively more sophisticated examples. The getting starting
guide focuses on client usage, since service development is typically carried out by more experienced users.

These examples are not intended to replace
the full documentation available for Robot Raconteur. See the
`Robot Raconteur Documentation Wiki Page <https://github.com/robotraconteur/robotraconteur/wiki/Documentation>`_ for
an up-to-date directory of available documentation.

.. toctree::
   :maxdepth: 1
   :caption: Contents:

   Quickstart
   Introduction
   MeetReynard
   CreatingConnections
   ServiceDefinitions
   ValueTypes
   ObjectTypes
   Constants
   Exceptions
   Web
   Security
   Debugging
   CommonDevices
   DevelopingServices
   Examples

.. toctree::
   :maxdepth: 1
   :caption: Other Documentation:

   Framework
   Python-Based Tutorial <https://robotraconteur.github.io/robotraconteur/doc/core/latest/python/tutorial/Introduction.html>
   Robot Raconteur C++ <https://robotraconteur.github.io/robotraconteur/doc/core/latest/cpp>
   Robot Raconteur Python <https://robotraconteur.github.io/robotraconteur/doc/core/latest/python>
   Robot Raconteur C# <https://robotraconteur.github.io/robotraconteur/doc/core/latest/net>
   Standard Service Definitions <https://github.com/robotraconteur/robotraconteur_standard_robdef>
   Robot Raconteur Wiki <https://github.com/robotraconteur/robotraconteur/wiki>