diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-07-22 16:39:23 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-07-22 16:39:23 +0200 |
commit | ea95cbf3e26751e3ac2ad7b657f4d66d7c99e4a9 (patch) | |
tree | 6e5bb7220aa836d216a9f9763499974a22c6a948 /docs/api.rst | |
parent | 1f98754341fae438e0f02713cf2ae55324f7bfb7 (diff) | |
download | uca-ea95cbf3e26751e3ac2ad7b657f4d66d7c99e4a9.tar.gz uca-ea95cbf3e26751e3ac2ad7b657f4d66d7c99e4a9.tar.bz2 uca-ea95cbf3e26751e3ac2ad7b657f4d66d7c99e4a9.tar.xz uca-ea95cbf3e26751e3ac2ad7b657f4d66d7c99e4a9.zip |
Fix documentation
Diffstat (limited to 'docs/api.rst')
-rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 46318c7..63b155f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -173,7 +173,7 @@ thing is to get the data pointer from a Numpy array to pass it to Integrating new cameras -======================= +----------------------- A new camera is integrated by `sub-classing <http://developer.gnome.org/gobject/stable/howto-gobject.html>`__ |