summaryrefslogtreecommitdiff
path: root/docs/manual/c/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/c/index.rst')
-rw-r--r--docs/manual/c/index.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/manual/c/index.rst b/docs/manual/c/index.rst
new file mode 100644
index 0000000..45e7208
--- /dev/null
+++ b/docs/manual/c/index.rst
@@ -0,0 +1,22 @@
+.. _libgammu:
+
+libGammu
+========
+
+The libGammu library exposes all Gammu functionality for various phones in
+standard API. It can be used to do anything with your phone, however for
+easier tasks you might prefer to use Python and :doc:`../python/index`.
+
+.. warning::
+
+ The C API documentation is still more complete in Doxygen format
+ available on Gammu website. This still lacks some parts due to
+ problems in Doxygen - Sphinx bridge.
+
+.. toctree::
+ :maxdepth: 3
+
+ hints
+ examples
+ api
+ porting