diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-07-11 11:10:47 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-07-11 11:10:47 +0200 |
commit | 32c8dc2140ef0e106df97c9103207fcf7680ed9b (patch) | |
tree | 8e9340a1bfb83303d91d1f6310ccc4a3ad2b0563 /docs/quickstart.rst | |
parent | 4709b35fa44bcd518154165d5671c69c9c6653bb (diff) | |
download | libuca-32c8dc2140ef0e106df97c9103207fcf7680ed9b.tar.gz libuca-32c8dc2140ef0e106df97c9103207fcf7680ed9b.tar.bz2 libuca-32c8dc2140ef0e106df97c9103207fcf7680ed9b.tar.xz libuca-32c8dc2140ef0e106df97c9103207fcf7680ed9b.zip |
Fix some minor doc problems
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r-- | docs/quickstart.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 59cb01e..1ad6b6f 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -219,10 +219,3 @@ In a similar way, properties are set with ``g_object_set``:: Each property can be associated with a physical unit. To query for the unit call ``uca_camera_get_unit`` and pass a property name. The function will then return a value from the ``UcaUnit`` enum. - -Several essential camera parameters *must* be implemented by all -cameras. To get a list of them consult the API reference for -```UcaCamera`` <http://ufo.kit.edu/extra/libuca/reference/UcaCamera.html#UcaCamera.properties>`__. -For camera specific parameters you need to consult the corresponding API -reference for ``UfoFooCamera``. The latest nightly built reference can -be found `here <http://ufo.kit.edu/extra/libuca/reference/>`__. |