From 9a5a245e5ad11448ce8c6e6e16d25bda63893621 Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Thu, 21 Aug 2014 12:04:17 +0200
Subject: [PATCH] Removed traces of obsolete 'get_include'.

---
 doc/c_cpp_api.rst | 4 ----
 doc/py_api.rst    | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/doc/c_cpp_api.rst b/doc/c_cpp_api.rst
index 3c532ab..35c7a1f 100644
--- a/doc/c_cpp_api.rst
+++ b/doc/c_cpp_api.rst
@@ -41,10 +41,6 @@ the import function:
 
    }
 
-.. note::
-
-  The include directory can be discovered using
-  :py:func:`bob.io.base.get_include`.
 
 Generic Functions
 -----------------
diff --git a/doc/py_api.rst b/doc/py_api.rst
index d42d535..e4ac8a7 100644
--- a/doc/py_api.rst
+++ b/doc/py_api.rst
@@ -35,7 +35,3 @@ Functions
 .. autofunction:: bob.io.base.create_directories_save
 
 
-C++ API Helpers
----------------
-
-.. autofunction:: bob.io.base.get_include
-- 
GitLab