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>
|