summaryrefslogtreecommitdiffstats
path: root/docs/quickstart.rst
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-07-11 11:10:47 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-07-11 11:10:47 +0200
commit32c8dc2140ef0e106df97c9103207fcf7680ed9b (patch)
tree8e9340a1bfb83303d91d1f6310ccc4a3ad2b0563 /docs/quickstart.rst
parent4709b35fa44bcd518154165d5671c69c9c6653bb (diff)
downloaduca-32c8dc2140ef0e106df97c9103207fcf7680ed9b.tar.gz
uca-32c8dc2140ef0e106df97c9103207fcf7680ed9b.tar.bz2
uca-32c8dc2140ef0e106df97c9103207fcf7680ed9b.tar.xz
uca-32c8dc2140ef0e106df97c9103207fcf7680ed9b.zip
Fix some minor doc problems
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r--docs/quickstart.rst7
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/>`__.