summaryrefslogtreecommitdiffstats
path: root/ml/dlib/docs/docs/python/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/docs/docs/python/index.rst')
-rw-r--r--ml/dlib/docs/docs/python/index.rst45
1 files changed, 0 insertions, 45 deletions
diff --git a/ml/dlib/docs/docs/python/index.rst b/ml/dlib/docs/docs/python/index.rst
deleted file mode 100644
index 6ad2d3d5b..000000000
--- a/ml/dlib/docs/docs/python/index.rst
+++ /dev/null
@@ -1,45 +0,0 @@
-
-.. image:: ../dlib-logo.png
- :alt: Dlib C++ Library
- :target: http://dlib.net
-
-Dlib is principally a C++ library, however, you can use a number of its tools
-from python applications. This page documents the python API for working with
-these dlib tools. If you haven't done so already, you should probably look at
-the python example programs first before consulting this reference. These
-example programs are little mini-tutorials for using dlib from python. They
-are listed on the left of the main dlib web page.
-
-Classes
-==============================================
-
-.. include:: classes.txt
-
-Functions
-==============================================
-
-.. include:: functions.txt
-
-
-Detailed API Listing
-==============================================
-
-.. toctree::
- :maxdepth: 2
-
-.. automodule:: dlib
- :members:
- :undoc-members:
-
-.. automodule:: dlib.cuda
- :members:
- :undoc-members:
-
-.. automodule:: dlib.image_dataset_metadata
- :members:
- :undoc-members:
-
-
-
-
-