From 05f0258df09dfc17d0c592a49ba3a1d71720e693 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 30 Jun 2017 10:07:15 +0200 Subject: docs: add general overview image --- docs/images/architecture.png | Bin 0 -> 17882 bytes docs/images/architecture.svg | 438 +++++++++++++++++++++++++++++++++++++++++++ docs/images/uca-gui.png | Bin 0 -> 220445 bytes docs/index.rst | 2 + docs/tools.rst | 2 +- docs/uca-gui.png | Bin 254960 -> 0 bytes 6 files changed, 441 insertions(+), 1 deletion(-) create mode 100644 docs/images/architecture.png create mode 100644 docs/images/architecture.svg create mode 100644 docs/images/uca-gui.png delete mode 100644 docs/uca-gui.png diff --git a/docs/images/architecture.png b/docs/images/architecture.png new file mode 100644 index 0000000..d68fd4c Binary files /dev/null and b/docs/images/architecture.png differ diff --git a/docs/images/architecture.svg b/docs/images/architecture.svg new file mode 100644 index 0000000..acf588c --- /dev/null +++ b/docs/images/architecture.svg @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + libuca + + + + pco + + + + andor + + + + xkit + + + + + + + + + GUI + + + + TANGO + + + + + + Python + + + + + + C/C++ + + + APIs + Applications + + + + + + diff --git a/docs/images/uca-gui.png b/docs/images/uca-gui.png new file mode 100644 index 0000000..974393e Binary files /dev/null and b/docs/images/uca-gui.png differ diff --git a/docs/index.rst b/docs/index.rst index bde6a32..477e05d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,6 +4,8 @@ Welcome `libuca`_ is a light-weight camera abstraction library written in C and GObject, focused on scientific cameras used at the ANKA synchrotron. +.. image:: images/architecture.png + .. _libuca: https://github.com/ufo-kit/libuca Contents diff --git a/docs/tools.rst b/docs/tools.rst index aa7e2c1..aca4159 100644 --- a/docs/tools.rst +++ b/docs/tools.rst @@ -11,7 +11,7 @@ uca-camera-control -- simple graphical user interface Records and shows frames. Moreover, you can change the camera properties in a side pane: -.. image:: uca-gui.png +.. image:: images/uca-gui.png You can see all available options of ``uca-camera-control`` with:: diff --git a/docs/uca-gui.png b/docs/uca-gui.png deleted file mode 100644 index 89429d5..0000000 Binary files a/docs/uca-gui.png and /dev/null differ -- cgit v1.2.1