summaryrefslogtreecommitdiffstats
path: root/ml/dlib/docs/docs/python/index.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-21 17:19:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-21 17:19:04 +0000
commit310edf444908b09ea6d00c03baceb7925f3bb7a2 (patch)
tree7064577c7fa7a851e2e930beb606ea8237b0bbd2 /ml/dlib/docs/docs/python/index.rst
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-310edf444908b09ea6d00c03baceb7925f3bb7a2.tar.xz
netdata-310edf444908b09ea6d00c03baceb7925f3bb7a2.zip
Merging upstream version 1.45.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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:
-
-
-
-
-