docs: sanitize
[awesomized/libmemcached] / docs / source / libhashkit.rst
index 8866737ae8f3d48ece3525e05642e45a85b3a2ba..e23c92482733aad9f8f2ae732740aa56743aa764 100644 (file)
@@ -1,36 +1,36 @@
-======================
-Introducing libhashkit
-======================
-
-
-.. code-block:: c
-
-   cc [ flag ... ] file ... -lhashkit
-   #include <libhashkit/hashkit.h>
+libhashkit - C/C++ hashing library
+==================================
 
+SYNOPSIS
+--------
 
+#include <libhashkit-|libhashkit_version|/hashkit.h>
+  Compile and link with -lhashkit.
 
------------
 DESCRIPTION
 -----------
 
+`libhashkit` is a small and thread-safe client library that provides a collection
+of useful hashing algorithm.
 
-libhashkit  is a small and thread-safe client library that provides a collection of useful hashing algorithm. libhashkit is distributed with libmemcached.
-
-
-----
-HOME
-----
+`libhashkit` is distributed with `libmemcached`.
 
+SEE ALSO
+--------
 
-To find out more information please check:
-`http://libmemcached.org/ <http://libmemcached.org/>`_
+.. only:: man
 
+    :manpage:`libmemcached(3)`
+    :manpage:`hashkit_create(3)`
+    :manpage:`hashkit_function(3)`
+    :manpage:`hashkit_functions(3)`
+    :manpage:`hashkit_value(3)`
 
---------
-SEE ALSO
---------
+.. only:: html
 
-:manpage:`libhashkit(3)`
+    * :doc:`libmemcached`
+    * :doc:`libhashkit/hashkit_create`
+    * :doc:`libhashkit/hashkit_function`
+    * :doc:`libhashkit/hashkit_functions`
+    * :doc:`libhashkit/hashkit_value`